diff options
Diffstat (limited to 'development/scite/README')
-rw-r--r-- | development/scite/README | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/development/scite/README b/development/scite/README index d2201cdc3396b..d9eefa5f6219a 100644 --- a/development/scite/README +++ b/development/scite/README @@ -1,9 +1,13 @@ SciTE is a SCIntilla based Text Editor. Originally built to demonstrate -Scintilla, it has grown to be a generally useful editor with facilities -for building and running programs. It is best used for jobs with simple -configurations. +Scintilla, it has grown to be a generally useful editor with facilities +for building and running programs. It is best used for jobs with simple +configurations. -There is an example configuration file (SciTEUser.properties) provided -with the tarball. If you'd like to use it (at your own risk), learn the -different options, rename it to .SciTEUser.properties and place it under -your user's home directory. +There is an example configuration file (config/SciTEUser.properties) +provided with the tarball. If you'd like to use it (at your own risk), +see the different options at http://www.scintilla.org/SciTEDoc.html, +rename it to .SciTEUser.properties, and place it in your user's homedir. + +The file config/SciTEGlobal.properties provided will get merged with the +main SciTEGlobal.properties file at compile time; here you can make your +system wide settings for all users. |