L
Lucvdv
Has anyone ever tried to find out how VS.Net 2003 fills its start page?
The project MRU list is sorted by modification date of the .sln files by
default, but those files are rarely modified. As a result, the main
projects I work in every day drop off the bottom of the list, while it is
filled up with small temporary test projects I create for trying something
out.
In VS.Net 2002, you can edit the generateMRUTableItems() function in the
file 'vshome.js' in common7\IDE\HTML\1033, and the changes are reflected on
the start page (but in .Net 2002 you don't need to, because it sets the
..sln modification date when a project is opened).
In VS.Net 2003 this file still exists, but it was moved to the
Common7\IDE\HTML directory, and editing it has no effect anymore: I suppose
they included it in some DLL as a resource, and the .js version is there
for nothing.
The project MRU list is sorted by modification date of the .sln files by
default, but those files are rarely modified. As a result, the main
projects I work in every day drop off the bottom of the list, while it is
filled up with small temporary test projects I create for trying something
out.
In VS.Net 2002, you can edit the generateMRUTableItems() function in the
file 'vshome.js' in common7\IDE\HTML\1033, and the changes are reflected on
the start page (but in .Net 2002 you don't need to, because it sets the
..sln modification date when a project is opened).
In VS.Net 2003 this file still exists, but it was moved to the
Common7\IDE\HTML directory, and editing it has no effect anymore: I suppose
they included it in some DLL as a resource, and the .js version is there
for nothing.