summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-06 20:57:06 -0400
committerB. Stack <bgstack15@gmail.com>2022-09-06 20:57:06 -0400
commit45266a43c66672adae0e5bc8f6dcc1178537aa58 (patch)
tree3cfac834f4ab3be224e607b52f606aaf81cdcc89 /scite-fedora
parentMerge branch 'notepadnext-bump' into 'master' (diff)
downloadstackrpms-45266a43c66672adae0e5bc8f6dcc1178537aa58.tar.gz
stackrpms-45266a43c66672adae0e5bc8f6dcc1178537aa58.tar.bz2
stackrpms-45266a43c66672adae0e5bc8f6dcc1178537aa58.zip
scite 5.3.0 rc1
Diffstat (limited to 'scite-fedora')
-rw-r--r--scite-fedora/README.md6
-rw-r--r--scite-fedora/SciTEGlobal.properties16
-rw-r--r--scite-fedora/scite.spec5
3 files changed, 23 insertions, 4 deletions
diff --git a/scite-fedora/README.md b/scite-fedora/README.md
index a095bba..11e732b 100644
--- a/scite-fedora/README.md
+++ b/scite-fedora/README.md
@@ -11,9 +11,9 @@ Distro | scite version
------------ | ---------------
CentOS 6 | 3.7.6
CentOS 7 | 3.7.6
-CentOS 8 | 5.2.3
-Fedora 35 | 5.2.3
-Devuan Ceres | 5.2.3
+CentOS 8 | 5.3.0
+Fedora 35 | 5.3.0
+Devuan Ceres | 5.3.0
# References
void linux [scite](https://github.com/void-linux/void-packages/blob/master/srcpkgs/scite/template) package guided me at version 5.0.1.
diff --git a/scite-fedora/SciTEGlobal.properties b/scite-fedora/SciTEGlobal.properties
index 1dd5e11..073a6e6 100644
--- a/scite-fedora/SciTEGlobal.properties
+++ b/scite-fedora/SciTEGlobal.properties
@@ -49,6 +49,20 @@ statusbar.visible=1
#magnification=-1
#output.magnification=-1
+change.history=3
+#~ indicator.reverted.to.origin.insertion=style:squiggle,colour:#40A0BF
+#~ indicator.reverted.to.origin.deletion=style:point,colour:#40A0BF
+#~ indicator.saved.insertion=style:squiggle,colour:#60A060
+#~ indicator.saved.deletion=style:point,colour:#00A000
+#~ indicator.modified.insertion=style:squiggle,colour:#A0A060
+#~ indicator.modified.deletion=style:point,colour:#A0A000
+#~ indicator.reverted.to.modified.insertion=style:squiggle,colour:#FF8000
+#~ indicator.reverted.to.modified.deletion=style:point,colour:#FF8000
+#~ marker.reverted.to.origin=style:leftrect,fore:#40A0BF,back:#40A0BF
+#~ marker.saved=style:leftrect,fore:#00A000,back:#00A000
+#~ marker.modified=style:leftrect,fore:#A0A000,back:#A0A000
+#~ marker.reverted.to.modified=style:leftrect,fore:#FF8000,back:#FF8000
+
# Sizes and visibility in edit pane
line.margin.visible=1
line.margin.width=4
@@ -158,6 +172,7 @@ default.file.ext=.cxx
title.full.path=1
#title.show.buffers=1
#pathbar.visible=1
+#pathbar.selectable=1
save.recent=1
save.session=1
#session.bookmarks=1
@@ -241,6 +256,7 @@ find.files=*.c *.cxx *.h
#find.in.files.close.on.find=0
#find.in.dot=1
#find.in.binary=1
+#find.exclude=*.bak *.orig debug
#find.in.directory=
#find.close.on.find=0
#find.replace.matchcase=1
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 1c93538..7fc7b12 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,6 +1,6 @@
# Tunables
# el7 is on 3.x, el8/fc is on 5.x
-%global pkgversion 5.2.4
+%global pkgversion 5.3.0
# Use lua
%define with_lua 1
# Use bundled lua. If 0, then use distro lua
@@ -149,6 +149,9 @@ install -D -p -m 666 %{SOURCE2} %{buildroot}%{_datadir}/scite/SciTEGlobal.proper
%{_libdir}/*
%changelog
+* Tue Sep 06 2022 B. Stack <bgstack15@gmail.com> - 5.3.0-1/3.7.6-1
+- Update version
+
* Mon Jul 11 2022 B. Stack <bgstack15@gmail.com> - 5.2.4-1/3.7.6-1
- Update version
bgstack15