From 0aa8088ccff547394b12d5141364cb888e0df2f9 Mon Sep 17 00:00:00 2001 From: Jens Weber Date: Thu, 10 Apr 2014 08:22:38 +0700 Subject: development/scite: Updated for version 3.4.1. Signed-off-by: Willy Sudiarto Raharjo --- development/scite/README | 2 +- development/scite/config/README.Slackware | 15 +++++++++++++-- development/scite/config/SciTEGlobal.properties.new | 1 - development/scite/config/SciTEUser.properties.new | 2 +- development/scite/config/changelog | 9 ++++++--- development/scite/doinst.sh | 1 - development/scite/scite.SlackBuild | 9 +++++---- development/scite/scite.info | 6 +++--- 8 files changed, 29 insertions(+), 16 deletions(-) (limited to 'development/scite') diff --git a/development/scite/README b/development/scite/README index 23d0296b15..bbec134ba2 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.3.9 after installation to find +Please look into /usr/doc/scite-3.4.1 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 3314761c94..ff999efdba 100644 --- a/development/scite/config/README.Slackware +++ b/development/scite/config/README.Slackware @@ -4,8 +4,19 @@ SciTE.SlackBuild The SciTE.SlackBuild is now also available from git: git://github.com/schiffsratte/scite.slackbuild.git -Changes in Version 3.3.9: -- version update, for details see http://www.scintilla.org/SciTE.html + +For a detailed history go to http://www.scintilla.org/ScintillaHistory.html + + +Version 3.4.1 fixes a regression in 3.4.0 that stopped the caret moving when lines were wrapped. + +Version 3.4.0 (not available from SBo) defaults to using strips for find and replace and allows incremental searching in the find and replace strips afer setting the find.strip.incremental or replace.strip.incremental settings. Set find.use.strip=0 and replace.use.strip=0 to return to using dialogs. + +Version 3.3.9 (not available from SBo) fixes a bug in 3.3.8 that caused external lexers to fail. + +Version 3.3.8 (not available from SBo) improves scaling for high resolutions, fixes bugs, and improves some lexers. + +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. diff --git a/development/scite/config/SciTEGlobal.properties.new b/development/scite/config/SciTEGlobal.properties.new index 02b079ea34..5c920ab1b7 100644 --- a/development/scite/config/SciTEGlobal.properties.new +++ b/development/scite/config/SciTEGlobal.properties.new @@ -617,4 +617,3 @@ tacl tal txt2tags verilog vhdl # Import all the language specific properties files in this directory import * - diff --git a/development/scite/config/SciTEUser.properties.new b/development/scite/config/SciTEUser.properties.new index 929e0c7290..b7bcf1af8e 100644 --- a/development/scite/config/SciTEUser.properties.new +++ b/development/scite/config/SciTEUser.properties.new @@ -94,4 +94,4 @@ CMake|cmake||\ # Import all the language specific properties files import cmake import nncrontab -lexer.*.SlackBuild=shell \ No newline at end of file +lexer.*.SlackBuild=shell diff --git a/development/scite/config/changelog b/development/scite/config/changelog index 6abb98bdf3..8e1c999fc0 100644 --- a/development/scite/config/changelog +++ b/development/scite/config/changelog @@ -1,4 +1,4 @@ -SciTE.SlackBuild changelog as of 01/Feb 2014 +SciTE.SlackBuild changelog as of 18/June 2012 v2.21: 1): Initial? version written by Iskar Enev v2.27: 1): Some modifications and new maintainer Jens Weber @@ -8,5 +8,8 @@ v3.02: 1): Changed the handling of the "properties" files to avoid to overwrite 3): SciTEGlobal.properties changed browser to mozilla 4): The SlackBuild doesn't change the CFLAGS anymore . v3.20 1): version update -v3.3.9 1): version update includes all versions since 3.2.0 - 2): Change SlackBuilds version numbering to reflect SciTE versions \ No newline at end of file +v3.21 1): Version 3.2.1 retrieves string properties from the Scintilla API using property notation in Lua scripts. +v3.22 1): Version 3.2.2 remains responsive by limiting highlight.current.word to 0.25 seconds. +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 diff --git a/development/scite/doinst.sh b/development/scite/doinst.sh index 1f8ff67ded..3e5691a052 100644 --- a/development/scite/doinst.sh +++ b/development/scite/doinst.sh @@ -7,4 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi - diff --git a/development/scite/scite.SlackBuild b/development/scite/scite.SlackBuild index 9c74cb8fab..8ed0643495 100644 --- a/development/scite/scite.SlackBuild +++ b/development/scite/scite.SlackBuild @@ -4,12 +4,12 @@ # v2.27: Some modifications by Jens Weber # v3.02: (jw) Some more changes, see README.Slackware and changelog # v3.20: (jw) little changes, see README.Slackware and changelog -# v3.23: (jw) version bump to 3.23 -# v3.24: (jw) version bump to 3.24 -# v3.3.9: (jw) version bump to 3.3.9 +# 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 PRGNAM=scite -VERSION=${VERSION:-3.3.9} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,6 +73,7 @@ cat $CWD/config/SciTEUser.properties.new >> $PKG/usr/doc/$PRGNAM-$VERSION/SciTEU cat $CWD/config/changelog >> $PKG/usr/doc/$PRGNAM-$VERSION/changelog cat $CWD/config/README.Slackware >> $PKG/usr/doc/$PRGNAM-$VERSION/README.Slackware + for i in $PKG/usr/share/scite/*.html $PKG/usr/share/scite/*.png ; do ln -s /usr/share/scite/$(basename $i) \ $PKG/usr/doc/$PRGNAM-$VERSION/html/$(basename $i) ; diff --git a/development/scite/scite.info b/development/scite/scite.info index 13c7f54829..1247008dd4 100644 --- a/development/scite/scite.info +++ b/development/scite/scite.info @@ -1,8 +1,8 @@ PRGNAM="scite" -VERSION="3.3.9" +VERSION="3.4.1" HOMEPAGE="http://scintilla.org/SciTE.html" -DOWNLOAD="http://downloads.sourceforge.net/scintilla/scite339.tgz" -MD5SUM="ad96e8c4d53476f925ac10dda4d6f628" +DOWNLOAD="http://sourceforge.net/projects/scintilla/files/SciTE/3.4.1/scite341.tgz" +MD5SUM="72111d194adb182ec2398c2d03ffee52" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3