[Bug 48030] New: Add learning mode similar to that of OpenVMS edit/tpu
[email protected] 19 Sep 2002 05:10:12 -0000
| Newsgroups | gmane.comp.kde.devel.kate |
|---|---|
| Message-ID | <[email protected]> |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=48030
Summary: Add learning mode similar to that of OpenVMS edit/tpu
Product: kate
Version: 2.0
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Version: 2.0 (using KDE 3.0.3)
Compiler: gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
OS: Linux (i686) release 2.4.18-10
I wish for Kate to support a learning mode similar to that supported by the OpenVMS tpu editor.
Say you are editing a file for which you need to do the same editing sequence many times. For example, you may want to put all occurences of a particular word on a line by itself and append some text already in the cut/paste buffer. Such repetive editing can be tedious asis. With the OpenVMS tpu editor you do the following
- enter learning mode (in TPU by pressing F12 and typing learn).
- do one instance of the editing (to allow the editor to record the sequence).
- exit learning mode (in TPU by pressing press ctrl-R followed by a key to be assigned to the execution of the sequence).
- now to repeat the editing sequence just activate the learned sequence (in TPU by pressing the chosen key).