|
|
|
|
|||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
New: Extend "Keep indent profile" to not unnecessarilyreformat whitespace
You are receiving this mail because:
You are the assignee for the bug, or are watching the assignee. Summary: Extend "Keep indent profile" to not unnecessarily reformat whitespace Product: kate Version: unspecified Platform: Gentoo Packages S/Version: Linux Status: UNCNFIRMED Severity: wishlist Priority: NR Component: general AssignedTo: kwrite-devel kde org ReportedBy: truedfx gentoo org Version: (using KDE KDE 3.5.2) Installed from: Gentoo Packages Using for tabs: If I have a function void f() { >(longfunctionargument1, longfunctionargument2, longfunctionargument3); } and select the middle three lines, I can't block-indent them without also getting the current spacing reformatted. Depending on the configuration, I can get either void f() { >>(longfunctionargument1, longfunctionargument2, longfunctionargument3); } or void f() { longfunctionname(longfunctionargument1, longfunctionargument2, longfunctionargument3); } but what I would like to see is void f() { >>(longfunctionargument1, >longfunctionargument2, >longfunctionargument3); } "Keep indent profile" seems like the most logical option for this, but a new option would be good too. KWrite-Devel mailing list KWrite-Devel (AT) kde (DOT) org |
![]() |
| Viewing: Web Development Archives > Mailing Lists > KDE > New: Extend "Keep indent profile" to not unnecessarilyreformat whitespace |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|