Author Topic: Not display structs in Symbol browser?  (Read 3065 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 »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
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).