------- 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=104599 Summary: enum causes bad indentation with S&S C style indenter Product: kate Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kwrite-devel kde org ReportedBy: jpetso gmx at Version: (using KDE KDE 3.4.0) Installed from: Gentoo Packages Compiler: gcc-3.4.1 OS: Linux The S&S C style indenter, in opposition to the default C style indenter, wrongly indents enum statements. A simple example (the | is the cursor position): enum Type { (tab)ValueA,| Then press Enter. enum Type { (tab)ValueA, (tab)(tab)| Here you are. As far as I can see, this is one tab too much. It would be so fine if this could be fixed. Thanks. _______________________________________________ KWrite-Devel mailing list KWrite-Devel@kde.org https://mail.kde.org/mailman/listinfo/kwrite-devel