Details
-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 3.5.0-beta1
-
None
Description
Currently if you are in the middle of a function call, pressing Enter has fairly odd results (seems to depend on function length).
Before pressing Enter:
example.cpp
my_function_call(^foo, bar);
After:
example.cpp
my_function_call( ^foo, bar);
(where ^ is the cursor)
The indentation level here isn't configurable, and seems to use some smart logic which I mostly end up manually adjusting.
It would be good if there was an option to select a fixed indent level for multi line function arguments. (or align with the opening parens)
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-16666 Allow fixed indent of continuation lines
- Closed