A new Gedit plugin: “Open Header/Body”
That’s a feature I was missing in Gedit: the ability to quickly switch from the header file (e.g. a .h file) to the body file (e.g. a .cpp file) and vice versa. So I wrote a plugin!
See the plugin’s page for details.






August 14th, 2008 at 10:16
I have a vim plugin for that. It is very useful
It tries to open the file in the right directory, i.e. the same directory, or ../src/, ./include/ or ../include/ …
August 14th, 2008 at 10:18
Yeah I’ve been told about it
I’ve also been asked “Do you really use gedit for development?” hehe