gdelmas / IntelliJDashPlugin

A smart and simple plugin that provides keyboard shortcut access for Dash, Velocity or Zeal in IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm and Android Studio.
MIT License
1.09k stars 73 forks source link

Add option to choose appropriate application #65

Closed Kimi-Arthur closed 6 years ago

Kimi-Arthur commented 7 years ago

For example, on Windows you have multiple choices like Zeal, Velocity.

Also there are websites like devdocs.io which support similar pattern. So if we have the option, we may be able to support this type of documentation tool.

gdelmas commented 7 years ago

as far as i know, devdocs.io does not support multiple filters, therefore a context aware search from the plugin might not be of great help.

to open devdocs.io from the editor you can configure an external tool in the ide: https://github.com/gdelmas/IntelliJDashPlugin/issues/28#issuecomment-50283439

gdelmas commented 6 years ago

on windows and linux the plugin uses the application that registered the dash-plugin:// url scheme. i assume this is the last application installed. the applications might also provide options to re-register this scheme.

see: https://github.com/gdelmas/IntelliJDashPlugin/issues/36