moving jEdit plugin to jEdit CVS repository

cvs
Slava Pestov 2006-01-04 20:48:10 +00:00
parent cb66eb686a
commit 389e2e0672
2 changed files with 1 additions and 19 deletions

View File

@ -1,18 +0,0 @@
factor-infer-effect.shortcut=A+f i i
factor-run-file.shortcut=A+f f
factor-eval-word-def.shortcut=A+f e e
factor-listener.shortcut=A+f l
factor-edit-dialog.shortcut=A+f g
factor-extract-word.shortcut=A+f x
factor-infer-effects.shortcut=A+f i a
factor-compile.shortcut=A+f c c
factor-apropos.shortcut=A+f a
factor-balance.shortcut=A+f b
factor-eval-selection.shortcut=A+f e s
factor-compile-all.shortcut=A+f c a
factor-float.shortcut=A+f n
factor-edit.shortcut=A+f j
factor.shortcut=A+f l
factor-see.shortcut=A+f w
factor-usages.shortcut=A+f s
factor-insert-use.shortcut=A+f u

View File

@ -19,7 +19,7 @@ words ;
: BIN: 2 (BASE) ; parsing
SYMBOL: t
: f f swons ; parsing
: CHAR: 0 scan next-char drop swons ; parsing
: CHAR: 0 scan next-char nip swons ; parsing
: " parse-string swons ; parsing
: SBUF" skip-blank parse-string >sbuf swons ; parsing
: [ f ; parsing