DCD: Autocomplete without the IDE

2013-09-01 Thread Brian Schott
* 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. * Who is it for? People who would like autocomplete, but don't want to give up their favorite editor for

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

XML RPC Client and Server - meet xmlrpc-d

2013-09-01 Thread Pavel Kirienko
Hi everyone, I am working on some D-based project that needs to call and serve XML-RPC procedures with multiple output parameters. Quick lookaround revealed that: 1. There are no XML-RPC servers implemented in D, or wrapped in D; 2. There are some simple XML-RPC clients, but no one supports m

Last day! 30% OFF Rip Blu-ray to M2TS with original quality

2013-09-01 Thread HaileyLi
[b]Description[/b]: Are you annoying backup blu-ray main movie with multiple software? Are you looking for an easy but effective way to backup blu-ray main movie? Here you will find a professional way to do it easily. "Because I have a lot of original DVD and Blu-Ray and I need to transport to an

Re: XML RPC Client and Server - meet xmlrpc-d

2013-09-01 Thread angel
Did you look at std.serialization (currently in the review queue) ? An RPC does need serialization.

Re: DCD: Autocomplete without the IDE

2013-09-01 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