aboutsummaryrefslogtreecommitdiff
path: root/development/scite/config
diff options
context:
space:
mode:
Diffstat (limited to 'development/scite/config')
-rw-r--r--development/scite/config/README.Slackware15
-rw-r--r--development/scite/config/SciTEGlobal.properties.new1
-rw-r--r--development/scite/config/SciTEUser.properties.new2
-rw-r--r--development/scite/config/changelog9
4 files changed, 20 insertions, 7 deletions
diff --git a/development/scite/config/README.Slackware b/development/scite/config/README.Slackware
index 3314761c9457..ff999efdba07 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 02b079ea3468..5c920ab1b77d 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 929e0c7290a6..b7bcf1af8e90 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 6abb98bdf3b2..8e1c999fc005 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 <iskar.enev[@]gmail.com>
v2.27: 1): Some modifications and new maintainer Jens Weber <jens@tuxane.com>
@@ -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