summaryrefslogtreecommitdiff
path: root/support/scite/README
blob: 63f893b546a107d7b2a3cbf4cb90e1e2d139035c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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$