Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
1k views

View a list of recent documents in Vim

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 ...
3
votes
7answers
2k views

How to create Recent Documents History in C# in WPF Application

I am making a WPF Application in C# where I need to show the recent documents history (just like it happens in word, excel and even visual studio), showing the list the last 5 or 10 documents opened. ...
3
votes
3answers
341 views

How to get a list of recently opened documents for an application?

I've found that it's easy to add a recently opened document with help of SHAddToRecentDocs Windows 7 Jump Lists somehow do it by knowing only program shortcut. Programs added to Windows 7 start menu ...
0
votes
1answer
400 views

Add to the “Open Recent” menu an item that doesn't point to a file

Is there a way to add an item that doesn't point to a file that exists on the file system to the "Open Recent" menu? In an application not based on NSDocument, I can add an item to the "Open Recent" ...
0
votes
1answer
322 views

Visual Studio 2008 does not show recent projects

I have installed Visual Studio in my laptop. Laptop is run by Windows XP SP3. And Visual Studio 2008 (with SP1) does not show recent files in Start Up page. Buy the way VS 2008 does not show recent ...
0
votes
1answer
771 views

Batch file to search for string in most recent file

I have alot of log files which need searching for certain strings and was wondering if I could make a batch file to automate this job for me? All I need it to do is locate the most recent log in a ...