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

Shortcut does not work. Menu command does. #50

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi,

When I first used the plugin I could go to Dash using the key code for it. Now this does not work anymore.

Using the tools menu everything is ok.

I think it may have to do with the delay I see before something shows (I am running a trial version of Dash). I suspect that this does something with the focus as well...

gdelmas commented 8 years ago

@kapeli might this be a dash issue?

Kapeli commented 8 years ago

So it works when you use the plugin from the Tools menu and doesn't work when you use the keyword shortcut?

It's definitely not a trial/delay issue. The trial doesn't interfere with window activation at all.

My best guess of what might be going on would be that you've set the same keyword shortcut for Dash in Preferences > General, so the plugin would activate Dash and immediately after Dash would deactivate itself.

If you use the plugin using the keyword shortcut, does the search query in Dash change at all? If it doesn't, it would mean that the plugin isn't sending anything to Dash.

ghost commented 8 years ago

OK, this is what I see (exactly):

So, in the first case the search is effective and ok In the second case Dash does not show up and the search is not activated so it seems.

Ciao,

Marcel Trapman marceltrapman@me.com

On 01 Feb 2016, at 10:39, Bogdan Popescu notifications@github.com wrote:

So it works when you use the plugin from the Tools menu and doesn't work when you use the keyword shortcut?

It's definitely not a trial/delay issue. The trial doesn't interfere with window activation at all.

My best guess of what might be going on would be that you've set the same keyword shortcut for Dash in Preferences > General, so the plugin would activate Dash and immediately after Dash would deactivate itself.

If you use the plugin using the keyword shortcut, does the search query in Dash change at all? If it doesn't, it would mean that the plugin isn't sending anything to Dash.

— Reply to this email directly or view it on GitHub https://github.com/gdelmas/IntelliJDashPlugin/issues/50#issuecomment-177877306.

Kapeli commented 8 years ago

So most likely Dash doesn't get called at all.

Maybe you have something else in the Tools menu that uses that shortcut and that gets called instead?

gdelmas commented 8 years ago

please check the ide's status bar after invoking the shortcut. does it state "Searching ... docsets in Dash". otherwise you might have assigned some other action to the shortcuts as @Kapeli suggested.

ghost commented 8 years ago

And that did the trick.

Out of curiosity I removed and re-added the shortcut.

It mentioned the UML plugin.

I decided to change the shortcut to

Thanks for your support (and this could be worth mentioning).

Ciao,

Marcel Trapman marceltrapman@me.com

On 01 Feb 2016, at 12:26, Bogdan Popescu notifications@github.com wrote:

So most likely Dash doesn't get called at all.

Maybe you have something else in the Tools menu that uses that shortcut and that gets called instead?

— Reply to this email directly or view it on GitHub https://github.com/gdelmas/IntelliJDashPlugin/issues/50#issuecomment-177926365.