Skip to content

Commit

Permalink
addons: updated README. See PR #664.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaulsen93 committed Jan 29, 2018
1 parent 1db0c26 commit 7c4cb93
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions addons/README
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Features
* Strip trailing blank lines when saving
* XMLtagging
* Enclose selected text with characters
* Show colorized calltip on hovering over a color value
* Open Color Chooser on double clicking on a color value

Usage
-----
Expand Down Expand Up @@ -98,6 +100,21 @@ to the clipboard for further use.
The action can be triggered by a keyboard shortcut as well as by
a menu item in the Tools menu.

*Show colorized calltip on hovering over a color value*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This extension will show a calltip if the mouse is hovered over a color
value like #fff or #ffffff. The calltip background color represents the
color value over which the mouse is hovered. The preferences option "Show
a calltip when hovering over a color value" is used to enable or disable
the extension.

*Open Color Chooser on double clicking on a color value*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This extension will open the Color Chooser if the user double clicks on
a color value like #fff or #ffffff. The preferences option "Open Color
Chooser when double-clicking a color value" is used to enable or disable
the extension.

Requirements
------------

Expand Down

0 comments on commit 7c4cb93

Please sign in to comment.