
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
These scripts adds more than one hundred commands to the Kate Editor and derivatives (KWrite, KDevelop, Kile, etc).
By default, the shortcut to command line is `f7`.
Compatible with KDE 4.x and 5.x.
4 years ago
fixed:
- mergeTextMultiLine
New commands:
- jumpParagraphDown and jumpParagraphUp: Move cursor to next/previous text paragraph.
- markSelection: Records the cursor position. The second call makes a selection.
- markExpand: Extends selection or makes a selection from recorded cursor position.
- markClean: Removes the recorded cursor position.
- markJump: Go to the recorded cursor position.
- wordNext, wordPrev, wordEndNext, wordEndPrev, blankNext, blankPrev, blankEndNext, blankEndPrev: Move cursor to the begin/end to next/previous word or "blank words".
- contextNext and contextPrev: Move cursor to next/previous highlighting context
4 years ago
fixed:
- mergeTextMultiLine
New commands:
- jumpParagraphDown and jumpParagraphUp: Move cursor to next/previous text paragraph.
- markSelection: Records the cursor position. The second call makes a selection.
- markExpand: Extends selection or makes a selection from recorded cursor position.
- markClean: Removes the recorded cursor position.
- markJump: Go to the recorded cursor position.
- wordNext, wordPrev, wordEndNext, wordEndPrev, blankNext, blankPrev, blankEndNext, blankEndPrev: Move cursor to the begin/end to next/previous word or "blank words".
- contextNext and contextPrev: Move cursor to next/previous highlighting context
DanaKil
6 years ago
Report