diff options
author | Jens Weber <jens@tuxane.com> | 2011-12-29 08:59:14 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-31 00:24:59 -0600 |
commit | f6c870e244de0d66d6ad99ae112a5d05774529c8 (patch) | |
tree | 91bef98db6b650e88a49aa46ce0d7844ae0d4396 /development/scite/config | |
parent | 1fe893777b18a46896815e7911f42d19616b9a71 (diff) | |
download | slackbuilds-f6c870e244de0d66d6ad99ae112a5d05774529c8.tar.gz |
development/scite: Updated for version 3.02.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/scite/config')
-rw-r--r-- | development/scite/config/README.Slackware | 26 | ||||
-rw-r--r-- | development/scite/config/SciTEGlobal.properties.new (renamed from development/scite/config/SciTEGlobal.properties) | 0 | ||||
-rw-r--r-- | development/scite/config/SciTEUser.properties.new (renamed from development/scite/config/SciTEUser.properties) | 0 |
3 files changed, 26 insertions, 0 deletions
diff --git a/development/scite/config/README.Slackware b/development/scite/config/README.Slackware new file mode 100644 index 0000000000..9d0a6014b3 --- /dev/null +++ b/development/scite/config/README.Slackware @@ -0,0 +1,26 @@ +README.Slackware + +SciTE.SlackBuild + +The SciTE.SlackBuild is now also available from git: git://github.com/schiffsratte/scite.slackbuild.git + +In version 3.02 SciTE's GTK+3 support has still improved, it will integrate nicely into the Gnome3 +Desktop and use Adwaita or any other GTK+3 theme, if installed. +It now saves files in the background and can print on GTK+3. +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 +of existing settings. +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. + diff --git a/development/scite/config/SciTEGlobal.properties b/development/scite/config/SciTEGlobal.properties.new index aa8d3948d0..aa8d3948d0 100644 --- a/development/scite/config/SciTEGlobal.properties +++ b/development/scite/config/SciTEGlobal.properties.new diff --git a/development/scite/config/SciTEUser.properties b/development/scite/config/SciTEUser.properties.new index 23477b7aff..23477b7aff 100644 --- a/development/scite/config/SciTEUser.properties +++ b/development/scite/config/SciTEUser.properties.new |