| Summary: | Comment (Ctrl + D) with static word wrap turned on -> uncommended wrapped words | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Lukas Holzer <lukas.holzer> |
| Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.4 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lukas Holzer
2005-09-22 10:08:21 UTC
I think this is a general Kate issue ... And I won't change that, to fix it, is not trivial and language dependent I won't challenge the "non-trivial" part, but I do wonder why it would be language dependend. Suppose you have a multi-line comment: word wrap doesn't matter at all. Now in case of a single-line commenting style, you could insert the single-line commenting thingy at the beginning of the wrapped line. best, Jeroen It seems like a simple fix is available:
while (a line is remaining in selection)
insert comment string on first line
wrap selection ("Join Lines")
move to next uncommented line in selection
end
|