Feature #5087 2010-08-27 16:17
anhan10
symbol browser "sort by definition"
In symbol browser there is a "do not sort" option. But then the symbols are not shown in the order they were defined in the code.
E.g. i defined
struct abc { int d1; int d2; int d3; };
I want the symbol browser to show
abc .... d1 d2 d3
and not
abc .... d3 d2 d1
Here is an image: http://img230.imageshack.us/img230/9176/codeblocks.jpg
Version: svn build rev 6543
- Category
- Editing
- Status
- Open
- Close date
- Assigned to
History
ollydbg 2011-03-22 13:28
does this feature very important??
You mean, the member variables should be sorted by "line number"?
what's the purpose?
anhan10 2011-04-05 12:41
Yes, i mean something like sort by line number. NetBeans has this feature. It is not the most important thing, but there are some cases where it is usefull and i think this sort order is very intuitive.