Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
5answers
2k views

How do you clear your MRU list in Visual Studio?

I want to clear the list of projects on the start page...how do I do this? I know I can track it down in the registry, but is there an approved route to go?
8
votes
1answer
2k views

How do you register a Most Recently Used list with Windows in preparation for Windows 7?

With the upcoming release of Windows 7, one of the newly touted features is the Jump Lists, with their automatic population of most recently used items. Supposedly, if you've been 'properly' ...
7
votes
2answers
240 views

Where is the basic Control-TAB (MRU) behavior in XCode?

In most multi-document editors for windowing environments, Control-TAB will utilize an MRU list to bring the user back to the last visible file. What is the appropriate command to accomplish this in ...
6
votes
4answers
2k views

How to implement a most-recently-used cache

What would be the best way to implement a most-recently-used cache of objects? Here are the requirements and restrictions... Objects are stored as key/value Object/Object pairs, so the interface ...
3
votes
2answers
366 views

How can I create a most recently used file list in Delphi 2009?

I have an TActionManager, and a TActionMainMenuBar, and I know how to add an TActionClientItem for each MRU file to the main menu bar. But do I have to create a separate action for each MRU file in ...
2
votes
1answer
170 views

MRU Recent Document History for WPF RibbonApplicationMenu?

How to add a "Recent Document" history to WPF RibbonApplicationMenu, and what is the best way to do so? I have looked into RecentFileList which is the closest thing I found on Google and SO, but it ...
2
votes
1answer
584 views

WPF MenuItem : Mix databound items and static content

I'd like to build an MRU menu that has the following structure: File +=>Recent Files +=> Doc1.txt +=> Doc2.txt -separator- +=> Clear entries This being MVVM, my mru list is ...
1
vote
1answer
114 views

APEX - Can a Tabular Form with its MRU functionality have filtering functionality like an Interactive Report?

What I really need is a Tabular form that allows me to update multiple rows at a time while being filterable like an Interactive report. Any chance this is even remotely possible? I would also like ...
1
vote
1answer
143 views

Delphi ActionMainMenuBar MRU

I am trying to add an MRU list to an ActionMainMenuBar but cannot figure out how to do this, could someone please either point me to a MRU component that works with ActionMainMenuBar or perhaps tell ...
1
vote
3answers
2k views

Clean Windows 7 Start Menu MRU List

Is there a way to clean the most recently started applications from the Windows 7 start menu programmatically? I'm looking for some registry entries and/or files to delete so the corresponding items ...
1
vote
3answers
506 views

Windows XP, HKCU\…\LastVisitedMRU maximum number of items allowed?

I have a scenario where I need to put together a script to add an entry to the following registry key for the current user: ...
0
votes
1answer
56 views

Click event in RibbonGalleryCategory inside AuxiliaryPaneContent?

I have been following the example on the bottom of this page: http://msdn.microsoft.com/en-us/library/microsoft.windows.controls.ribbon.ribbonapplicationmenu.auxiliarypanecontent.aspx to get a ...
0
votes
0answers
36 views

Replace Second chance LRU implementation with MRU for memory zones

I need to change the 2nd chance LRU implementation into MRU algorithm for linux kernel memory management. I have version linux-3.0.9....the LRU implementation is done in vmscan.c file in ...
0
votes
1answer
47 views

How to set up Sublime 2 to forget the files opened on the application close?

I'd like Sublime 2 to start with an empty window each time I start it (or with the single file opened if I start it by clicking on a file to edit). How can I achieve this behaviour?
0
votes
0answers
95 views

WPF MRU List Inline

I am creating an MRU, Most Recent Used, class for my WPF application. I have the main class working and it manages the list of recent files. My issue is displaying the list of files inline. All of ...
0
votes
1answer
350 views

how to display most recently used list in combo box

I'm using infragistics WPF editors and XamComboEditor. In previous WinForms version there was MRU list capability. What it basically does is it displays list of most recently used items at the ...
0
votes
1answer
271 views

Vimperator pass-through/unset <C-Tab> by default

By default is mapped to gt command, which selects next tab. I want to pass-through to Crtl+Tab plugin which does MRU for tabs. Any idea?