| Summary: |
Multiline comments are reformatted incorrectly when using tab to indent blocks of code |
| Product: |
[Frameworks and Libraries] frameworks-ktexteditor
|
Reporter: |
Jan Pavlicek <jan.pavlicek> |
| Component: |
general | Assignee: |
KWrite Developers <kwrite-bugs-null> |
| Status: |
CLOSED
NOT A BUG
|
|
|
| Severity: |
normal
|
CC: |
mail
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
5.38.0 | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Other | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
Visual animated description of the problem
|
Created attachment 107903 [details] Visual animated description of the problem Hello, the gif in the attachement says it all. When I have a multiline comment in a PHP code, kdevelop formats it correctly when typing - that is write "/*" on the first line, hit enter and the next line is automaticaly indented bellow the "*". But when I select multiple lines with such comment blocks on them and hit tab to indent (or shift+tab to deindent), the comment formatting gets messed up, putting all the asterisks bellow the "/" in the first line. This is still valid code but a nightmare for version control. I use kdevelop from archlinux packages, latest version, with the C style indenter.