PDA

View Full Version : Wish: IDE Code Browser sorting nodes


fordprefect
02-10-2014, 08:22 AM
Hi folks,

I know that at this stage you probably will be only bug fixing and usually are not asking for new features or feature changes. Nevertheless I'll try my luck.

I tried to use Python's approach to classes more during my recent work with Vizard. In this respect I would very much appreciate that the Code Browser view would sort the nodes (classes before methods, on each level) - instead of displaying in the physical order within the file. This would very much ease finding the relevant objects in files with many classes, and/or classes with many attributes. They can then be accessed with a double click regardless where they reside in the file, so physical ordering has no advantage (that I am aware of).

Hope you can make that possible!!
Best Regards, Walter

fordprefect
02-10-2014, 09:42 AM
Apologies. The option is already there.
Just right-click in the Code Browser pane and you get the sort options.
Thanks for the quick help... :D