AutoIndent Behaviour
Posted: Thu Mar 19, 2009 4:33 pm
AutoIndent behaviour when 'Enter' is pressed in column 0 doesn't work right, in my opinion.
For example, in this sample:
If 'Enter' is pressed in column 0 of statement2, CL autoindents to this:
Is this expected behaviour?
--tim
For example, in this sample:
Code: Select all
{
if (x) {
statement1;
statement2;
statement3;
}
}
Code: Select all
{
if (x) {
statement1;
statement2;
statement3;
}
}
--tim