Skip to content

Commit 6cbe0a8

Browse files
committed
Merge branch 'master' of https://github.com/nulled666/nppqcp.git
2 parents 6e99cea + 5d47c13 commit 6cbe0a8

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
**A color picker plugin for Notepad++**
22
The C++ Color Picker class can also be reused in other programs.
33

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)
65

76

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
1115

1216
[View Full Changelog](https://github.com/nulled666/nppqcp/blob/wiki/Changelog.md)
1317

1418

15-
![Screenshot](https://s3-ap-southeast-1.amazonaws.com/nppqcp/features-1.2.0.png)
19+
![Screenshot](https://s3-ap-southeast-1.amazonaws.com/nppqcp/features-2.0.png)
1620

1721
**FEATURES**
1822

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
2124
* Double-click activation of color picker
2225
* 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
2428
* Professional color palette
2529
* same palette layout as in most popular design software
2630
* recent color swatches
2731
* mark current color on palette
2832
* 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
3135
* right-click on palette color to put the color into tuning swatch
3236
* 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
3539
* real-time color code display
36-
* Windows color chooser Access
40+
* Access Windows Color Chooser
3741
* recent colors will appear in custom colors list
3842

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

Comments
 (0)