DashLookup icon indicating copy to clipboard operation
DashLookup copied to clipboard

Search in specific docset

Open kidpixo opened this issue 12 years ago • 0 comments

This is not an issue, but could be useful for who is using a lot of docset:

In the DashLookupHandler.java file I changed the line 39 from :

Program.launch("dash://" + selectedText);

to:

Program.launch("dash://[DOCSET_PREFIX]:" + selectedText);

See if that can be integrated in the main repository.

Cheers!

PS: take a look to mine docsets > https://github.com/kidpixo?tab=repositories

kidpixo avatar Dec 02 '13 09:12 kidpixo