I 开发者_如何学Cam 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.
I am trying to add an MRU list to an ActionMainMenuBar but cannot figure out how to do this, could someone please e开发者_开发知识库ither point me to a MRU component that works with ActionMainMenuBar
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 separ开发者_StackOverflowate action for
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 Xc
By defaultis mapped to gt command, which selects next tab. I w开发者_StackOverflow中文版ant to pass-throughto Crtl+Tab plugin which does MRU for tabs.