diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-03-12 21:53:48 -0300 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-07-02 19:06:34 -0300 |
commit | b1dd01f67a48785678209b90c1b0e4f44621c146 (patch) | |
tree | 31561c12003443104d8ad5017e47026904349ff0 /Xedit-noxprint.ad | |
parent | 3468f9f2cb65294771e1095a14b7263ae0a6a043 (diff) |
Add a tags interface to xedit.
To use the tags, first create a tags file with a command like "ctags -R".
The interface can be disabled with resources, see the updated man page.
Tag files are searched descending to the root directory.
Multiple tags files are properly handled, and multiple symbol definitions
can be searched.
Diffstat (limited to 'Xedit-noxprint.ad')
-rw-r--r-- | Xedit-noxprint.ad | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Xedit-noxprint.ad b/Xedit-noxprint.ad index 2b8bf25..0743f0b 100644 --- a/Xedit-noxprint.ad +++ b/Xedit-noxprint.ad @@ -39,7 +39,9 @@ Use Control-X,k to close file being edited.\n\ Use Control-X,o to switch to another splitted window.\n\ Use Control-X,u to undo. Control-G to switch between Undo and Redo.\n\ Use Insert to toggle Overwrite mode.\n\ -Use Control-G to interrupt the lisp subprocess +Use Control-G to interrupt the lisp subprocess.\n\ +Use Escape to enter or leave regex search and replace mode.\n\ +Use Alt-. to search tags for the selected symbol or find the next match. *formWindow*defaultDistance: 2 *formWindow.?.borderWidth: 0 @@ -201,6 +203,7 @@ m<Key>I: no-op(r) <Ctrl>X,!<Key>u:undo()\n\ <Ctrl>G: xedit-keyboard-reset()\n\ <Ctrl>J: xedit-print-lisp-eval()\n\ +:m<Key>.: tags()\n\ <Key>Tab: insert-char()\n\ !l @Num_Lock<Key>b:insert-char()\n\ !l <Key>b: insert-char()\n\ |