Thread overview
Coedit alpha 7 released
Nov 05, 2014
Basile Burg
Nov 05, 2014
MattCoder
Nov 20, 2014
Basile Burg
Jan 20, 2015
Suliman
Jan 21, 2015
Baz
November 05, 2014
Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released.

New features:
- custom tools. They Let you define some 3rd party tools. They can use the symbolic strings (string interpolation using the file names, paths, project file names, etc.)
- Input handling for runnable modules.
- Workspaces.

Pre-build binaries are available from the [ReleasePage].

---------------------------------------------
[MainPage]: https://github.com/BBasile/Coedit
[ReleasePage]: https://github.com/BBasile/Coedit/releases
---------------------------------------------
November 05, 2014
On Wednesday, 5 November 2014 at 03:35:49 UTC, Basile Burg wrote:
> Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released.

Seems awesome! I think you should (if not yet) create a thread in "Announce" section about this IDE. I'll take a look more deeply on the weekend.

Matheus.
November 20, 2014
I've added a good, real-life, working project example:

> ---------------------------------------------
> https://github.com/BBasile/Resource.d
> ---------------------------------------------

The coedit project is located in the "build" folder.
Please note that I've realized that the alpha 7 was actually a bad release, alpha 8 is coming with a lot of bug fixed, and a completly reviewd message widget.

I also recommand you  to read the last tuto, which explain how to build and configure a custom tool (based on B.Schot "harbored"). This is a good example because harbored have dependencies, string import etc:
> ---------------------------------------------
> https://github.com/BBasile/Coedit/wiki#integration-of-the-documentation-generator-harbored-to-coedit
> ---------------------------------------------

January 20, 2015
thanks for your project, but next project maybe interesting for you https://github.com/buggins/dlangide
January 21, 2015
On Tuesday, 20 January 2015 at 11:59:09 UTC, Suliman wrote:
> thanks for your project, but next project maybe interesting for you https://github.com/buggins/dlangide

Yes i've seen and follow the project. We're probably many interested into helping to develop this...Right now I would be more interested to propose a system of embedded resource for dlangui, something ala Delphi/Lazarus: dfm/lfm...