Re: Dutyl - a Vim plugin for running D tools

2014-10-04 Thread Idan Arye via Digitalmars-d-announce
On Tuesday, 30 September 2014 at 15:52:46 UTC, Idan Arye wrote: On Tuesday, 30 September 2014 at 08:47:43 UTC, John Colvin wrote: True, but it does make auto-complete work properly when you open a single source file in a project, without having to manually set the current directory. Vim's

Re: Dutyl - a Vim plugin for running D tools

2014-09-30 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 30 September 2014 at 08:27:27 UTC, Idan Arye wrote: On Monday, 29 September 2014 at 16:09:04 UTC, John Colvin wrote: On Sunday, 28 September 2014 at 11:51:21 UTC, Idan Arye wrote: On Thursday, 25 September 2014 at 15:40:22 UTC, John Colvin wrote: On Thursday, 14 August 2014 at

Re: Dutyl - a Vim plugin for running D tools

2014-09-30 Thread Idan Arye via Digitalmars-d-announce
On Tuesday, 30 September 2014 at 08:47:43 UTC, John Colvin wrote: True, but it does make auto-complete work properly when you open a single source file in a project, without having to manually set the current directory. Vim's current directory (either global or per-window) isn't part of my

Re: Dutyl - a Vim plugin for running D tools

2014-09-28 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 25 September 2014 at 15:40:22 UTC, John Colvin wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 The main problem with my Vim plugin for

Re: Dutyl - a Vim plugin for running D tools

2014-09-25 Thread John Colvin via Digitalmars-d-announce
On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 The main problem with my Vim plugin for DCD(placed inside the DCD repo) is the need to set the import paths

Re: Dutyl - a Vim plugin for running D tools

2014-09-15 Thread Idan Arye via Digitalmars-d-announce
OK, version 1.3.0 is out. I fixed that off-by-one mistake and added some tags-related features: * A new command - :DUupdateCTags - for updating the tags file * DUjump and friends now push to the tag stack, so you can jump back with CTRL+T.

Re: Dutyl - a Vim plugin for running D tools

2014-09-14 Thread Idan Arye via Digitalmars-d-announce
On Sunday, 14 September 2014 at 03:22:35 UTC, Andrei Amatuni wrote: On Saturday, 13 September 2014 at 15:19:56 UTC, Idan Arye wrote: Version 1.2.0 is out now. I've added the command :DUsyntaxCheck, :DUlsyntaxCheck :DUstyleCheck, and :DUlstyleCheck to run Dscanner's syntax or style checks and

Re: Dutyl - a Vim plugin for running D tools

2014-09-14 Thread Andrei Amatuni via Digitalmars-d-announce
On Sunday, 14 September 2014 at 20:06:13 UTC, Idan Arye wrote: On Sunday, 14 September 2014 at 03:22:35 UTC, Andrei Amatuni wrote: On Saturday, 13 September 2014 at 15:19:56 UTC, Idan Arye wrote: Version 1.2.0 is out now. I've added the command :DUsyntaxCheck, :DUlsyntaxCheck :DUstyleCheck,

Re: Dutyl - a Vim plugin for running D tools

2014-09-14 Thread Idan Arye via Digitalmars-d-announce
On Sunday, 14 September 2014 at 20:42:54 UTC, Andrei Amatuni wrote: On Sunday, 14 September 2014 at 20:06:13 UTC, Idan Arye wrote: On Sunday, 14 September 2014 at 03:22:35 UTC, Andrei Amatuni wrote: On Saturday, 13 September 2014 at 15:19:56 UTC, Idan Arye wrote: Version 1.2.0 is out now. I've

Re: Dutyl - a Vim plugin for running D tools

2014-09-07 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 3 September 2014 at 19:38:44 UTC, Idan Arye wrote: Version 1.1.0 is out now. It provides the :DUjump command for jumping to the declaration of the symbol under the cursor. If DCD is not running, Dscanner will be used instead. You can also give :DUjump the symbol as an argument -

Re: Dutyl - a Vim plugin for running D tools

2014-09-07 Thread Idan Arye via Digitalmars-d-announce
On Sunday, 7 September 2014 at 18:14:33 UTC, John Colvin wrote: On Wednesday, 3 September 2014 at 19:38:44 UTC, Idan Arye wrote: Version 1.1.0 is out now. It provides the :DUjump command for jumping to the declaration of the symbol under the cursor. If DCD is not running, Dscanner will be used

Re: Dutyl - a Vim plugin for running D tools

2014-09-04 Thread Thomas Mader via Digitalmars-d-announce
On Wednesday, 3 September 2014 at 19:38:44 UTC, Idan Arye wrote: Version 1.1.0 is out now. It provides the :DUjump command for jumping to the declaration of the symbol under the cursor. If DCD is not running, Dscanner will be used instead. You can also give :DUjump the symbol as an argument -

Re: Dutyl - a Vim plugin for running D tools

2014-09-04 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 4 September 2014 at 05:58:19 UTC, Thomas Mader wrote: Wouldn't it be better if all this functionality you build in a vim only solution be integrated into DCD instead? This way all sorts of compilers and maybe IDEs would benefit from it and AFAIK there is already a request for DCD

Re: Dutyl - a Vim plugin for running D tools

2014-09-04 Thread Thomas Mader via Digitalmars-d-announce
On Thursday, 4 September 2014 at 10:39:34 UTC, Idan Arye wrote: On Thursday, 4 September 2014 at 05:58:19 UTC, Thomas Mader wrote: Wouldn't it be better if all this functionality you build in a vim only solution be integrated into DCD instead? This way all sorts of compilers and maybe IDEs

Re: Dutyl - a Vim plugin for running D tools

2014-09-04 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 4 September 2014 at 18:11:47 UTC, Thomas Mader wrote: On Thursday, 4 September 2014 at 10:39:34 UTC, Idan Arye wrote: On Thursday, 4 September 2014 at 05:58:19 UTC, Thomas Mader wrote: Wouldn't it be better if all this functionality you build in a vim only solution be integrated

Re: Dutyl - a Vim plugin for running D tools

2014-09-03 Thread Idan Arye via Digitalmars-d-announce
Version 1.1.0 is out now. It provides the :DUjump command for jumping to the declaration of the symbol under the cursor. If DCD is not running, Dscanner will be used instead. You can also give :DUjump the symbol as an argument - in this case it'll always use Dscanner(since DCD only supports

Re: Dutyl - a Vim plugin for running D tools

2014-08-21 Thread BlackEdder via Digitalmars-d-announce
On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: I'm open for suggestions for other tools and features to add to Dutyl(write them here, or preferably open GitHub issues with them) Any idea if this plugin works in conjunction with YouCompleteMe?

Re: Dutyl - a Vim plugin for running D tools

2014-08-21 Thread Rory McGuire via Digitalmars-d-announce
When I try to use this it just says that complete is not able to work at and suggests that DCD might not be running. Ubuntu 14.04. dcd-server and client are in path, even tried adding explicitly. How does one debug this plugin? On Thu, Aug 21, 2014 at 10:50 AM, BlackEdder via

Re: Dutyl - a Vim plugin for running D tools

2014-08-21 Thread Weaseldog via Digitalmars-d-announce
On Thursday, 21 August 2014 at 08:50:50 UTC, BlackEdder wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: I'm open for suggestions for other tools and features to add to Dutyl(write them here, or preferably open GitHub issues with them) Any idea if this plugin works in

Re: Dutyl - a Vim plugin for running D tools

2014-08-21 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 21 August 2014 at 08:57:55 UTC, Rory McGuire via Digitalmars-d-announce wrote: When I try to use this it just says that complete is not able to work at and suggests that DCD might not be running. Ubuntu 14.04. dcd-server and client are in path, even tried adding explicitly. How

Re: Dutyl - a Vim plugin for running D tools

2014-08-21 Thread Rory McGuire via Digitalmars-d-announce
Yip I tried running it manually in another terminal. Is there an error log or something somewhere? On 21 Aug 2014 19:00, Idan Arye via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Thursday, 21 August 2014 at 08:57:55 UTC, Rory McGuire via Digitalmars-d-announce wrote:

Re: Dutyl - a Vim plugin for running D tools

2014-08-21 Thread Idan Arye via Digitalmars-d-announce
On Thursday, 21 August 2014 at 10:20:24 UTC, Weaseldog wrote: On Thursday, 21 August 2014 at 08:50:50 UTC, BlackEdder wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: I'm open for suggestions for other tools and features to add to Dutyl(write them here, or preferably open

Re: Dutyl - a Vim plugin for running D tools

2014-08-20 Thread francesco cattoglio via Digitalmars-d-announce
On Tuesday, 19 August 2014 at 19:03:45 UTC, Idan Arye wrote: Anyways, version 1.0.1 is out with many bugfixes and speedups - including a fix for this problem. I can confirm it works under windows now! Very good job, and thank you for your efforts :)

Re: Dutyl - a Vim plugin for running D tools

2014-08-19 Thread Idan Arye via Digitalmars-d-announce
On Monday, 18 August 2014 at 07:24:28 UTC, francesco cattoglio wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 Very very nice... So... how does it work?

Re: Dutyl - a Vim plugin for running D tools

2014-08-18 Thread francesco cattoglio via Digitalmars-d-announce
On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 Very very nice... So... how does it work? I added a Bundle idanarye/vim-dutyl to my $MTVIMRC. I added the

Re: Dutyl - a Vim plugin for running D tools

2014-08-18 Thread Idan Arye via Digitalmars-d-announce
On Monday, 18 August 2014 at 07:24:28 UTC, francesco cattoglio wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 Very very nice... So... how does it work?

Re: Dutyl - a Vim plugin for running D tools

2014-08-18 Thread Idan Arye via Digitalmars-d-announce
On Monday, 18 August 2014 at 12:36:42 UTC, Idan Arye wrote: On Monday, 18 August 2014 at 07:24:28 UTC, francesco cattoglio wrote: On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page:

Re: Dutyl - a Vim plugin for running D tools

2014-08-15 Thread Robert burner Schadek via Digitalmars-d-announce
nice, thanks

Re: Dutyl - a Vim plugin for running D tools

2014-08-15 Thread Brad Anderson via Digitalmars-d-announce
On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 The main problem with my Vim plugin for DCD(placed inside the DCD repo) is the need to set the import paths