summaryrefslogtreecommitdiff
path: root/support/textpad/README
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-03-14 12:25:03 +0000
committermichelou <michelou@epfl.ch>2005-03-14 12:25:03 +0000
commit39b3d0aaf4d73db9738a162e57ffdba34f746fe2 (patch)
tree06ef42a0ec30005ccb8408c041d98402361eaece /support/textpad/README
parentc8c857382d400acfa51934ca9c156891aa8429fa (diff)
downloadscala-39b3d0aaf4d73db9738a162e57ffdba34f746fe2.tar.gz
scala-39b3d0aaf4d73db9738a162e57ffdba34f746fe2.tar.bz2
scala-39b3d0aaf4d73db9738a162e57ffdba34f746fe2.zip
*** empty log message ***
Diffstat (limited to 'support/textpad/README')
-rw-r--r--support/textpad/README34
1 files changed, 34 insertions, 0 deletions
diff --git a/support/textpad/README b/support/textpad/README
new file mode 100644
index 0000000000..a1d4f2df33
--- /dev/null
+++ b/support/textpad/README
@@ -0,0 +1,34 @@
+* Introduction
+
+This directory contains an additional syntax definition file (.syn) for
+Scala programs.
+
+More information about TextPad (Windows only) is available from:
+
+ http://www.textpad.com/
+
+* Installation
+
+Copy the file "scala.syn" to the following location:
+
+ <TextPad_instdir>/system/
+
+Start the TextPad text editor with NO opened files. Select the entry
+"New Document Class.." from the menu "Configure" and follow the
+instructions. For example:
+
+ Document class name : Scala
+ Class members : *.scala
+ Syntax definition file : scala.syn
+ Enable syntax highlighting: yes
+
+From that point on, loading a file whose name ends in ".scala" automatically
+turns Scala mode on.
+
+* Thanks
+
+scala.syn was contributed by Moez A. Abdel-Gawad (moez@cs.rice.edu)
+
+* Version
+
+$Id$