summaryrefslogtreecommitdiff
path: root/support/scite/README
diff options
context:
space:
mode:
Diffstat (limited to 'support/scite/README')
-rw-r--r--support/scite/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/support/scite/README b/support/scite/README
new file mode 100644
index 0000000000..63f893b546
--- /dev/null
+++ b/support/scite/README
@@ -0,0 +1,42 @@
+* Introduction
+
+This directory contains an additional property file (.properties) for
+Scala programs.
+
+More information about SciTE (Win32/Unix) is available from:
+
+ http://scintilla.sourceforge.net/SciTE.html
+
+* Installation
+
+Copy the file "scala.properties" to the following location:
+
+ /usr/share/scite/ (Unix)
+ %PROGRAMFILES%/wscite/ (Win32)
+
+Modify the following 4 entries to the file "SciTEGlobal.properties" present
+in the same directory as "scala.properties" you just copied (line numbers in
+the left margin are indicative):
+
+ source.files=\
+ ...;\
+244: *.scala
+ [..]
+ open.filter=\
+ ...\
+284: $(filter.scala)\
+ ...
+ [..]
+ menu.language=\
+ ...\
+433: Scala|scala||\
+ ...
+ [..]
+489: import scala
+
+From that point on, loading a file whose name ends in ".scala" automatically
+turns Scala mode on.
+
+* Version
+
+$Id$