Integrate gvim with RedHat Source-Navigator
Talk0
1,599pages on
this wiki
this wiki
Revision as of 01:49, December 12, 2009 by 205.175.225.24 (Talk)
Tip 974 Printable Monobook Previous Next
created August 17, 2005 · complexity basic · author Chuck Tuffli · version 5.7
The Source-Navigator (http://sourcenav.sourceforge.net) has a built in editor, but you will be unhappy if your fingers are used to vi. To solve this, configure Source-Navigator to use gvim as the editor:
File menu, Project Preferences. Click on the Edit tab. In the External Editor box, enter
gvim "+call cursor(%l,%c)" %f
Now, double clicking on any symbol, function, etc in Source-Navigator will start gvim and position the cursor in front of the item you clicked.
Comments
now, how do i make source-navigator open files in different tabs of the same gvim window ? with the tip, each new file gets opened in a new window.
- Please see here for asking questions. --JohnBeckett 06:13, 20 April 2008 (UTC)
- But, you can probably make use of --remote-tab-silent to do this.