Thread overview
D IDE Coedit - version 3 released.
Mar 13, 2017
Basile B.
Mar 14, 2017
jmh530
Mar 15, 2017
aberba
Mar 16, 2017
Basile B.
March 13, 2017
Finally, after four betas, the third version of my D IDE [0] is available.

The change log for this new version quite important.

Major additions:

- GDB commander, a GDB UI, only under linux.
- Project groups.
- Compiler paths, defines and select several D compilers.

Picked among the other additions:

- support for the DUB scripts (in addition to my runnable module system).
- support for DUB SDL projects in read-only mode.
- Halstead metrics for D.

But there is really much more [1].

As usual, I provide binaries for linux and Windows.

[0]: https://github.com/BBasile/Coedit
[1]: https://github.com/BBasile/Coedit/releases/tag/3_gold
March 14, 2017
On Monday, 13 March 2017 at 17:43:32 UTC, Basile B. wrote:
> Finally, after four betas, the third version of my D IDE [0] is available.
>

Congrats. I had tried it in the past and had liked it.
March 15, 2017
On Monday, 13 March 2017 at 17:43:32 UTC, Basile B. wrote:
> Finally, after four betas, the third version of my D IDE [0] is available.
>
> The change log for this new version quite important.
>
> Major additions:
>
> - GDB commander, a GDB UI, only under linux.
> - Project groups.
> - Compiler paths, defines and select several D compilers.
>
> Picked among the other additions:
>
> - support for the DUB scripts (in addition to my runnable module system).
> - support for DUB SDL projects in read-only mode.
> - Halstead metrics for D.
>
> But there is really much more [1].
>
> As usual, I provide binaries for linux and Windows.
>
> [0]: https://github.com/BBasile/Coedit
> [1]: https://github.com/BBasile/Coedit/releases/tag/3_gold

Nice work. Good Intellescense is the only missing piece for me. Plus UI theme.
March 16, 2017
On Wednesday, 15 March 2017 at 22:09:07 UTC, aberba wrote:
> On Monday, 13 March 2017 at 17:43:32 UTC, Basile B. wrote:
>> Finally, after four betas, the third version of my D IDE [0] is available.
>  Good Intellescense is the only missing piece for me.

- IDE-grade features are provided by DCD, so they are standard (to the extent that most of the editor plugins and other IDEs use it).
- Static analysis (Dscanner) must be launched by hand and results are displayed in the messages. I assume you'd like more to have waves under the matching tokens. Why not.
- Grammar errors are displayed in the symbol list, shortly after the last keystroke (depending on the settings). It works like this because when the AST is retrieved, errors are found too. Here I also assume you'd like more to have red waves under the tokens. I think that the error text is more useful.
- Very few syntactical errors are displayed (numbers only). They could be retrieved with the AST and the grammar errors unfortunately a small flaw in libdparse prevents this (https://github.com/Hackerpilot/libdparse/issues/109).

> Plus UI theme.

This will never be done. But this is clearly a recurring remark, not to say that it appears at each new release. The UI theme is managed by the OS. In the 2000's, during the Windows XP golden years the uxtheme.dll could be patched and there was tons of user-made theme that changed the native UI elements...Unforunately I don't think it exists anymore. Under linux you can have a dark UI: http://imgur.com/a/ubeLq