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,

Re: typescript plugin for vibe.d diet templates

2015-01-17 Thread Fatih Kadir Akin via Digitalmars-d-announce
First, creating temporary files with predictable names is a bad idea, because it opens the door for symlink attacks. Unfortunately, I don't know of an alternative way to do this safely using only the standard library; it seems, this crucial functionality is missing. I've asked here:

Re: Heady House Hunting with D

2015-01-17 Thread Meta via Digitalmars-d-announce
On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else yet, so I'm looking forward to what the D community has to say! You can check it out here:

Re: Heady House Hunting with D

2015-01-17 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 1/17/15 12:18 PM, Meta wrote: On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else yet, so I'm looking forward to what the D community has to say!

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: DConf 2015 discounted hotel rooms now available

2015-01-17 Thread Walter Bright via Digitalmars-d-announce
On 1/16/2015 2:17 PM, Steven Schveighoffer wrote: Note: I didn't realize this originally, but when I booked my flight, the prices are much higher than they should be, and less availability. I realized the reason why -- Monday is Memorial Day in the US, just about everyone has it off. Just a

typescript plugin for vibe.d diet templates

2015-01-17 Thread Mengu via Digitalmars-d-announce
a friend of mine liked d so much -you know, after i show off all the kewl features :)- he just built a typescript plugin for vibe.d diet templates. it's a fork of martin's coffeescript plugin. https://github.com/f/diet-typescript for the uninformed, typescript is a typed superset of

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 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

Re: typescript plugin for vibe.d diet templates

2015-01-17 Thread via Digitalmars-d-announce
On Saturday, 17 January 2015 at 11:26:40 UTC, Mengu wrote: a friend of mine liked d so much -you know, after i show off all the kewl features :)- he just built a typescript plugin for vibe.d diet templates. it's a fork of martin's coffeescript plugin. https://github.com/f/diet-typescript

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 digitalmars-d-announce@puremagic.com 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

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