diff options
-rw-r--r-- | development/scite/README | 2 | ||||
-rw-r--r-- | development/scite/config/README.Slackware | 6 | ||||
-rw-r--r-- | development/scite/config/changelog | 4 | ||||
-rw-r--r-- | development/scite/scite.SlackBuild | 9 | ||||
-rw-r--r-- | development/scite/scite.info | 6 |
5 files changed, 18 insertions, 9 deletions
diff --git a/development/scite/README b/development/scite/README index bbec134ba2..1e1f94745d 100644 --- a/development/scite/README +++ b/development/scite/README @@ -9,5 +9,5 @@ see the different options at http://www.scintilla.org/SciTEDoc.html, rename SciTEUser.properties.new to .SciTEUser.properties, and place it in your user's homedir. -Please look into /usr/doc/scite-3.4.1 after installation to find +Please look into /usr/doc/scite-3.52 after installation to find the example configuration files and additional documentation. diff --git a/development/scite/config/README.Slackware b/development/scite/config/README.Slackware index ff999efdba..3fe0fc1f79 100644 --- a/development/scite/config/README.Slackware +++ b/development/scite/config/README.Slackware @@ -7,6 +7,11 @@ The SciTE.SlackBuild is now also available from git: git://github.com/schiffsrat For a detailed history go to http://www.scintilla.org/ScintillaHistory.html +Version 3.5.2 makes minor improvements and fixes bugs. + +Version 3.5.1 fixes minor bugs. + +Version 3.5.0 is more power efficient. It can display text with extreme ascenders and descenders without cutting them off. Version 3.4.1 fixes a regression in 3.4.0 that stopped the caret moving when lines were wrapped. @@ -18,6 +23,7 @@ Version 3.3.8 (not available from SBo) improves scaling for high resolutions, fi Version 3.3.7 (not available from SBo) enhances some lexers, with the C++ lexer adding user defined literals and digit grouping from C++11/14. + Changes in Version 3.2.0: - allows Ctrl to be used with mouse double and triple clicks to add words and lines to the selection. - can define a button as the default in strips. diff --git a/development/scite/config/changelog b/development/scite/config/changelog index 8e1c999fc0..9949bc9083 100644 --- a/development/scite/config/changelog +++ b/development/scite/config/changelog @@ -1,4 +1,4 @@ -SciTE.SlackBuild changelog as of 18/June 2012 +SciTE.SlackBuild changelog as of 04/Dec 2014 v2.21: 1): Initial? version written by Iskar Enev <iskar.enev[@]gmail.com> v2.27: 1): Some modifications and new maintainer Jens Weber <jens@tuxane.com> @@ -13,3 +13,5 @@ v3.22 1): Version 3.2.2 remains responsive by limiting highlight.current.word t v3.23 1): Version 3.2.3 defines PLAT_UNIX for all Unix variants and fixes minor problems. v3.24 1): Version 3.2.4 does not truncate copies to clipboard at NULs. v3.41 1): version update +v3.52 1): version update + diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 8ed0643495..27667a3d69 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -4,12 +4,13 @@ # v2.27: Some modifications by Jens Weber <jens@tuxane.com> # v3.02: (jw) Some more changes, see README.Slackware and changelog # v3.20: (jw) little changes, see README.Slackware and changelog -# v3.2.3: (jw) version bump to 3.2.3 -# v3.2.4: (jw) version bump to 3.2.4 -# v3.4.1: (jw) version bump to 3.4.1 +# v3.23: (jw) version bump to 3.23 +# v3.24: (jw) version bump to 3.24 +# v3.41: (jw) version bump to 3.41 +# v3.52: (jw) version bump to 3.52 2014-12-04 PRGNAM=scite -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-3.52} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/scite/scite.info b/development/scite/scite.info index 1247008dd4..e92a8e09ad 100644 --- a/development/scite/scite.info +++ b/development/scite/scite.info @@ -1,8 +1,8 @@ PRGNAM="scite" -VERSION="3.4.1" +VERSION="3.52" HOMEPAGE="http://scintilla.org/SciTE.html" -DOWNLOAD="http://sourceforge.net/projects/scintilla/files/SciTE/3.4.1/scite341.tgz" -MD5SUM="72111d194adb182ec2398c2d03ffee52" +DOWNLOAD="http://sourceforge.net/projects/scintilla/files/SciTE/3.5.2/scite352.tgz" +MD5SUM="2c1a313dc885033988cc98930586b270" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |