Re: looking for an IDE

2009-10-02 Thread Jussi Jumppanen
Phil Deets Wrote: > Is there a Windows IDE with support for D2 debugging, > building, The Zeus IDE can be easily configured to run the D compiler or any of the build tools: http://www.zeusedit.com/forum/viewtopic.php?t=2465 > and basic code navigation (such as go to definition)? Zeus com

Re: looking for an IDE

2009-09-30 Thread Tom S
Phil Deets wrote: What's with the exceptions? Am I doing something wrong? I am using D 2.032 Looks like running with "-?" caused it to create an empty ".deps" file and later trying to access it yields this exception. I'll look into it in a spare moment. Deleting the ".deps" file fixes the iss

Re: looking for an IDE

2009-09-30 Thread Trass3r
Some documentation is at the official site: http://wiki.team0xf.com/index.php?n=Tools.XfBuild Well it's still a WIP. Guess that directory thing isn't implemented properly yet. Using a single module works fine for me, it tracks all dependencies and compiles them.

Re: looking for an IDE

2009-09-30 Thread Phil Deets
On Wed, 30 Sep 2009 15:49:33 -0500, Phil Deets wrote: On Wed, 30 Sep 2009 09:01:04 -0500, Trass3r wrote: Phil Deets schrieb: I tried Descent, but it didn't work well at all with my D2 program. It also didn't support building. I'll look into Poseidon. Thanks. D2 support isn't that good

Re: looking for an IDE

2009-09-30 Thread Trass3r
Phil Deets schrieb: I had never heard of xfBuild. I'll look into it. It looks good based on a brief look at their website. Give it a try. It's much better than rebuild. Though not yet as easily configurable as dsss.

Re: looking for an IDE

2009-09-30 Thread Phil Deets
On Wed, 30 Sep 2009 09:05:37 -0500, A Bothe wrote: Hi, I think I've got what you want... http://www.alexanderbothe.com/?id=27 - the D-IDE I tried that. It has potential, but here is a list of problems I had: * Unpinned panels don't collapse until you unpin a second panel. * When I right-c

Re: looking for an IDE

2009-09-30 Thread Phil Deets
On Wed, 30 Sep 2009 09:01:04 -0500, Trass3r wrote: Phil Deets schrieb: I tried Descent, but it didn't work well at all with my D2 program. It also didn't support building. I'll look into Poseidon. Thanks. D2 support isn't that good in Descent yet. Building is supported by using the extern

Re: looking for an IDE

2009-09-30 Thread Phil Deets
On Wed, 30 Sep 2009 02:46:12 -0500, Saaa wrote: Phil Deets wrote I tried Descent, but it didn't work well at all with my D2 program. It also didn't support building. I'll look into Poseidon. Thanks. What exactly do you expect from supporting building? I use descent to build my project by us

Re: looking for an IDE

2009-09-30 Thread Ary Borenszweig
Trass3r wrote: Phil Deets schrieb: I tried Descent, but it didn't work well at all with my D2 program. It also didn't support building. I'll look into Poseidon. Thanks. D2 support isn't that good in Descent yet. Exactly. I think the parser is ported up to 2.030 but I didn't test it a lot

Re: looking for an IDE

2009-09-30 Thread Jeremie Pelletier
A Bothe wrote: Jeremie Pelletier Wrote: I just tried it (1.0.3.2) and it's still buggy: when I added files to the project manager it also added as many directories, the manager wouldn't let me scroll down either, and I've had some unhandled exceptions while opening my project after a restart.

Re: looking for an IDE

2009-09-30 Thread A Bothe
Jeremie Pelletier Wrote: > I just tried it (1.0.3.2) and it's still buggy: when I added files to > the project manager it also added as many directories, the manager > wouldn't let me scroll down either, and I've had some unhandled > exceptions while opening my project after a restart. > > But

Re: looking for an IDE

2009-09-30 Thread Jeremie Pelletier
A Bothe wrote: Hi, I think I've got what you want... http://www.alexanderbothe.com/?id=27 - the D-IDE I just tried it (1.0.3.2) and it's still buggy: when I added files to the project manager it also added as many directories, the manager wouldn't let me scroll down either, and I've had some

Re: looking for an IDE

2009-09-30 Thread A Bothe
Hi, I think I've got what you want... http://www.alexanderbothe.com/?id=27 - the D-IDE

Re: looking for an IDE

2009-09-30 Thread Trass3r
Phil Deets schrieb: I tried Descent, but it didn't work well at all with my D2 program. It also didn't support building. I'll look into Poseidon. Thanks. D2 support isn't that good in Descent yet. Building is supported by using the external tools feature, though you should really use xfBuild

Re: looking for an IDE

2009-09-30 Thread Saaa
Phil Deets wrote > I tried Descent, but it didn't work well at all with my D2 program. It > also didn't support building. I'll look into Poseidon. Thanks. What exactly do you expect from supporting building? I use descent to build my project by using the external tool setup shown here: http://w

Re: looking for an IDE

2009-09-29 Thread Phil Deets
On Tue, 29 Sep 2009 20:09:44 -0500, Jeremie Pelletier wrote: Phil Deets wrote: Hi, I'm new to D and am mostly interested in D2. Is there a Windows IDE with support for D2 debugging, building, and basic code navigation (such as go to definition)? I've been trying a couple different IDEs,

Re: looking for an IDE

2009-09-29 Thread Jeremie Pelletier
Phil Deets wrote: Hi, I'm new to D and am mostly interested in D2. Is there a Windows IDE with support for D2 debugging, building, and basic code navigation (such as go to definition)? I've been trying a couple different IDEs, but most seem to be focused towards D1. Another nice to have "featur

looking for an IDE

2009-09-29 Thread Phil Deets
Hi, I'm new to D and am mostly interested in D2. Is there a Windows IDE with support for D2 debugging, building, and basic code navigation (such as go to definition)? I've been trying a couple different IDEs, but most seem to be focused towards D1. Another nice to have "feature" would be su