It's not possible to edit our code like we would like it to be. We then indent, unindent parts of it, which is a little bit annoying. An example of a very good source editor is in qtcreator. There we can explicitly tell how each language feature will behave in term of indentation (for example we can decide if the accessibility tokens - public, private, protected - should be indented or not, and the same for many language features). I really think Kdevelop should provide a more efficient code editing solution but not only provide common style (Linux, K&R...) because it would help programmers writting efficiency code and also make new programmers not to feel uncomfortable with their new IDE. Reproducible: Always
Created attachment 78929 [details] How indentation of access qualifiers does not work. This used to work before. At some point a bug was introduced which made this not work. Even though I have selected the indentation as the screenshot shows and the preview to the right show the correct indentation as intended, the actual indentation of access qualifiers (private, public, protected) does not work the way it is depicted. It does the same thing regardless of options selected.
Other people have the issue. Several dozen of people voted for it. Up.