| Summary: | Line mode select/copy/paste in Kate | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | David Ferenczi <david.ferenczi> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Script using dcop and Klipper to copy active line in Kate irrespective of cursor position. | ||
|
Description
David Ferenczi
2004-05-29 11:28:33 UTC
Yeah I would like that feature, too. Would be really useful when coding. Very nice idea, That would be wellcome as far as I am concerned :) Created attachment 17162 [details]
Script using dcop and Klipper to copy active line in Kate irrespective of cursor position.
Comment on attachment 17162 [details]
Script using dcop and Klipper to copy active line in Kate irrespective of cursor position.
I asked the same question on the Gentoo boards recently and a user by the name
of Tin came up with a partial solution to the copy paste portion of this
request. It would be great if this type of functionality was integrated into
Kate and did not require dcop or Klipper to achieve.
Meanwhile, there are line-mode copy&paste functions: - ctrl+alt+up copies the current line (or all selected lines) upwards - ctrl+alt+down copies the current line (or all selected lines) downwards - ctrl+shift+up moves the current line (or all selected lines) upwards - ctrl+shift+down moves the current line (or all selected lines) downwards |