farcaller / DashDoc

Dash integration for Sublime Text
Apache License 2.0
1.33k stars 78 forks source link

Stopped working #35

Closed robrecord closed 10 years ago

robrecord commented 10 years ago

This was excellent until it stopped working.

I have enabled shortcut visibility in the console, and i can see the commands are being invoked, but nothing happens at all.

The normal Dash shortcut does work, but only outside of Sublime Text.

I have Yosemite latest beta, but this (non-)behaviour started in Mavericks.

Any idea what I can do to troubleshoot?

Sublime Text 3065

Teggy commented 10 years ago

Hi,

I'm on ST3 (3064), Mavericks, using the most recent Dash.app and things continue to work like before. In effect, DashDoc performs the command

open 'dash-plugin://keys=python&query=datetime'

for you (replace python and datetime with a docset name and query of your choice). Does this work if you invoke the command at the shell prompt?

Cheers, —Torsten

robrecord commented 10 years ago

Thanks Torsten. Copy/pasting that command into terminal, I get the following output:

The file /Users/robrecord/dash-plugin:/keys=python&query=datetime does not exist.

farcaller commented 10 years ago

[+cc @Kapeli]

Can you try re-installing dash?

robrecord commented 10 years ago

Thanks, it works now. Somehow I had a really old version installed. New one looks fresh and works as expected - thanks!