Custom user settings?

Post here any ideas/problems/suggestions you have regarding CodeLite's CodeFormatter (AStyle) plugin
jazztickets
CodeLite Curious
Posts: 8
Joined: Thu Nov 25, 2010 4:10 am
Genuine User: Yes
IDE Question: c++
Contact:

Custom user settings?

Post by jazztickets »

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.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Custom user settings?

Post by eranif »

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
Make sure you have read the HOW TO POST thread
jazztickets
CodeLite Curious
Posts: 8
Joined: Thu Nov 25, 2010 4:10 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Custom user settings?

Post by jazztickets »

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.
Post Reply