diff options
author | nyamatongwe <devnull@localhost> | 2004-04-27 22:13:00 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-04-27 22:13:00 +0000 |
commit | f585eba20018e74d6a7a28af1b3ea3eaeb622a4d (patch) | |
tree | 4c04f10b2b88b846e2d1eab75cbe08de9f035ae3 | |
parent | 8680d7580a9a94f6cd46b2fc21f9d81851a0b3d8 (diff) | |
download | scintilla-mirror-f585eba20018e74d6a7a28af1b3ea3eaeb622a4d.tar.gz |
Continuation Marker feature from Hans Eckardt.
-rw-r--r-- | win32/SciTE.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/SciTE.properties b/win32/SciTE.properties index b48e2b79d..5856b8de1 100644 --- a/win32/SciTE.properties +++ b/win32/SciTE.properties @@ -1,4 +1,4 @@ -#command.build.SConstruct=scons.bat . +command.build.SConstruct=scons.bat . command.name.1.SConstruct=scons clean command.1.SConstruct=scons.bat --clean . |