mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/scite: Updated for version 3.52.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9b155c8807
commit
0969eb8784
5 changed files with 18 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue