[Geany] Possible Geany bug - not picking up structs or namespaces

Enrico Tröger enrico.troeger at xxxxx
Mon Jan 8 18:35:24 UTC 2007


On Mon, 08 Jan 2007 19:23:38 +1300, Andy Elvey
<andy.elvey at paradise.net.nz> wrote:

Hi,

> The symbols tab doesn't seem to be showing the namespaces or structs
> in a file. You get the little yellow arrow next to "main" and also for
> macros, but I haven't seen it for a file with namespaces and structs
> in it. This is not a problem for me at all - doesn't even rate as
> "minor" on my scale!  Just thought I'd mention it for others. I can
> send a screenshot if wanted.
We are talking about C++ files, ok?
Then the following code snippet should insert an entry in the symbol
list with the label "foo"
----------
namespace foo
{
	bar
};
----------
whereas the following snippet doesn't have an entry:
----------
using namespace std;
----------

Do you agree? If not, a screenshot and the file would be helpful.

> Oh, one thing I was wondering - where did the name "Geany" come from?
> I know of "genies" (as in what Wikipedia says "loosely translates as
> "ghost" "). Maybe there's a reason for the different spelling? Doesn't
> matter really, just being curious.... :)
To make it short, please read
http://lists.uvena.de/pipermail/geany/2006-July/000190.html ;-).

> Just want to say again - Geany *rocks!*.  Just a *beautiful* app -
> cleanly laid out, an absolute breeze to use!
Thanks, that's why I started to write it.

Regards,
Enrico

--
Get my GPG key from http://www.uvena.de/pub.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.geany.org/pipermail/users/attachments/20070108/cb37232e/attachment.pgp>


More information about the Users mailing list