[Github-comments] [geany] Rewrite scope completion 3 (#862)

Jiří Techet notifications at xxxxx
Fri Jan 15 23:33:31 UTC 2016


@b4n Just noticed a minor problem (or at least a strange looking thing). If you open for instance tm_tag.h and look at the symbol tree in the sidebar, the Typedefs/Enums are combined and because the anonymous enums get the name of the typedef now, the entries under Typedefs/Enums are twice there - once as enum and once as typedef.

One possibility to make it look less strange would be separating typedefs and enums into different roots (grouping them under the same root is a bit artificial anyway since they don't have much in common). But I think all existing roots are already occupied for C/C++ so we'd have to create a new one. What do you think?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/862#issuecomment-172126077
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160115/34fdc5ec/attachment.html>


More information about the Github-comments mailing list