|
Revision 427, 0.6 kB
(checked in by SnakE, 4 years ago)
|
SciLexer?: D lexer for Scintilla
|
| Line | |
|---|
| 1 |
D syntax highlight for Scintilla |
|---|
| 2 |
Copyright 2008 Sergey "SnakE" Gromov |
|---|
| 3 |
|
|---|
| 4 |
Distributed under the Boost Software License, Version 1.0. (See |
|---|
| 5 |
accompanying file LICENSE_1_0.txt or copy at |
|---|
| 6 |
http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 7 |
|
|---|
| 8 |
1. If you have SciTE 1.76 for Windows installed simply replace |
|---|
| 9 |
SciLexer.dll and d.properties with the supplied files. |
|---|
| 10 |
|
|---|
| 11 |
2. If you wish to build Scintilla from source: |
|---|
| 12 |
- replace scintilla/src/LexD.cxx with the new one |
|---|
| 13 |
- replace any "var SCE_D_..." in scintilla/include/Scintilla.iface |
|---|
| 14 |
with the values from supplied Scintilla.iface |
|---|
| 15 |
- run scintilla/include/HFacer.py script |
|---|
| 16 |
- build Scintilla for your platform |
|---|