User forums > Nightly builds
The 10 October 2009 build (5859) is out.
Jenna:
Sorting the items only happens if they are displayed, so there is no difference between sort- and display-options.
The sort order is as follows:
Sort by access: 1. sort by scope (public, private, protected ..), 2. sort by kind (function, variable, ...), 3. sort by name (alpabetically)
Sort by kind: 1. sort by kind (function, variable, ...), 2. sort by name (alpabetically)
Sort by alphabetically: 1. sort by name (alpabetically)
The alphabetically sort dif not work correctly in all cases in this nightly.
This issue is fixed in trunk in the meantime, so the next nightly should work as expected, and it has an option to display the items unsorted.
Trigve:
--- Quote from: jens on October 22, 2009, 02:45:31 pm ---Sorting the items only happens if they are displayed, so there is no difference between sort- and display-options.
The sort order is as follows:
Sort by access: 1. sort by scope (public, private, protected ..), 2. sort by kind (function, variable, ...), 3. sort by name (alpabetically)
Sort by kind: 1. sort by kind (function, variable, ...), 2. sort by name (alpabetically)
Sort by alphabetically: 1. sort by name (alpabetically)
The alphabetically sort dif not work correctly in all cases in this nightly.
This issue is fixed in trunk in the meantime, so the next nightly should work as expected, and it has an option to display the items unsorted.
--- End quote ---
Thanks for reply.
But what about the case if I want to to sort by kind (to get a nice layout of Constructors/Destructors, Functions, Variables, ...) and also want that each section (i.e. Constructors/Destructors) will be sorted by access (i.e. the first will be public, then protected and then private members)?
Thanks
Trigve
JC673:
Is there a feature to save the exact layout of the editor? I prefer dual-pane coding, which headers on one side and source files on another, and right now it's a bit annoying to have to sort the tabs every time I start C::B up. It saves the tabs, but not the panes.
Jenna:
--- Quote from: JC673 on October 24, 2009, 07:30:12 am ---Is there a feature to save the exact layout of the editor? I prefer dual-pane coding, which headers on one side and source files on another, and right now it's a bit annoying to have to sort the tabs every time I start C::B up. It saves the tabs, but not the panes.
--- End quote ---
No it's not possible due to wxAuibook limitations.
I have a patch that makes it possible to save the order of the tabs, if the user has changed it via drag and drop, but recreating the layout if you have split the editor-pane with drag and rop is not possible at the moment.
cacb:
I like to sometimes open multiple C:B IDE's and have done so successfully in the past.
But with 5859 when I uncheck the setting under Settings | Environment...
"Allow only one running instance (needs application restart to take effect)"
I am still not able to open more than one IDE, even after application restart. I am on Windows XP.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version