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, 0 insertions, 42 deletions
diff --git a/support/scite/README b/support/scite/README
deleted file mode 100644
index 63f893b546..0000000000
--- a/support/scite/README
+++ /dev/null
@@ -1,42 +0,0 @@
-* 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$