Re: Deadcode: A code editor in D

2015-03-16 Thread Jonas Drewsen via Digitalmars-d-announce
On Friday, 13 March 2015 at 16:33:38 UTC, Kingsley wrote: Up to your imagination! Personally I will probably use them to integrate 3rd party tools or create small helpers in my day to day work that are currently small bash/bat scripts. Using D for scripting this way would be very nice imho.

Re: Deadcode: A code editor in D

2015-03-13 Thread Jonas Drewsen via Digitalmars-d-announce
On Friday, 13 March 2015 at 16:33:38 UTC, Kingsley wrote: Up to your imagination! Personally I will probably use them to integrate 3rd party tools or create small helpers in my day to day work that are currently small bash/bat scripts. Using D for scripting this way would be very nice imho.

Re: Deadcode: A code editor in D

2015-03-13 Thread Kingsley via Digitalmars-d-announce
Up to your imagination! Personally I will probably use them to integrate 3rd party tools or create small helpers in my day to day work that are currently small bash/bat scripts. Using D for scripting this way would be very nice imho. Of course the editor itself can (and does) make use of s

Re: Deadcode: A code editor in D

2015-03-12 Thread Jonas Drewsen via Digitalmars-d-announce
On Sunday, 8 March 2015 at 20:33:44 UTC, Kingsley wrote: On Monday, 19 January 2015 at 20:41:11 UTC, Rikki Cattermole wrote: On 20/01/2015 1:48 a.m., Jonas Drewsen wrote: On Sunday, 18 January 2015 at 22:00:51 UTC, Piotrek wrote: On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote:

Re: Deadcode: A code editor in D

2015-03-08 Thread Kingsley via Digitalmars-d-announce
On Monday, 19 January 2015 at 20:41:11 UTC, Rikki Cattermole wrote: On 20/01/2015 1:48 a.m., Jonas Drewsen wrote: On Sunday, 18 January 2015 at 22:00:51 UTC, Piotrek wrote: On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use wit

Re: Deadcode: A code editor in D

2015-01-19 Thread Rikki Cattermole via Digitalmars-d-announce
On 20/01/2015 1:48 a.m., Jonas Drewsen wrote: On Sunday, 18 January 2015 at 22:00:51 UTC, Piotrek wrote: On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedb

Re: Deadcode: A code editor in D

2015-01-19 Thread Jonas Drewsen via Digitalmars-d-announce
On Sunday, 18 January 2015 at 22:00:51 UTC, Piotrek wrote: On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. http://deadco

Re: Deadcode: A code editor in D

2015-01-18 Thread Piotrek via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. http://deadcodedev.steamwinter.com Thanks Jonas Hi, This is an impres

Re: Deadcode: A code editor in D

2015-01-17 Thread MattCoder via Digitalmars-d-announce
On Saturday, 17 January 2015 at 16:54:32 UTC, Jonas Drewsen wrote: It you have thoses dependencies already then why not use gtksourceview for the editor stuff? Sure, but then I'd miss all the "fun", as you said below: It took me quite some time to do that ie. undo/redo system, text layout, hi

Re: Deadcode: A code editor in D

2015-01-17 Thread Jonas Drewsen via Digitalmars-d-announce
On Saturday, 17 January 2015 at 13:32:37 UTC, MattCoder wrote: On Saturday, 17 January 2015 at 06:14:12 UTC, Jonas Drewsen wrote: Do you have some info/link to your editor? I'm currently writing in D using GtkD (http://code.dlang.org/packages/gtk-d), and using Cairo to manage the text drawin

Re: Deadcode: A code editor in D

2015-01-17 Thread ketmar via Digitalmars-d-announce
On Sat, 17 Jan 2015 06:34:10 + Jonas Drewsen via Digitalmars-d-announce wrote: > On Friday, 16 January 2015 at 21:41:39 UTC, ketmar via > Digitalmars-d-announce wrote: > > On Fri, 16 Jan 2015 21:32:32 + > > Jonas Drewsen via Digitalmars-d-announce > > wrote: > > > >> It is currently onl

Re: Deadcode: A code editor in D

2015-01-17 Thread MattCoder via Digitalmars-d-announce
On Saturday, 17 January 2015 at 06:14:12 UTC, Jonas Drewsen wrote: Do you have some info/link to your editor? I'm currently writing in D using GtkD (http://code.dlang.org/packages/gtk-d), and using Cairo to manage the text drawing. It will not have a menu, just a console at bottom. I'm want

Re: Deadcode: A code editor in D

2015-01-17 Thread Atila Neves via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. http://deadcodedev.steamwinter.com Thanks Jonas Nice. Atila

Re: Deadcode: A code editor in D

2015-01-17 Thread Phil via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. http://deadcodedev.steamwinter.com Thanks Jonas This looks interesting.

Re: Deadcode: A code editor in D

2015-01-16 Thread Tofu Ninja via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. http://deadcodedev.steamwinter.com Thanks Jonas This is pretty sweet d

Re: Deadcode: A code editor in D

2015-01-16 Thread Jonas Drewsen via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:41:39 UTC, ketmar via Digitalmars-d-announce wrote: On Fri, 16 Jan 2015 21:32:32 + Jonas Drewsen via Digitalmars-d-announce wrote: It is currently only compiling on linux and I haven't tried to start it there. It is based on libsdl so I don't see much trou

Re: Deadcode: A code editor in D

2015-01-16 Thread Jonas Drewsen via Digitalmars-d-announce
On Saturday, 17 January 2015 at 01:07:14 UTC, MattCoder wrote: On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. Neat and

Re: Deadcode: A code editor in D

2015-01-16 Thread MattCoder via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. Neat and nice use of the libdparser! In fact I'm writing a editor for m

Re: Deadcode: A code editor in D

2015-01-16 Thread ketmar via Digitalmars-d-announce
On Fri, 16 Jan 2015 21:32:32 + Jonas Drewsen via Digitalmars-d-announce wrote: > It is currently only compiling on linux and I haven't tried to > start it there. It is based on libsdl so I don't see much trouble > in getting it to work. so it's using it's own ttf renderer (or SDL_ttf)? ah,

Re: Deadcode: A code editor in D

2015-01-16 Thread Jonas Drewsen via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:23:49 UTC, Vladimir Panteleev wrote: On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. ht

Re: Deadcode: A code editor in D

2015-01-16 Thread Jonas Drewsen via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:25:09 UTC, ketmar via Digitalmars-d-announce wrote: On Fri, 16 Jan 2015 21:19:06 + Jonas Drewsen via Digitalmars-d-announce wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedb

Re: Deadcode: A code editor in D

2015-01-16 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. http://deadcodedev.steamwinter.com A completely unhumble request: Pleas

Re: Deadcode: A code editor in D

2015-01-16 Thread ketmar via Digitalmars-d-announce
On Fri, 16 Jan 2015 21:19:06 + Jonas Drewsen via Digitalmars-d-announce wrote: > I have been working on an editor written in D for use with D for > some time now and have made a blog post about it. > > Any feedback or suggestions are welcome. is it working in GNU/Linux? and will the source

Deadcode: A code editor in D

2015-01-16 Thread Jonas Drewsen via Digitalmars-d-announce
I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. http://deadcodedev.steamwinter.com Thanks Jonas