This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.
Code: int main(int argc, char** argv) { if (1) { if (1) { if (1) { if (1) { if (1) { ; } } } } } return 0; } Expected behavior: All 5 'if' has identation guide lines Real: 2 'if' has gray lines
Investigation: Editor uses SimpleValueNames.SPACES_PER_TAB property for indent size. Should use SimpleValueNames.INDENT_SHIFT_WIDTH. See change set in the bug #182513 Reassign to evaluation.
Should be already fixed. *** This bug has been marked as a duplicate of bug 182513 ***