Questions tagged [mru]

The most recently used list is a list of files recently used by programs.

The most recently used list is a list of files recently used by programs. The use of this list will make it easier to find recently used files back for viewing or editing.

41 questions
1
vote
1 answer

Where does WebMatrix store its MRU list?

When clicking the File menu in WebMatrix 3 you will see a list of Recent Files and Recent Sites. I wanted to clear those entries and couldn't quite figure out how to do that. I searched the registry and explored the WebMatrix folder for some sort of…
Jazimov
  • 12,626
  • 9
  • 52
  • 59
1
vote
2 answers

Visual Studio SSDT Schema Compare - limited number of items in the MRU connection list?

When using Schema compare -> Select target -> Choose database it seems like the list of recently used database connections is limited to show five entries. When adding 'New connection' an (apparently) random entry from the list is replaced with the…
1
vote
1 answer

Clear recently used programs from Windows 7 start menu

Does anyone know a way to clear MRU start menu programs on windows 7 using powershell? I saw a way using a registry edit, but I would prefer if at all possible to avoid that.
user100541
  • 475
  • 1
  • 6
  • 9
0
votes
2 answers

Create WinUI3/MVVM Most Recently Used (MRU) List in Menu Bar

I would like to create a classic "Recent Files" list in my Windows app menu bar (similar to Visual Studio's menu bar -> File -> Recent Files -> see recent files list) The MRU list (List < string > myMRUList...) is known and is not in focus of this…
Zulu
  • 1
  • 3
0
votes
1 answer

Where does VSCode store its Most Recently Used (MRU) list of .NET projects and solutions on Windows?

Where does VSCode store its Most Recently Used (MRU) list of .NET projects and solutions on Windows? And also is there some open source code to fetch VSCode's MRUs? I scanned all files in this dir (recursive) C:\Users\pat\AppData\Roaming\Code with…
Patrick from NDepend team
  • 13,237
  • 6
  • 61
  • 92
0
votes
1 answer

How do you save the MRU List from Delphi's IDE?

I just upgraded from Delphi 10.3.1 to Delphi 10.3.2. I exported the migration settings so I could import them immediately after the upgrade was completed. Unfortunately the "migration settings" does not include the MRU (Most Recently Used) list of…
0
votes
1 answer

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 beginning of the list and separates those items with…
Peter
  • 1
  • 1
0
votes
0 answers

MRU with StringCollection

VB2012: I've taken the code from this site http://www.codeproject.com/Articles/88564/MRU-Menu-Class-Revisited#xx4295995xx to implement an MRU re-usable class for my project. All works great except rather than to write to a specific XML file I…
sinDizzy
  • 1,300
  • 7
  • 28
  • 60
0
votes
1 answer

Parsing Microsoft Office 2013 MRU Lists in Registry using Perl

I am currently trying to parse the keys in a Windows 7 registry containing the MRU lists for Microsoft Office 2013. However when I attempt to run the Perl script in RegRipper it says the plugin was not successfully run. Im not sure if there is a…
0
votes
0 answers

Creating a Most Frequently Used list (NOT an MRU)

First, let me clarify that this is NOT a question about making an MRU (Most Recently Used) list, but rather a ranked list of items showing the most popular item. For example, in an MRU scheme, the item you used last will appear at the top, but what…
gnarlybracket
  • 1,691
  • 4
  • 18
  • 37
0
votes
1 answer

How To Read and Write Delphi 2010 RibbonApplicationMenuBar Recent Items from/to a file Part2

This question was previously asked about 3 years ago but only half answered. The original question is here: How To Read and Write Delphi 2010 RibbonApplicationMenuBar Recent Items To A File and the accepted answer gives enough information so that…
TheSteven
  • 900
  • 8
  • 23
1 2
3