summaryrefslogtreecommitdiff
path: root/scite-fedora/add-emitUnicode.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-04 17:07:01 -0400
committerB. Stack <bgstack15@gmail.com>2022-04-04 17:07:01 -0400
commite034b3b92a49fe23f9b8e19b9d41448c8e32a991 (patch)
tree82b1c1bd8d6b09b8b799dbdc89f6b91e256f32f7 /scite-fedora/add-emitUnicode.patch
parentMerge branch 'veracrypt-bump' into 'master' (diff)
downloadstackrpms-e034b3b92a49fe23f9b8e19b9d41448c8e32a991.tar.gz
stackrpms-e034b3b92a49fe23f9b8e19b9d41448c8e32a991.tar.bz2
stackrpms-e034b3b92a49fe23f9b8e19b9d41448c8e32a991.zip
scite 5.2.2 with emitunicode patch, for fedora
Diffstat (limited to 'scite-fedora/add-emitUnicode.patch')
-rw-r--r--scite-fedora/add-emitUnicode.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/scite-fedora/add-emitUnicode.patch b/scite-fedora/add-emitUnicode.patch
new file mode 100644
index 0000000..faff06d
--- /dev/null
+++ b/scite-fedora/add-emitUnicode.patch
@@ -0,0 +1,16 @@
+--- a/scite/src/SciTEGlobal.properties 2022-03-30 20:48:24.000000000 -0400
++++ b/scite/src/SciTEGlobal.properties 2022-04-04 10:14:32.803893680 -0400
+@@ -550,6 +550,13 @@
+ # 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
++command.subsystem.8.*=3
++command.8.*=emitUtf8UnicodeIntoTheSciteEditor
++command.mode.8.*=savebefore:no
++command.shortcut.8.*=Ctrl+U
++
+ # Import all the language specific properties files in this directory
+ import *
+
bgstack15