blakeembrey / atom-dash

Dash documentation integration with Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeal Support

trollixx opened this issue · comments

Zeal now supports dash-plugin:// scheme, and registers itself as a protocol handler on Windows and Linux. The old --query argument has been deprecated, and will be removed in 0.3.0 release.

I'll add support for &prevent_activation=true as well. I had no idea about this parameter. Zeal simply ignores unknown parameters, so starting to pass &prevent_activation=true immediately would not cause a problem.

I have just updated Zeal's website with a link to this nice plugin.

Ok, good to know. I'll make this change and release an update soon.

@trollixx The prevent_activation=true makes sense for Dash because I use the background activation option for open already, as Dash has a mobile application that might be opened instead (from memory).

Anyway, my question is, do I need to open in the background (the "do not bring to forefront" option) for Zeal and, if so, what's that flag on linux using xdg-open?

xdg-open has no such option. So, the only way would be to handle prevent_activation=true in Zeal.

@trollixx Thanks for the confirmation. If you have a chance, can you briefly check #31 (just that I'm using xdg-open correctly and how you'd expect). I'll merge and release once you review it.