Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
2 answers
167 views

I have a folder containing huge numbers of files in many subfolders, and I want to select the files with a name that matches any of a specified list of patterns (regular expressions). My regular ...
2 votes
1 answer
59 views

I found the following implementation of an MRUCache: using System; using System.Collections.Generic; public class MRUCache<K, V> { private readonly int _capacity; private readonly ...
1 vote
1 answer
106 views

I have an application which uses a RibbonApplicationMenu which I've created using the example at WPF ObservableCollection not updating in ribbon view. This lists the most recently opened files. ...
Harry's user avatar
  • 15
0 votes
2 answers
919 views

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 (...
Zulu's user avatar
  • 1
0 votes
1 answer
549 views

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 (...
1 vote
0 answers
75 views

I'm having trouble understanding how to edit a file path of Binary Entry, what I'm trying to accomplish is to change the file path of the most recently used list after migrating from Folder ...
1 vote
1 answer
102 views

In Spyder, how can I disable MRU (most recently used) behavior when switching between file tabs? I'd like the same behavior as in Chrome -- CTRL+TAB goes to the tab on the right, SHIFT+CTRL+TAB goes ...
Gabi's user avatar
  • 487
0 votes
1 answer
228 views

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 ...
1 vote
1 answer
212 views

I've created a C# WPF app with a RibbonApplicationMenu displaying a Most Recently Used (MRU) list. Unfortunately the display doesn't update when I select an existing file from the list or upload a new ...
2 votes
0 answers
125 views

vim completion looks in dictionary, thesaurus and other buffers, but not the registers and mru files - I can do it by opening .viminfo and other most recently used files in background buffers. Can ...
mosh's user avatar
  • 1,578
5 votes
1 answer
1k views

I know that Visual Studio 2017 now supports no-registry, side-by-side installations of all SKUs (Enterprise, Professional and Community) explanations here. We need to access the list of VS2017 Most ...
1 vote
1 answer
237 views

I was trying to find any information about cache algorithm that are used in ccache, but didn't find anything. So, does anyone know how ccache evict elements when max_size is reached? LRU? MRU? "Ring ...
Jimilian's user avatar
  • 3,959
1 vote
2 answers
1k views

As title. There is a buffer pool with 3 pages that receives requests for the following page numbers: 2,4,4,2,5,2,1,1,3,1 The replacement policies are MRU and CLOCK. I am confused about how they ...
1 vote
0 answers
437 views

This makes me feel bad about myself: I can't convince the MRU list to show up in my MFC app's menu despite the fact that I'm doing all the same things that I did with my last project in which I used ...
tomascz's user avatar
  • 245
0 votes
0 answers
329 views

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 ...
sinDizzy's user avatar
  • 1,394

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /