Bug 310034

Summary: Better code editing solution
Product: [Applications] kdevelop Reporter: jd.frattini
Component: generalAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: wishlist CC: aspotashev
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Attachments: How indentation of access qualifiers does not work.

Description jd.frattini 2012-11-13 16:11:38 UTC
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
Comment 1 Fikret Skrgic 2013-04-15 13:19:19 UTC
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.
Comment 2 jd.frattini 2019-02-02 13:52:41 UTC
Other people have the issue. Several dozen of people voted for it.
Up.