Skip to content

Commit

Permalink
menu explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
nologic committed Aug 29, 2014
1 parent 9c233b2 commit 487a40d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ view in your IDA workspace. In this view is where the text will be displayed. No
click on the instruction you're curious about and within a second the documentation
will populate the view.

If you don't like automatic loading of the reference then run this command. It will
disable the automatic refresh.
Once loaded, the plugin can be turned off by closing the tab window. To control the
output right-click on the tab window to get a menu:

ref.terminate()
* Update View - Load documentation for currectly selected instruction.
* Lookup Instruction - Manual load documentation, you'll be prompted for the instruction.
* Toggle Auto-refresh - Turn on/off auto loading of documentation and rely on the first two options.

If the automatic refresh doesn't work (I've had problems under Wine) then you can
force a refresh to reload the text by calling update. This will work even after
terminate was called.

ref.update()
![](https://raw.githubusercontent.com/nologic/idaref/master/screenshot/idaref_menu.png)

Internals
---------
Expand Down
Binary file added screenshot/idaref_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 487a40d

Please sign in to comment.