User forums > Using Code::Blocks
Not display structs in Symbol browser?
(1/1)
some_fella:
I am wondering if there is a way to only display classes in the symbols browser? Currently it fills up with all the structs and classes and enums and stuff. I would like to be able to just browse the classes without having to scroll past (and search through) all the other info.
Or least separate them from classes? so that they are not intermixed?
Jenna:
Right-click the symbols-browser and chose "Sort by kind".
It will still "mix" classes and structs, but structs are in fact just classes where all elements are public (as default setting, that can be overwritten).
Navigation
[0] Message Index
Go to full version