Skip to content

Commit

Permalink
- readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sitano committed Aug 23, 2011
1 parent 92c7b2e commit 02af26d
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions README.md
@@ -1,21 +1,27 @@
Code Outline Plugin
===================

Description:
============
Shows a zoomed out "outline" of your code while you're editing it.
------------
Shows a zoomed out "outline" of your code while you're editing it.

General usage instructions:
===========================
* Left mouse button: Go to position in file (do not expand fold region)
* Double-click: Go to position in file, expand fold region if necessary
* Ctrl+Left button: Go to position in file, no smooth scroll
* Shift+Left button + drag: Select text
* Middle mouse button + drag: "Preview scroll" to position in file (snaps back to original position when you release the mouse button)
* Ctrl+Middle button + drag: "Preview scroll" to position, no smooth scroll
* Right mouse button: Popup menu / preferences
* Mouse wheel: Scroll page up/down
---------------------------
* Left mouse button: Go to position in file (do not expand fold region)
* Double-click: Go to position in file, expand fold region if necessary
* Ctrl+Left button: Go to position in file, no smooth scroll
* Shift+Left button + drag: Select text
* Middle mouse button + drag: "Preview scroll" to position in file (snaps back to original position when you release the mouse button)
* Ctrl+Middle button + drag: "Preview scroll" to position, no smooth scroll
* Right mouse button: Popup menu / preferences
* Mouse wheel: Scroll page up/down

Author of original project:
===========================
Vendor: Keith Lea
Email: keith at kano.net
Based at http://plugins.intellij.net/plugin/?idea&id=160
Bugtracker page: http://code.google.com/p/intellij-code-outline/issues/list
---------------------------
Vendor: Keith Lea

Email: keith at kano.net

Based at http://plugins.intellij.net/plugin/?idea&id=160

Bugtracker page: http://code.google.com/p/intellij-code-outline/issues/list

0 comments on commit 02af26d

Please sign in to comment.