Why Symbol View shows me the same functions two times? As I understand it gets info from class declaration and then it gets info from 'out of class' (Functions' implementations I mean). It would be good to not to see an extra variants which only overload the symbol view.
CodeLite r5627
Funcs (declared) in class are bold. Defined out of class - not bold. It is one header file with template class in which declaration and definition should be in one file.
The current SymbolView plugin is deprecated in trunk.
In trunk there is a replacement plugin "Outline" (the dll name is still the same SymbolView) it is a complete rewrite of the current
plugin. If you have access to svn trunk, please give it a try
Hm. I think it would be good to make a filter for displaying only implementation / declaration + a filter for not to display private members. Filter with private members should be created also for a codecompletion box (as in clipse CDT). If you are (or something else who reads it) ready to do it I can post a feature request related to this.