diff options
author | B. Stack <bgstack15@gmail.com> | 2022-04-07 09:43:17 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-04-07 09:49:34 -0400 |
commit | 6253daa83d11aa07027476d05b4385295c3fe944 (patch) | |
tree | 5bdfb8ca22bda8633203865b09a5e0d5c59a8d0b /scite/debian/SciTEGlobal.properties | |
parent | use full global.properties in rpm (diff) | |
download | stackrpms-6253daa83d11aa07027476d05b4385295c3fe944.tar.gz stackrpms-6253daa83d11aa07027476d05b4385295c3fe944.tar.bz2 stackrpms-6253daa83d11aa07027476d05b4385295c3fe944.zip |
fix #29: add functions to scite stackrpms.lua
Diffstat (limited to 'scite/debian/SciTEGlobal.properties')
-rw-r--r-- | scite/debian/SciTEGlobal.properties | 16 |
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 * |