<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Georgia">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.<br>
<br>
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<br>
<br>
Is there any way to tell Geany to treat these .h files as C++ code?<br>
<br>
Thanks,<br>
<br>
Bob S.<br>
<br>
</font>
</body>
</html>