Formatter Options: Class indentation

Post here any ideas/problems/suggestions you have regarding CodeLite's CodeFormatter (AStyle) plugin
KernelPanic
CodeLite Enthusiast
Posts: 15
Joined: Tue Dec 09, 2008 11:26 pm
Contact:

Formatter Options: Class indentation

Post by KernelPanic »

Hello and thanks for your IDE!
I have some problems with Code Formatter options.
In the Custom tab of options window I tried to set indentations for Class and Case, but them both set the Case indentation without effecting on the class indentation.
I think that Class indentation must to indent class sections like public, protected, etc. Am I wrong?

Alex
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Formatter Options: Class indentation

Post by eranif »

Hi Alex,

Indeed it was a bug where 'indent class' was mixed with 'indent case'

This is now fixed in SVN trunk

Eran
Make sure you have read the HOW TO POST thread
KernelPanic
CodeLite Enthusiast
Posts: 15
Joined: Tue Dec 09, 2008 11:26 pm
Contact:

Re: Formatter Options: Class indentation

Post by KernelPanic »

Hi, Eran,
thank you for answer.
I'll wait for a new version for this feature.

Alex.
Post Reply