Community
Participate
Working Groups
Build Identifier: I20110613-1736 If using the profile in attachment, the closing brace for all "for" loops is not at his attending place. Moreover, this problem will shift to the left all the remaining code, since with 3 or 4 "for" loop, all the code is attached to the left of the screen with no indentation. For instance, in the Code Style editor itself, in the "White space" tab, we have: for(int i = 0, j = argc; i < argc; i++, j--) { } The objective of this profile (which works on other statements) is to format code like: for(int i = 0, j = argc; i < argc; i++, j--) { int k=0; // My code with 4 spaces } Reproducible: Always Steps to Reproduce: 1.Install given profile 2.Use a "for" expression at least one time 3.Format using classical command (Ctrl+Alt+Shift+F)
Created attachment 202966 [details] Profile to reproduce the bug
*** This bug has been marked as a duplicate of bug 351399 ***