|
1 | 1 | **A color picker plugin for Notepad++** |
2 | 2 | The C++ Color Picker class can also be reused in other programs. |
3 | 3 |
|
4 | | -Download from [[Amazon Mirror]](https://s3-ap-southeast-1.amazonaws.com/nppqcp/nppqcp-1.2.0.zip) |
5 | | -[[Fosshub.com Mirror]](http://code.fosshub.com/Quick-Color-Picker-for-Notepad/downloads) |
| 4 | +[[Download from Amazon Mirror]](https://s3-ap-southeast-1.amazonaws.com/nppqcp/nppqcp-2.0.zip) |
6 | 5 |
|
7 | 6 |
|
8 | | -v1.2.0 |
9 | | -* Fixed a critical crash on new versions of Notepad++ |
10 | | -* Added option for disable color highlight |
| 7 | +v2.0 |
| 8 | +* Fixed crash problem cause by Scintilla RegExp search interface |
| 9 | +* Use self-drawn underline marker to avoid comflict with other plugins & features |
| 10 | +* Added Color Picker & Screen Picker commands for hotkey assignment |
| 11 | +* Added HSL & HSLA color format support |
| 12 | +* Added transparent color support (with adjustment) |
| 13 | +* Use SPACE key toggle mouse speed in Screen Picker for better aiming |
| 14 | +* Slightly enlarged UI elements |
11 | 15 |
|
12 | 16 | [View Full Changelog](https://github.com/nulled666/nppqcp/blob/wiki/Changelog.md) |
13 | 17 |
|
14 | 18 |
|
15 | | - |
| 19 | + |
16 | 20 |
|
17 | 21 | **FEATURES** |
18 | 22 |
|
19 | | -* HEX, RGB, RGBA color code highlight |
20 | | - * supported formats: #ffcc00, rgb(255, 37, 37), rgba(255, 37, 37, 0.5) |
| 23 | +* HEX/RGB/RGBA/HSL/HSLA color code highlight |
21 | 24 | * Double-click activation of color picker |
22 | 25 | * double-click hex code portion "ffcc00" of hex string |
23 | | - * double-click "rgb" or "rgba" header of rgb colors |
| 26 | + * double-click "rgb"/"rgba"/"hsl"/"hsla" header of bracket colors |
| 27 | +* Allow assign hotkeys for Color Picker and Screen Picker |
24 | 28 | * Professional color palette |
25 | 29 | * same palette layout as in most popular design software |
26 | 30 | * recent color swatches |
27 | 31 | * mark current color on palette |
28 | 32 | * compare new & old colors |
29 | | -* Quick HSL color tuning |
30 | | - * click to fine-tune the Hue, Saturation or Lightness of your color |
| 33 | +* Quick HSLA color tuning |
| 34 | + * click to fine-tune the Hue, Saturation, Lightness or Transparency of your color |
31 | 35 | * right-click on palette color to put the color into tuning swatch |
32 | 36 | * Screen color picker |
33 | | - * hide notepad++ window when pick color |
34 | | - * zoomed aim |
| 37 | + * hide notepad++ window while picking color |
| 38 | + * zoomed aim, press SPACE to toggle precise aiming mode |
35 | 39 | * real-time color code display |
36 | | -* Windows color chooser Access |
| 40 | +* Access Windows Color Chooser |
37 | 41 | * recent colors will appear in custom colors list |
38 | 42 |
|
39 | | -**FUTURE PLAN** |
40 | | - |
41 | | -* switch to text style for color code highlight |
42 | | -* auto-complete like behavior |
43 | | -* when user type '#' or 'rgb(' |
| 43 | +This project is using https://github.com/kkaefer/css-color-parser-cpp for css color parse. |
0 commit comments