digitalmars.D.announce - SciTE code editor for D
- Chris Miller (6/6) Dec 11 2005 The official SciTE download from scintilla.org does not include support ...
- Don Clugston (3/9) Dec 12 2005 Cool!
- Chris Miller (2/11) Dec 12 2005 I fixed it, thanks. I hardly ever use that open dialog.
- James Dunne (5/11) Dec 14 2005 This is awesome. Thank you so much! I use SciTE solely for D
- John Reimer (4/16) Dec 14 2005 Yep, much appreciated. I've used SciTE for quick code editing in D for
-
Chris Miller
(6/17)
Dec 16 2005
In cpp.properties you can add "api.
= ", e.g.
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
Dec 11 2005
Chris Miller wrote: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 - ChrisCool! minor bug: the file open dialog box doesn't include .d in the list.
Dec 12 2005
On Mon, 12 Dec 2005 09:27:47 -0500, Don Clugston <dac nospam.com.au> wrote:Chris Miller wrote:I fixed it, thanks. I hardly ever use that open dialog.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 - ChrisCool! minor bug: the file open dialog box doesn't include .d in the list.
Dec 12 2005
Chris Miller wrote: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 - ChrisThis is awesome. Thank you so much! I use SciTE solely for D development. This will make my life that much easier now that it properly lexes the code. Any chance of extending this to support language parsing and some rudimentary code-completion or intellisense?
Dec 14 2005
James Dunne wrote:Chris Miller wrote:Yep, much appreciated. I've used SciTE for quick code editing in D for quite awhile. -JJRThe 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 - ChrisThis is awesome. Thank you so much! I use SciTE solely for D development. This will make my life that much easier now that it properly lexes the code. Any chance of extending this to support language parsing and some rudimentary code-completion or intellisense?
Dec 14 2005
On Wed, 14 Dec 2005 13:22:39 -0500, James Dunne <james.jdunne gmail.com> wrote:Chris Miller wrote: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).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 - ChrisThis is awesome. Thank you so much! I use SciTE solely for D development. This will make my life that much easier now that it properly lexes the code. Any chance of extending this to support language parsing and some rudimentary code-completion or intellisense?
Dec 16 2005