IDE - Coedit 2

2016-02-12 Thread Basile Burg via Digitalmars-d-announce

see https://github.com/BBasile/Coedit/releases/tag/2_gold


Re: IDE - Coedit 2

2016-02-12 Thread Taylor Hillegeist via Digitalmars-d-announce

On Friday, 12 February 2016 at 16:09:36 UTC, Basile Burg wrote:

see https://github.com/BBasile/Coedit/releases/tag/2_gold


I was just overjoyed to install this and hit "w" ctl+space and 
see writeln! It takes a bit of effort to get this stuff packaged 
so well. Great work!


Re: IDE - Coedit 2

2016-02-12 Thread Basile Burg via Digitalmars-d-announce
On Friday, 12 February 2016 at 16:54:56 UTC, Taylor Hillegeist 
wrote:

On Friday, 12 February 2016 at 16:09:36 UTC, Basile Burg wrote:

see https://github.com/BBasile/Coedit/releases/tag/2_gold


I was just overjoyed to install this and hit "w" ctl+space and 
see writeln! It takes a bit of effort to get this stuff 
packaged so well. Great work!


Thx. We can thank Brian Schott too, what I call the 
"IDE-level-features" in CE are possible thanks to DCD and 
libdparse.


Re: IDE - Coedit 2

2016-02-12 Thread Robert Cope via Digitalmars-d-announce

On Friday, 12 February 2016 at 17:05:39 UTC, Basile Burg wrote:
On Friday, 12 February 2016 at 16:54:56 UTC, Taylor Hillegeist 
wrote:

On Friday, 12 February 2016 at 16:09:36 UTC, Basile Burg wrote:

see https://github.com/BBasile/Coedit/releases/tag/2_gold


I was just overjoyed to install this and hit "w" ctl+space and 
see writeln! It takes a bit of effort to get this stuff 
packaged so well. Great work!


Thx. We can thank Brian Schott too, what I call the 
"IDE-level-features" in CE are possible thanks to DCD and 
libdparse.


Basile,

I just want to say thank you for releasing this! I've really 
enjoying using Coedit for doing D development. Thanks for your 
hard work.


Robert


Ddb needs a maintainer

2016-02-12 Thread Piotr Szturmaj via Digitalmars-d-announce
Ddb is a relational database client for D [1]. Currently it only 
supports PostgreSQL but is not limited to it. It could be extended to 
support other backends.


Built-in postgres client is a native implementation, that is it does not 
depend on libpq. Instead it communicates directly with the server 
avoiding text serialization and parsing overhead (PostgreSQL protocol is 
stable and well documented).


I don't use it and I don't work on it anymore. Simply because I'm busy 
with other things and that things don't involve any RDBMS support.


It has some user base, few contributors and 22 forks on github. 
Unfortunately, I could not handle pull requests and issues in a 
reasonable time and that's why I'm posting this here. I hope someone 
could take over this project and improve it.


If you are interested, please either respond here or email me.

[1] https://github.com/pszturmaj/ddb