Last update April 20, 2007

Editor Support /
Sci TE



Difference (previous author) (Change, Edit, normal page display)

Changed: 1c1
Official home page: http://www.scintilla.org/SciTE.html (Window, Linux, Open Source)
An <n>Open-Source?</n> ( Scintilla-based) editor for Window or Linux. It now includes built-in support for D since Scintilla added a D parser.

Changed: 3c3


Official home page

Deleted: 5d4
SciTE is what I use to edit almost all my source files which includes quite a wide verity like .cpp, .asm, .cgi, .php etc and of course .d It's really light and I preffer using it over the IDEs if I am not doing a large project or doing some heavy debugging.It's really nice and has syntax highlighting for many other languages. - Aaron

Changed: 7,10c6
==SciTE code editor for D==

The official SciTE download from scintilla.org does not include support for D syntax, so here is a version that does,
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 (from Posting:digitalmars.D.announce/2084)
==Custom <n>SciTE?</n> code editor for D==

Added: 11a8
The official <n>SciTE?</n> 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)

Changed: 21c18,19
(from Posting:digitalmars.D.announce/2191)
(from NG:digitalmars.D.announce/2191)


Added: 22a21
share SciTe api file, keywords and functions highlight file for D

An Open-Source ( Scintilla-based) editor for Window or Linux. It now includes built-in support for D since Scintilla added a D parser.

Official home page

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 wiki if you like).

(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


FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: April 20, 2007 14:56 (diff))