recent-documents

Custom titles for Windows 7 Jump List Recent items

只谈情不闲聊 提交于 2019-12-11 07:58:30
问题 Quickie question: I'm toying with some of the new taskbar APIs in Windows 7 and have gotten Recent Items on my Apps jumplist to show up, but I would like to display them under a different title than the filename (most files my app will be opening will have very similar names). I don't see any way to do that with the IShellItem interface, though. Would I have to use custom categories and IShellLinks to accomplish this? For reference, my current code looks like this: void AddRecentApp(const

View a list of recent documents in Vim

与世无争的帅哥 提交于 2019-12-03 01:47:03
问题 Is there a way to view the list of recent documents you've opened in Vim? I realize I could view the cursor jump list, :ju , and then go to a cursor position in the list but this is not ideal because there will be multiple listings of the same document in the list. Is there another command which would do what I'm looking for? 回答1: Don't use a plugin, unless you want a nice menu. From Vim Documentation: Starting (or :help old ): :ol[dfiles] Then to open one of the listed files, use: '0 , '1 ,

View a list of recent documents in Vim

帅比萌擦擦* 提交于 2019-12-02 15:45:15
Is there a way to view the list of recent documents you've opened in Vim? I realize I could view the cursor jump list, :ju , and then go to a cursor position in the list but this is not ideal because there will be multiple listings of the same document in the list. Is there another command which would do what I'm looking for? Alex Bolotov Don't use a plugin, unless you want a nice menu. From Vim Documentation: Starting (or :help old ): :ol[dfiles] Then to open one of the listed files, use: '0 , '1 , '2 , ... '9 List the files that have marks stored in the viminfo file. :bro[wse] ol[dfiles][!]