-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Brittain
committed
Aug 17, 2012
1 parent
17ef163
commit b0adb5b
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
A simple plugin for AppCode (and other IntelliJ based IDEs) that provides keyboard shortcut access to Dash. This is necessary as the | ||
'Services' menu is not populated in AppCode (apparently a Java limitation). | ||
A simple plugin for AppCode (and other IntelliJ based IDEs) that provides keyboard shortcut access to Dash. This is necessary as the 'Services' menu is not populated in AppCode (apparently a Java limitation). | ||
|
||
Install Dash.jar in this folder as a plugin. | ||
|
||
Dash is a Mac application for rapid search of developer documentation. It is free with nags to persuade you to pay and lose the | ||
nags. The free version is fully functional and super-useful. Get karma for buying and supporting the developer :) It can be downloaded here: | ||
Dash is a Mac application for rapid search of developer documentation. It is free with nags to persuade you to pay and lose the nags. The free version is fully functional and super-useful. Get karma for buying and supporting the developer :) It can be downloaded here: | ||
|
||
http://itunes.apple.com/us/app/dash/id458034879?ls=1&mt=12 | ||
|
||
The default shortcut assigned in the plugin is Mac-Shift-D. It either uses the current selection for the search, or the caret | ||
position. | ||
The default shortcut assigned in the plugin is Mac-Shift-D. It either uses the current selection for the search, or the caret position. | ||
|
||
Please feel free to request improvements, or fork-it and make them yourself! |