On Thu, Mar 26, 2009 at 5:00 PM, Bob Snyder bob.snyder@cox.net wrote:
I'm using Geany for work on a rather large C++ codebase where all of the header files have .h suffixes. Most of the declarations in these header files are inside namespaces and class declarations and apparently the tag parser only sees these as C headers and not C++ headers, so none of these declarations show up in the Symbols pane.
If I rename the files to .hh or .hpp then all the declarations show up. If I remove the enclosing namespace or class, then the declarations appear even when the suffix is .c
Is there any way to tell Geany to treat these .h files as C++ code? can add file extesions to a given type in the preferences... Thanks,
Bob S.
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Bob, I IIRC you