Book a Demo

Author Topic: Request: Recent Project List Not Maintained  (Read 5709 times)

tilemachos

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Request: Recent Project List Not Maintained
« on: February 27, 2007, 05:25:46 am »
Currently the recent projects list (on Start Page) is not maintained properly. Many times I delete a project but it appears in the list no matter what. It would be nice if it had the visual studio behavior, so the user is prompted to remove a project from the list when it cannot be found.

Thanks,
Tilemachos

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Request: Recent Project List Not Maintained
« Reply #1 on: February 27, 2007, 05:48:57 am »
Of course there is a trade off involved. Visual Studio needs to touch each of the recent projects at startup. This increases startup time noticeably - you can reduce VS startup time by pruning the list and removing deleted files.

The EA approach is to let us delete files from the Open Project dialog. Not perfect either.

So, what do people prefer?
No, you can't have it!

thomaskilian

  • Guest
Re: Request: Recent Project List Not Maintained
« Reply #2 on: February 27, 2007, 12:39:24 pm »
Maybe something like browser bookmarks. Would give you the chance to group projects.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Request: Recent Project List Not Maintained
« Reply #3 on: February 27, 2007, 12:48:18 pm »
Sounds intriguing Thomas. What exactly do you mean? Can you give us a 'for instance?'
No, you can't have it!

thomaskilian

  • Guest
Re: Request: Recent Project List Not Maintained
« Reply #4 on: February 27, 2007, 01:32:55 pm »
Well. Currently you just have this simple list. It brings you to wherever the model is. Just like a browser bookmark. But these can be organized in sub-directories. I have quite some EA models and it would be nice to open them from an EA internal "browser" - instead of a dumb list. Funny thing is that I now realize that the EA startpage is never really used by me. It just takes away a tab. Why not simply go back to the "Open recent" and make it a bit like e.g. Firefox' bookmarks?

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Request: Recent Project List Not Maintained
« Reply #5 on: February 27, 2007, 01:55:33 pm »
I see where you're going. Not a bad idea at all.
No, you can't have it!

tilemachos

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Request: Recent Project List Not Maintained
« Reply #6 on: February 27, 2007, 02:41:22 pm »
Nice ideas guys. I am sure Sparx will do something about it.

In regards to VS start up time, I don't think it is a serious problem. My impression is that VS maintains a list of recent projects under local user's settings. If something is removed then VS removes it from the list.

It is simple approach and it could work nicely for EA too. Of course, I would prefer much better an implementation of Thomas idea  :)