diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-16 01:02:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-16 01:02:47 +0000 |
commit | 3c85b55e2f245fb7edac7e445f107e6d0bb423ae (patch) | |
tree | c62b7f80edafe0455310d08e09f4218127bf9e87 /Master/texmf-dist/context/data/scite-ctx.properties | |
parent | e5ecff27a26ef59e1dbe9702677687fd7107be3a (diff) |
context update
git-svn-id: svn://tug.org/texlive/trunk@2444 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/context/data/scite-ctx.properties')
-rw-r--r-- | Master/texmf-dist/context/data/scite-ctx.properties | 44 |
1 files changed, 40 insertions, 4 deletions
diff --git a/Master/texmf-dist/context/data/scite-ctx.properties b/Master/texmf-dist/context/data/scite-ctx.properties index 5eb9ae73dad..05fd90608e4 100644 --- a/Master/texmf-dist/context/data/scite-ctx.properties +++ b/Master/texmf-dist/context/data/scite-ctx.properties @@ -51,22 +51,24 @@ ctx.menulist.example=\ ctx.wraptext.length=65 ctx.spellcheck.language=auto -ctx.spellcheck.wordsize=3 +ctx.spellcheck.wordsize=4 ctx.spellcheck.wordpath=ENV(CTXSPELLPATH) ctx.spellcheck.wordfile.all=spell-uk.txt,spell-nl.txt ctx.spellcheck.wordfile.uk=spell-uk.txt ctx.spellcheck.wordfile.nl=spell-nl.txt -ctx.spellcheck.wordsize.uk=3 -ctx.spellcheck.wordsize.nl=3 +ctx.spellcheck.wordsize.uk=4 +ctx.spellcheck.wordsize.nl=4 ctx.helpinfo=\ Shift + F11 pop up menu with ctx options|\ |\ Ctrl + B check spelling|\ Ctrl + M wrap text (auto indent)|\ - Ctrl + R reset spelling results + Ctrl + R reset spelling results|\ + Ctrl + I insert template|\ + Ctrl + E open log file command.name.21.$(file.patterns.context)=CTX Action List command.subsystem.21.$(file.patterns.context)=3 @@ -109,3 +111,37 @@ command.24.*=reset_text command.groupundo.24.*=yes command.save.before.24.*=2 command.shortcut.24.*=Ctrl+R + +command.name.25.*=CTX Template +command.subsystem.25.*=3 +command.save.before.25.*=2 +command.groupundo.25.*=yes +command.shortcut.25.*=Ctrl+I + +# command.25.$(file.patterns.context)=insert_template $(ctx.template.list.context) +# command.25.$(file.patterns.example)=insert_template $(ctx.template.list.example) +# +# ctx.template.list.example=\ +# foo=mathadore.foo|\ +# bar=mathadore.bar +# +# ctx.template.mathadore.foo.file=./ctx-templates/foo.xml +# ctx.template.mathadore.bar.data=bar bar bar +# +# paths: ./ctx-templates, ../ctx-templates, ../../ctx-templates + +command.name.26.*=Open Logfile +command.subsystem.26.*=3 +command.26.*=open_log +command.save.before.26.*=2 +command.groupundo.26.*=yes +command.shortcut.26.*=Ctrl+E + +import scite-ctx-context +import scite-ctx-example + +ctx.template.scan=yes +ctx.template.rescan=no + +ctx.template.suffix.tex=tex +ctx.template.suffix.xml=xml |