------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=92343 Summary: Source formatter indents every line one more time more then the previous one Product: kdevelop Version: unspecified Platform: RedHat RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: hceylan biletix com Version: 3.3.0 (using KDE KDE 3.3.1) Installed from: RedHat RPMs OS: Linux Hi, Although not critical, I am having a problem with the source formatter. If there is a struct in the source then this gets screwed up. Because my English is not good enough to describe that problem I am gonna give an example right away... This: struct test { int a; int b; }; static struct test test_instance = { .a = 1, .b = 2 }; >>>> becomes : struct test { int a; int b; }; static struct test test_instance = { .a = 1, .b = 2 }; I have recently started using the source formatter feature and it is clearly a killer feature. I would love to see it fixed. If you can give me some directions in the source code I, myself too try to fix it. Regards, Hasan Ceylan