I want to develop IDE for D
Henning Pohl
henning at still-hidden.de
Mon Aug 13 00:18:03 PDT 2012
On Saturday, 11 August 2012 at 00:39:17 UTC, alex wrote:
> I am developing the Mono-D addin for MonoDevelop. Thanks
> nazriel for mentioning Mono-D ;)!
> The development is quite interesting but time intensive. Code
> completion for most syntax cases and many other things are
> there already - the plugin code is kept in C#, so if you're
> interested - come on join me developing a very promising
> project :)
>
> http://mono-d.alexanderbothe.com
> https://github.com/aBothe/Mono-d
> https://github.com/aBothe/D_Parser
>
> Oh and there's a very small IDE called D-IDE that I'm
> developing, too - it's based on SharpDevelop components and is
> extended more and more. It contains the same code completion
> capabilities as Mono-D does due to a shared Parser library base
> + couple of debugging features.
>
> http://d-ide.sourceforge.net
> https://github.com/aBothe/D-IDE
The problem is that the IDE I need has to support both D and
CMake. QtCreator has good CMake support and debugging facilities
and some basic syntax highlighting. So I'm thinking of creating a
plugin for some more editing features.
MonoDevelop doesn't support CMake, does it? I would switch to it
when it would.
More information about the Digitalmars-d-ide
mailing list