Order Items in "Recent Projects" LRU

This is a request to change the ordering algorithm of the “Recent Projects” list.

Currently, items in “Recent Projects” seem to get added to the end and bubble up as others are used. Sort of FIFO.

Other programs–most notably for me, my text editor, NoteTab Light (free)–implements an LRU ordering of the list. The more I return to a file, the more likely it is to stay on the list. I find that to be more useful.