Skip to content

Commit

Permalink
! Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wmjordan committed Jul 24, 2021
1 parent 6e24eff commit 1daeaf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,19 @@ _Codist_ supports localization into other languages and it has both English and

By default, _Quick Info_ appears when you hover your mouse over a symbol or syntax token in code editor. Some programmers think this behavior interferes their workflow. Checking this option will suppress the _Quick Info_ until Shift key is pressed.

* **Show info about selection length**
* **Selection info**

This option will show how many characters and lines in your selection (if your selection spans over multiple lines). So you don't have to count characters one by one.

![Super Quick Info Selection Length](doc/super-quick-info-selection-length.png)

* **Show info about color**
* **Color info**

This option enables you preview color values. It works for hex color values (such as `#00FF00``#FF993300`), named colors (such as `Black`, `White`, etc.).
This option enables you preview color values. It works for hex color values (such as `#00FF00``#33993300`), named colors (such as `Black`, `White`, etc.). The 12 sample blocks under color values list the color as the foreground or background against various gray scale colors to help designers to determine the best readability.

![Super Quick Info - Color](doc/super-quick-info-color.png)

In C# code editor, it analysis system colors (such as `SystemColors.WindowColor`, `SystemColors.Control`, etc.), `Color.FromArgb` or `Color.FromRgb` expression with constant values as well.
In C# code editor, it analyzes system colors (such as `SystemColors.WindowColor`, `SystemColors.Control`, etc.), `Color.FromArgb` or `Color.FromRgb` expression with constant values as well.

![Super Quick Info - C# Color](doc/super-quick-info-csharp-color.png)

Expand Down
Binary file modified doc/super-quick-info-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/super-quick-info-csharp-color.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 1daeaf4

Please sign in to comment.