Re: Any IDEs or editors that are compatible with D 2.0?

2009-05-27 Thread Lars T. Kyllingstad
Matt Nawrocki wrote: Hi... are there any IDEs or editors out there that support DMD 2.0 yet? I am having a hard time finding a good one. Thanks! Matt When you say editor that supports D, do you primarily mean syntax highlighting? In that case, there should be plenty, as there really

Re: Any IDEs or editors that are compatible with D 2.0?

2009-05-27 Thread bearophile
Lars T. Kyllingstad: for D2 I only had to add the keywords ref and string to the syntax file. :) You may have to add immutable, nothrow, pure (and maybe const), and be sure invariant and inout are absent. Bye, bearophile

Re: Any IDEs or editors that are compatible with D 2.0?

2009-05-27 Thread Ary Borenszweig
bearophile wrote: Lars T. Kyllingstad: for D2 I only had to add the keywords ref and string to the syntax file. :) You may have to add immutable, nothrow, pure (and maybe const), and be sure invariant and inout are absent. invariant is still used as class invariants. Bye, bearophile

Re: Any IDEs or editors that are compatible with D 2.0?

2009-05-27 Thread Steven Schveighoffer
On Wed, 27 May 2009 10:21:30 -0400, Lars T. Kyllingstad pub...@kyllingen.nospamnet wrote: Matt Nawrocki wrote: Hi... are there any IDEs or editors out there that support DMD 2.0 yet? I am having a hard time finding a good one. Thanks! Matt When you say editor that supports D, do you

Re: Any IDEs or editors that are compatible with D 2.0?

2009-05-27 Thread bearophile
Ary Borenszweig Wrote: invariant is still used as class invariants. Right. __gshared also has to be added. Currently my editor doesn't highlight numbers like 1_2 yet. Bye, bearophile

Re: Any IDEs or editors that are compatible with D 2.0?

2009-05-27 Thread Mike James
Matt Nawrocki Wrote: Hi... are there any IDEs or editors out there that support DMD 2.0 yet? I am having a hard time finding a good one. Thanks! Matt Have at look at Code::Blocks - it works well on Windows and Linux and has support for D1.0 - so I guess that should cover most of D2.0

Re: Any IDEs or editors that are compatible with D 2.0?

2009-05-27 Thread Jussi Jumppanen
Matt Nawrocki Wrote: Hi... are there any IDEs or editors out there that support DMD 2.0 yet? I am having a hard time finding a good one. Thanks! On the Windows platform there is the Zeus editor/IDE: http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport/ZeusForWindows Zeus is a shareware

Any IDEs or editors that are compatible with D 2.0?

2009-05-26 Thread Matt Nawrocki
Hi... are there any IDEs or editors out there that support DMD 2.0 yet? I am having a hard time finding a good one. Thanks! Matt