User forums > Help
Default build targets
(1/1)
Folco:
I would want to know if it is possible to configure the two checkboxes "Debug" and "Release" to have them checked by default.
I have looked in the configuration dialogs without finding that. Of course it's not very important, but I always set twice, so it would be more comfortable if they were set by default. :)
Jenna:
If I remember right, there is no way to configure the default behaviour, but you can save at least one mouse-click if you use the "All" button to check all build-targets.
Folco:
I already do that. Thanks. :)
MortenMacFly:
--- Quote from: jens on May 21, 2010, 06:06:19 pm ---If I remember right, there is no way to configure the default behaviour, but you can save at least one mouse-click if you use the "All" button to check all build-targets.
--- End quote ---
You can modify the XRC though, can you?! (Or was this a built-in panel?!)
Jenna:
--- Quote from: MortenMacFly on May 21, 2010, 09:10:49 pm ---
--- Quote from: jens on May 21, 2010, 06:06:19 pm ---If I remember right, there is no way to configure the default behaviour, but you can save at least one mouse-click if you use the "All" button to check all build-targets.
--- End quote ---
You can modify the XRC though, can you?! (Or was this a built-in panel?!)
--- End quote ---
Its wxSmith-created (filepathpanel.cpp), but ituses a wxCheckListBox and the existing targets are added with append in a loop.
I don't know, whether it's possible to check all items by default.
Doing it is a really simple task, the button-event does it in a simple for loop, so it could be done by default or configurable.
And as written before, it might be possible to have all newly appended items checked by default, but I did not find such an option after a quick look in the wxWidgets docu.
Navigation
[0] Message Index
Go to full version