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.
Since 2.29 it always draws with Cairo on GTK+, gdk-pixbuf is no longer needed - compilation errors with GSB-Desktop installed at the same time are gone.
The handling of the "properties" files has been changed again to avoid the replacement
All examples can be found now in /usr/doc/scite-$ver as it seems the right place to put them.
The also got the extension "new" to mark them as templates.
The main file SciTEGlobal.properties doesn't get altered anymore from within the SlackBuild (with one exception),but if you made changes to your existing SciTEGlobal.properties file, you need to back it up,
as the update procedure will replace the file .
The only modification I have made is to change the help-browser to mozilla.
This feature has been broken in former versions of SciTE as it still pointed to "netscape".
In v3.02 the help uses "xdg-open" instead, but this can lead to unwanted behavior also.
For example with Bluefish installed the help pages might open with Bluefish instead in Firefox or Seamonkey.
As a full Slackware installation installs Seamonkey, the mozilla command should make sure to open the help pages in a browser.
If you prefer the system standard browser instead, comment out line 51/52 of the SlackBuild.
The SciTEUser.properties in your home directory stays untouched and will not be invalidated anymore from the changes in SciTEGlobal.properties.
Finally the CFLAGS have been removed from the SlackBuild, as the makefiles of Scintilla and Scite use those flags, which had been replaced before, now by default.