Code Poet, an IDE for D

Jeremie Pelletier jeremiep at gmail.com
Wed Nov 11 06:30:15 PST 2009


Nick B wrote:
> Jeremie Pelletier wrote:
>> Nick B wrote:
>>> Jeremie Pelletier wrote:
>>>> It's been some time since I last posted to this newsgroup, I've been 
>>>> quite busy these past weeks!
>>>>
>>>> Among other things, I started writing an IDE for D from scratch and 
>>>> opened a SourceForge project for it a few minutes ago, I'll also 
>>>> open a dsource project to link to the sf one in the following days.
>>>>
>>> [snip]
> 
>>
>> The IDE will also be cross-platform, I'm using wxWidgets for all the 
>> user interface and boost for everything else.
>>
>> Some things I have in mind for later in the development cycle are 
>> tasks, semantic analysis, version control for projects, automake and 
>> autoconf integration on unix, etc...
>>
>>
>> Jeremie
> 
> Sounds really interesting.  When do you expect it to be ready for beta 
> testing ?
> 
> Nick B

At the rate this is going, I expect to have an usable editor within a 
month or two with a very basic set of features (project manager, syntax 
highlighting and compiler support only) and then from that I'll start 
adding features.

It should also be cross platform from the start, the only 
windows-dependent code I have right now is the resource manager which 
loads embedded resources manually to create wxBitmap objects instead of 
using the heavyweight wxRC approach.

Jeremie


More information about the Digitalmars-d-announce mailing list