Page 1 of 1
inactive button "Apply": why?
Posted: Thu Aug 07, 2008 6:24 pm
by varnie
hi, eranif!
just a little note.
i've discovered that CodeLite IDE (revision 1927) has inactive button "Apply" located in "Build" --> "Configuration Manager". i am still able to switch between different workspace configurations of my program. but i wonder why this button is inactive? it's been active in previous program revisions.
thanks for info
Re: inactive button "Apply": why?
Posted: Thu Aug 07, 2008 6:54 pm
by eranif
This button will be set 'active' once the configuration has been modified.
Changing workspace configurations wont make it active, since no actual change was done (one that needs to be written to disk).
Try modifying any of your project configurations, then it will be active.
Eran
Re: inactive button "Apply": why?
Posted: Thu Aug 07, 2008 7:08 pm
by varnie
hmm.. i've modified several options for one of my configuration's but this button is still inactive. i've changed compiler's options if you are curious. where's my fault?
Re: inactive button "Apply": why?
Posted: Thu Aug 07, 2008 7:18 pm
by eranif
Where did you modify the compiler options from?
The apply button in the 'configuration manager' will be active only when modifying the selected project configuration for a given workspace configuration.
Changing the compiler settings from the 'Settings -> Build Settings' dialog, will get saved once that dialog is closed (with the 'OK' button)
Eran
Re: inactive button "Apply": why?
Posted: Thu Aug 07, 2008 10:17 pm
by varnie
Where did you modify the compiler options from?
right clicked on my project and chose "settings".
The apply button in the 'configuration manager' will be active only when modifying the selected project configuration for a given workspace configuration.
could you be so kind give me short info about how to achieve this? where i have to modify the selected project configuration for enabling this "apply" button?
i just have no idea what this "apply" button stands for.
Re: inactive button "Apply": why?
Posted: Thu Aug 07, 2008 10:54 pm
by eranif
the apply button at the 'configuration manager' dialog will be enabled once you change a selection of any of the project's drop down on that dialog
it is not related to the 'Project Settings' dialog (except for the fact that you can launch the 'Configuration Manager' from it)
Pressing 'OK' has the same effect of pressing 'Apply', the difference that is that the 'OK' dismisses the dialog while 'Apply' saves the changes and keeps it open.
Eran