rdfs:comment
| - When installed, this addin registers a new command ("Open with Vim") but doesn't put it in any menus or toolbars for you. You can add it to a menu or toolbar by using Tools/Customize, go to the Commands tab, select Addins in the left listbox, and scroll down to find "Open with Vim". Now drag that to a menu or toolbar. Now open a file in VS.NET, move the cursor if you like, and click Open with Vim. It will launch vim and execute :drop for the file you had open in VS.NET. It then moves the currentpoint for vim to the same row and column that you had in VS.NET.
|
abstract
| - When installed, this addin registers a new command ("Open with Vim") but doesn't put it in any menus or toolbars for you. You can add it to a menu or toolbar by using Tools/Customize, go to the Commands tab, select Addins in the left listbox, and scroll down to find "Open with Vim". Now drag that to a menu or toolbar. Now open a file in VS.NET, move the cursor if you like, and click Open with Vim. It will launch vim and execute :drop for the file you had open in VS.NET. It then moves the currentpoint for vim to the same row and column that you had in VS.NET. It also adds a section to the properties box called "VisVimNET" with these settings: [ ] Change directory to file's one (means that the cwd of vim will be changed to the parent directory of the file being edited) [ ] Make Vim foreground application (supposed to bring Vim to the front when it executes - didn't work for me though) [ ] Set cursor at center of window (executes zz after moving to the current row and column) [ ] Synchronize with activated window (if this is checked, then each time you change files in VS.NET, commands will be sent to vim to put you in the same file.) Naturally, when you save a file in vim and then switch to VS.NET, VS.NET will detect that you changed the file and ask to reload it. And vice-versa.
|