Hi Cheech,
what I tried was this:
I opened Files\Macromedia\Dreamweaver4\Configuration\Menus\MM\Files_RecentFiles.js
I changed the following line:
recentFiles = new Array(4);
Instead of 4, I inserted the number of files I want to display. I substituted the same number in this line:
for (i=recentFilesList.length; i < 4; i++)
What happened was that the menu got extende, but only with greyed out file names saying "Recent File"
I can not find the additional modification neededc
Thanks,
Liglin