Editor Support /
Sci TE
Difference (last change) (Author, normal page display)
Added: 20a21,22
|
|
An Open-Source (
Custom SciTE code editor for D
The official SciTE download from scintilla.org didn't used to include support for D syntax, a version that supports D was only available at
http://wiki.dprogramming.com/SciTE/HomePage. It should properly handle all D's features, such as nesting comments, different string types with prefixes and suffixes, etc - Chris (based on
NG:digitalmars.D.announce/2084)
Any chance of extending this to support language parsing and some rudimentary code-completion or intellisense?
In cpp.properties you can add "api.<filepattern>=<file.api>", e.g.
api.*.d=d.api
and put prototypes in the api file.
If you compile a nice api file, please post it (to
(from
NG:digitalmars.D.announce/2191)
share SciTe api file, keywords and functions highlight file for D
Older D syntax Highlighting
origin unknown, adapted by AndyFriesen:
http://aegisknight.org/~andy/d/dscite.zip