investigate.vim icon indicating copy to clipboard operation
investigate.vim copied to clipboard

Feature Request: Add Support to Launch in Zeal

Open jalcine opened this issue 6 years ago • 5 comments

There's mention of launching support for Dash for OS X. Zeal works using the same docset system (for the most part). This is a request to add support Zeal.

jalcine avatar Sep 25 '17 01:09 jalcine

FWIW on the Zeal usage page, there is the config necessary to make it work with investigate: https://zealdocs.org/usage.html

I'd be totally open to supporting this more natively though.

keith avatar Sep 25 '17 01:09 keith

Also there's some related conversation here: https://github.com/keith/investigate.vim/issues/20

keith avatar Sep 25 '17 01:09 keith

Word. I can start peeking into this. It's become enough of a bump in my flow where I'd want to patch. #20 looks like a good foundation.

jalcine avatar Oct 28 '17 11:10 jalcine

Eh, it looks quite the same as this PR. Would need it to work for any language then.

jalcine avatar Oct 28 '17 11:10 jalcine

Spent some time hacking at this - looks like this might be more on Zeal's side. Granted, this has some Mac-specific stuff with that LSRegister jazz but I think this might be as simple as passing that handler to xdg-open (for best cross platform support across FreeDesktop-compliant desktops).

Was peeking at https://github.com/farcaller/DashDoc/pull/58/files.

jalcine avatar Oct 28 '17 12:10 jalcine