Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Not display structs in Symbol browser?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Not display structs in Symbol browser? (Read 3841 times)
some_fella
Guest
Not display structs in Symbol browser?
«
on:
September 15, 2010, 09:02:48 pm »
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?
«
Last Edit: September 15, 2010, 09:16:31 pm by some_fella
»
Logged
Jenna
Administrator
Lives here!
Posts: 7252
Re: Not display structs in Symbol browser?
«
Reply #1 on:
September 15, 2010, 09:54:23 pm »
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).
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Not display structs in Symbol browser?