On 2013-05-12 18:35, Juan Manuel Cabo wrote:

I'm using a little known IDE for D known as Poseidon:
     http://www.dsource.org/projects/poseidon/wiki/Screenshots
it is very fast, loads very quickly, and the editor is very responsive.
The keyword autocompletion is mostly broken in D2 but I can live without
it. It is a bit sad that it has gone unmantained for more than a year.

These are the things that I cannot live without for my big D2 project:
     - Syntax highlighting.
     - Tree like structure for navigating all the many source files of
my project.
     - Search in multiple files.
     - Debugging (breakpoints, step by step, go to line that crashed).
It suprisingly still works in Poseidon.
     - Can go to file/line when double-clicking on compiler error.
     - Compile/run/debug just by hitting SHIFT-F5, and other keys.
     - No need for a makefile. It feeds all source files (hundreds) and
libraries to dmd.

I can do that with TextMate, except the debugging.

--
/Jacob Carlborg

Reply via email to