summaryrefslogtreecommitdiff
path: root/scite/debian/SciTEGlobal.properties
diff options
context:
space:
mode:
Diffstat (limited to 'scite/debian/SciTEGlobal.properties')
-rw-r--r--scite/debian/SciTEGlobal.properties16
1 files changed, 13 insertions, 3 deletions
diff --git a/scite/debian/SciTEGlobal.properties b/scite/debian/SciTEGlobal.properties
index 4150caa..1dd5e11 100644
--- a/scite/debian/SciTEGlobal.properties
+++ b/scite/debian/SciTEGlobal.properties
@@ -549,12 +549,22 @@ txt2tags verilog vhdl visualprolog
# The set of imports allowed can be set with
#imports.include=ave
-ext.lua.startup.script=$(SciteDefaultHome)/emitUnicode.lua
-command.name.8.*=Emit UTF8 Unicode
+ext.lua.startup.script=$(SciteDefaultHome)/stackrpms.lua
+command.name.8.*=Emit &UTF8 Unicode
command.subsystem.8.*=3
-command.8.*=emitUtf8UnicodeIntoTheSciteEditor
+command.8.*=emitUnicode
command.mode.8.*=savebefore:no
command.shortcut.8.*=Ctrl+U
+command.name.9.*=Insert &Date AH
+command.subsystem.9.*=3
+command.9.*=InsertDateAH
+command.mode.9.*=savebefore:no
+command.shortcut.9.*=F5
+command.name.10.*=Insert Date iso8601
+command.subsystem.10.*=3
+command.10.*=InsertDateIso
+command.mode.10.*=savebefore:no
+command.shortcut.10.*=Shift+F5
# Import all the language specific properties files in this directory
import *
bgstack15