Is it possible to jump from header file to a source file and vice versa (in C/C++)? This would really make my life simpler ;-)
Am Sonntag, den 21.02.2010, 23:10 +0100 schrieb Filip Gruszczyński:
Is it possible to jump from header file to a source file and vice versa (in C/C++)? This would really make my life simpler ;-)
There actually is a code navigation plugin for that. Since it is not mentioned yet on plugins.geany.org which currently is under rework, you can find some information on the preview-site:
http://plugins2.geany.org/index.php?site=codenav
Best Regards, Dominic
Ok, thanks a lot. I'll try to use it :-)
2010/2/21 Dominic Hopf dmaphy@googlemail.com:
Am Sonntag, den 21.02.2010, 23:10 +0100 schrieb Filip Gruszczyński:
Is it possible to jump from header file to a source file and vice versa (in C/C++)? This would really make my life simpler ;-)
There actually is a code navigation plugin for that. Since it is not mentioned yet on plugins.geany.org which currently is under rework, you can find some information on the preview-site:
http://plugins2.geany.org/index.php?site=codenav
Best Regards, Dominic
-- Dominic Hopf dmaphy@googlemail.com
Key Fingerprint: A7DF C4FC 07AE 4DDC 5CA0 BD93 AAB0 6019 CA7D 868D
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
where do I get the source for the plugin?
2010/2/22 Filip Gruszczyński gruszczy@gmail.com
Ok, thanks a lot. I'll try to use it :-)
2010/2/21 Dominic Hopf dmaphy@googlemail.com:
Am Sonntag, den 21.02.2010, 23:10 +0100 schrieb Filip Gruszczyński:
Is it possible to jump from header file to a source file and vice versa (in C/C++)? This would really make my life simpler ;-)
There actually is a code navigation plugin for that. Since it is not mentioned yet on plugins.geany.org which currently is under rework, you can find some information on the preview-site:
http://plugins2.geany.org/index.php?site=codenav
Best Regards, Dominic
-- Dominic Hopf dmaphy@googlemail.com
Key Fingerprint: A7DF C4FC 07AE 4DDC 5CA0 BD93 AAB0 6019 CA7D 868D
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
-- Filip Gruszczyński _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Mon, 22 Feb 2010 09:04:04 -0700, Ben wrote:
where do I get the source for the plugin?
Probably only from SVN:
svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-p...
At least, I didn't find any other source.
Regards, Enrico
On Mon, 22 Feb 2010 23:00:33 +0100 Enrico Tröger enrico.troeger@uvena.de wrote:
On Mon, 22 Feb 2010 09:04:04 -0700, Ben wrote:
where do I get the source for the plugin?
Probably only from SVN:
svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-p...
At least, I didn't find any other source.
Yes, it wasn't include into one of the geany-plugins releases by now. Building from svn might be the best idea.
Cheers, Frank