diff options
Diffstat (limited to 'context/data/scite/scite-context.properties')
-rw-r--r-- | context/data/scite/scite-context.properties | 49 |
1 files changed, 15 insertions, 34 deletions
diff --git a/context/data/scite/scite-context.properties b/context/data/scite/scite-context.properties index bc1af717c..caf230de7 100644 --- a/context/data/scite/scite-context.properties +++ b/context/data/scite/scite-context.properties @@ -115,11 +115,9 @@ name.metafun.console=$(name.context.console) name.example.console=$(name.context.console) name.context.mtxrun=mtxrun --autogenerate -name.context.mtxrunjit=mtxrunjit --autogenerate name.context.check=$(name.context.mtxrun) --script check name.context.run=$(name.context.mtxrun) --script context $(name.flag.pdfopen) -name.context.runjit=$(name.context.mtxrunjit) --script context $(name.flag.pdfopen) name.context.texshow=$(name.context.mtxrun) texshow name.context.purge=$(name.context.mtxrun) --context --purge --all name.context.showcase=$(name.context.mtxrun) --launch showcase.pdf @@ -164,20 +162,20 @@ import scite-ctx # hard coded compile / build / go -command.build.$(file.patterns.context)=$(name.context.check) $(FileNameExt) -command.build.$(file.patterns.metafun)= -command.build.$(file.patterns.example)=$(name.example.xmlcheck) $(FileNameExt) -command.build.*.fo=$(name.example.xmlcheck) $(FileNameExt) +command.compile.$(file.patterns.context)=$(name.context.check) $(FileNameExt) +command.compile.$(file.patterns.metafun)= +command.compile.$(file.patterns.example)=$(name.example.xmlcheck) $(FileNameExt) +command.compile.*.fo=$(name.example.xmlcheck) $(FileNameExt) -command.compile.$(file.patterns.context)=$(name.context.run) $(FileNameExt) -command.compile.$(file.patterns.metafun)=$(name.context.run) $(name.flag.pdfopen) $(FileNameExt) -command.compile.$(file.patterns.example)=$(name.context.run) --forcexml $(FileNameExt) -command.compile.*.fo=$(name.context.run) $(name.flag.pdfopen) --forcexml --use=foxet $(FileNameExt) +command.build.$(file.patterns.context)=$(name.context.run) $(FileNameExt) +command.build.$(file.patterns.metafun)=$(name.context.mtxrun) --script context $(name.flag.pdfopen) $(FileNameExt) +command.build.$(file.patterns.example)=$(name.context.run) --forcexml $(FileNameExt) +command.build.*.fo=$(name.context.run) $(name.flag.pdfopen) --forcexml --use=foxet $(FileNameExt) -command.compile.subsystem.$(file.patterns.context)=1 -command.compile.subsystem.$(file.patterns.metafun)=1 -command.compile.subsystem.$(file.patterns.example)=1 -command.compile.subsystem.*.fo=1 +command.build.subsystem.$(file.patterns.context)=1 +command.build.subsystem.$(file.patterns.metafun)=1 +command.build.subsystem.$(file.patterns.example)=1 +command.build.subsystem.*.fo=1 if PLAT_WIN command.go.$(file.patterns.context)=$(FileName).pdf @@ -220,24 +218,6 @@ command.1.subsystem.$(file.patterns.context)=1 command.1.subsystem.$(file.patterns.metafun)=1 command.1.subsystem.$(file.patterns.example)=1 -command.name.29.*=Run with jit -command.subsystem.29.*=1 -command.29.$(file.patterns.context)=$(name.context.runjit) $(FileNameExt) -command.29.$(file.patterns.metafun)=$(name.context.runjit) $(FileNameExt) --metapost -command.29.$(file.patterns.exmaple)=$(name.context.runjit) $(FileNameExt) --xml -command.groupundo.29.*=yes -command.save.before.29.*=2 -command.shortcut.29.*=Alt+F12 - -command.name.30.*=Run with jit -command.subsystem.30.*=1 -command.30.$(file.patterns.context)=$(name.context.runjit) $(FileNameExt) -command.30.$(file.patterns.metafun)=$(name.context.runjit) $(FileNameExt) --metapost -command.30.$(file.patterns.exmaple)=$(name.context.runjit) $(FileNameExt) --xml -command.groupundo.30.*=yes -command.save.before.30.*=2 -command.shortcut.30.*=Alt+F7 - # 2 : pdf viewing command.name.2.$(file.patterns.context)=View PDF File with GhostScript @@ -357,9 +337,10 @@ highlight.indentation.guides=1 # Editor: keys user.shortcuts=\ -F12|IDM_BUILD|\ -Ctrl+F12|IDM_COMPILE|\ +F12|IDM_COMPILE|\ +Ctrl+F12|IDM_BUILD|\ Shift+F12|IDM_GO|\ +Alt+F12|IDM_STOPEXECUTE|\ os.x.home.end.keys=0 |