Re: DCD: Autocomplete without the IDE

2015-09-09 Thread Brian Schott via Digitalmars-d-announce
On Wednesday, 9 September 2015 at 07:04:27 UTC, Ludovit Lucenic wrote: Hello yaz, how far did you get with Sublime Text autocomplete support for D? https://github.com/yazd/DKit/ There's a link to this on DCD's wiki.

Re: DCD: Autocomplete without the IDE

2015-09-09 Thread Ludovit Lucenic via Digitalmars-d-announce
On Tuesday, 3 September 2013 at 05:50:58 UTC, yaz wrote: On Tuesday, 3 September 2013 at 04:54:24 UTC, Rory McGuire wrote: Do you ever use Sublime Text 2/3? Any plans to support integration with it? Seriously awesome work. I've wanted to make this since I saw gocode, but I couldn't figure

Re: DCD: Autocomplete without the IDE

2013-09-16 Thread Jacob Carlborg
On 2013-09-15 23:41, Brian Schott wrote: I start and stop the server manually. I know that this should be improved, but there are a few other things that I'd like to focus on first. Ok, I can probably add this to a menu. Things such as the standard library location can be placed in

Re: DCD: Autocomplete without the IDE

2013-09-15 Thread Jacob Carlborg
On 2013-09-01 12:58, Brian Schott wrote: * What is it? DCD is a client and server program that work together to provide autocomplete suggestions and function call tips to almost any text editor that supports scripting or plugins. I'm thinking about adding support for this to TextMate. But as

Re: DCD: Autocomplete without the IDE

2013-09-15 Thread Brian Schott
On Sunday, 15 September 2013 at 12:38:03 UTC, Jacob Carlborg wrote: I'm thinking about adding support for this to TextMate. But as soon as one adds this to an editor a bunch of new issues appears, which I'm trying to figure out. * When to start/stop the server. I'm, at least as a start,

Re: DCD: Autocomplete without the IDE

2013-09-15 Thread Walter Bright
On 9/1/2013 3:58 AM, Brian Schott wrote: * What does it look like? There's a short demo video on Youtube: http://www.youtube.com/watch?v=Vo2POmn2_9U Looks very nice!

Re: DCD: Autocomplete without the IDE

2013-09-10 Thread André
I just tried it with the Kate and it's working like a charm! All contributors keep up the good work :-) I really like the client/server approach because it enables everyone to use his or hers favourite editor. Is there a blog or changelog which allows to follow the further progress? Cheers

Re: DCD: Autocomplete without the IDE

2013-09-10 Thread Kiith-Sa
On Tuesday, 10 September 2013 at 16:15:55 UTC, André wrote: I just tried it with the Kate and it's working like a charm! All contributors keep up the good work :-) I really like the client/server approach because it enables everyone to use his or hers favourite editor. Is there a blog or

Re: DCD: Autocomplete without the IDE

2013-09-08 Thread Jacob Carlborg
On 2013-09-07 13:23, David wrote: I wrote the Kate/Kwrite/Kdevelop Plugin. I recommend you to let the server running all the time anyways (start it with X e.g.), since processing phobos alone takes quite some time. If you power up the editor you don't wanna wait a few minutes until DCD is done

Re: DCD: Autocomplete without the IDE

2013-09-07 Thread David
Am 03.09.2013 08:46, schrieb Jacob Carlborg: On 2013-09-03 00:20, Brian Schott wrote: That's something that the editor plugin can call on shutdown. DCD pretty much requires that the editor support scripting. I was looking in to adding this to TextMate. But the easiest solution would most

Re: DCD: Autocomplete without the IDE

2013-09-03 Thread Rory McGuire
Nice. Would you mind keeping the default key bindings that gosublime uses? On 3 Sep 2013 07:55, yaz yazan.dab...@gmail.com wrote: On Tuesday, 3 September 2013 at 04:54:24 UTC, Rory McGuire wrote: Do you ever use Sublime Text 2/3? Any plans to support integration with it? Seriously awesome

Re: DCD: Autocomplete without the IDE

2013-09-03 Thread Jacob Carlborg
On 2013-09-03 00:20, Brian Schott wrote: That's something that the editor plugin can call on shutdown. DCD pretty much requires that the editor support scripting. I was looking in to adding this to TextMate. But the easiest solution would most likely be using bundles. In TextMate that's

Re: DCD: Autocomplete without the IDE

2013-09-03 Thread Faux Amis
On 3-9-2013 00:20, Brian Schott wrote: On Monday, 2 September 2013 at 14:59:10 UTC, Jacob Carlborg wrote: On 2013-09-02 09:07, Brian Schott wrote: dcd-client --shutdown will shut down the server. Well, I'm mean from within the text editor. Is the user expected to run this when quitting the

Re: DCD: Autocomplete without the IDE

2013-09-02 Thread Jacob Carlborg
On 2013-09-01 12:58, Brian Schott wrote: * What is it? DCD is a client and server program that work together to provide autocomplete suggestions and function call tips to almost any text editor that supports scripting or plugins. * Anything new since you last time you announced it? * How does

Re: DCD: Autocomplete without the IDE

2013-09-02 Thread Brian Schott
On Monday, 2 September 2013 at 06:30:48 UTC, Jacob Carlborg wrote: * Anything new since you last time you announced it? I'm pretty sure this is the first thread in .announce. Somebody else created a thread about the Kate plugin about a week ago though. * How does one best handle starting and

Re: DCD: Autocomplete without the IDE

2013-09-02 Thread Brian Schott
On Monday, 2 September 2013 at 14:59:10 UTC, Jacob Carlborg wrote: On 2013-09-02 09:07, Brian Schott wrote: dcd-client --shutdown will shut down the server. Well, I'm mean from within the text editor. Is the user expected to run this when quitting the editor? That's something that the

Re: DCD: Autocomplete without the IDE

2013-09-02 Thread Rory McGuire
Do you ever use Sublime Text 2/3? Any plans to support integration with it? Seriously awesome work. I've wanted to make this since I saw gocode, but I couldn't figure out how to get at the ast in dmd. On 3 Sep 2013 00:25, Brian Schott briancsch...@gmail.com wrote: On Monday, 2 September 2013

Re: DCD: Autocomplete without the IDE

2013-09-02 Thread yaz
On Tuesday, 3 September 2013 at 04:54:24 UTC, Rory McGuire wrote: Do you ever use Sublime Text 2/3? Any plans to support integration with it? Seriously awesome work. I've wanted to make this since I saw gocode, but I couldn't figure out how to get at the ast in dmd. On 3 Sep 2013 00:25,

Re: DCD: Autocomplete without the IDE

2013-09-01 Thread ilya-stromberg
On Sunday, 1 September 2013 at 10:58:28 UTC, Brian Schott wrote: * What is it? DCD is a client and server program that work together to provide autocomplete suggestions and function call tips to almost any text editor that supports scripting or plugins. Do you have any plans to support go to

Re: DCD: Autocomplete without the IDE

2013-09-01 Thread Brian Schott
On Sunday, 1 September 2013 at 13:57:58 UTC, ilya-stromberg wrote: Do you have any plans to support go to definition function? It's really useful in real life. Yes. I just filed it as issue 26. https://github.com/Hackerpilot/DCD/issues/26