Community
Participate
Working Groups
Build Identifier: 20100617-1415 Even with C/C++>Editor>Typing>"Automatically indent" disabled, eclipse continues to automatically indent newlines. Reproducible: Always Steps to Reproduce: Ensure C/C++>Editor>Typing>"Automatically indent" is unchecked. Fill a buffer with the following function: void foo() { if (true) { } } Position the cursor after the second { and press enter. Eclipse will automatically indent the newline with one tab even though the the "Automatically indent" option was specifically disabled.
*** This bug has been marked as a duplicate of bug 244445 ***