T O P I C R E V I E W |
swinefeaster |
Posted - Apr 23 2015 : 9:04:04 PM installed the new build 10.9.2062.0 and if I type an else and then hit enter to expand the braces, I get the following
else
{
\\t\\t
}
the \\t denotes tabs, but I have selected spaces. This is a bad regression for me since our coding convention requires spaces and this will litter files. |
2 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Apr 23 2015 : 9:41:59 PM If you turn on visible white space:
IDE Edit menu -> Advanced -> View White Space
what do you see when the closing curly brace is inserted? Are there actual tab characters before the caret, or just empty space? Normally you just get empty space until you type something, at which point the indent is filled in with either tabs or spaces.
This should not have changed, but regressions do happen. |
swinefeaster |
Posted - Apr 23 2015 : 9:05:22 PM oh wait, my bad... when I save the file it becomes spaces... really strange... sorry about the noise |
|
|