Custom user settings?
-
- CodeLite Curious
- Posts: 8
- Joined: Thu Nov 25, 2010 4:10 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Custom user settings?
How does "Custom user settings" work? Do you put command-line options in there? It doesn't seem to work. It would be amazing if you could just specify the command line options and ignore everything else.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Custom user settings?
It should do exactly this. however, the user's custom settings are appended to to the end of the "pre defined" settings.
So basically you can uncheck (note that not all the settings can be unchecked) everything and set them manually in the 'Custom Settings'
In addition, the space vs tab is determined according to the editor preferences (Settings -> Global Editor PReferences -> Indent)
Eran
So basically you can uncheck (note that not all the settings can be unchecked) everything and set them manually in the 'Custom Settings'
In addition, the space vs tab is determined according to the editor preferences (Settings -> Global Editor PReferences -> Indent)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 8
- Joined: Thu Nov 25, 2010 4:10 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Custom user settings?
Thanks eranif. I was noticing that putting in "-T" in the custom settings was tabbing everything except for enum blocks. For those it was putting spaces in right before the enum values, even though i have it set to put tabs in the global editor preferences.