www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Coedit alpha 7 released

reply "Basile Burg" <basile.burg gmx.com> writes:
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
---------------------------------------------
Nov 04 2014
next sibling parent "MattCoder" <stopthespam mail.com> writes:
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.
Nov 05 2014
prev sibling next sibling parent "Basile Burg" <basile.burg gmx.com> writes:
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
 ---------------------------------------------
Nov 20 2014
prev sibling parent reply "Suliman" <evermind live.ru> writes:
thanks for your project, but next project maybe interesting for 
you https://github.com/buggins/dlangide
Jan 20 2015
parent "Baz" <basile.burg gmx.com> writes:
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...
Jan 21 2015