Request for editor scripting help

Idan Arye GenericNPC at gmail.com
Tue Aug 13 11:07:45 PDT 2013


On Tuesday, 13 August 2013 at 01:34:37 UTC, Brian Schott wrote:
> On Monday, 12 August 2013 at 19:34:53 UTC, Brian Schott wrote:
>> You're correct. I forgot to do a push last night. 
>> Unfortunately I won't be able to get this fixed for another 5 
>> hours or so.
>
> It's checked in now.

OK, I got it to work.

I'm gonna copy and modify the Dscanner plugin to use DCD instead 
so you can have something to bundle with your repo, but in the 
long run, I think it's better to have a combined plugin - one 
that first tries DCD, and if it can't connect to the server uses 
Dscanner as backup. That's the way the Clojure plugins 
work(though to be fair - they have to. Clojure takes ages to 
load, so you either use a live REPL server or smash your computer 
with a sledgehammer)

Such combined plugin shouldn't be in part of one tool's 
repository - since it depends on both - so when I finally get 
down to write one I'll put it in a separate repository. Also, I 
would probably make it a plugin for a build system(probably dub), 
so I could take import paths from there.


More information about the Digitalmars-d mailing list