I added a little section documenting the Colour Chooser to the manual. Also see #2204. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2337
-- Commit Summary --
* doc: added documentation for the Colour Chooser
-- File Changes --
M doc/geany.txt (11)
-- Patch Links --
https://github.com/geany/geany/pull/2337.patch https://github.com/geany/geany/pull/2337.diff
ntrel requested changes on this pull request.
@@ -1145,6 +1145,17 @@ applications, in that you'll need to continue to hold down the Ctrl and Shift
keys while typing the code point hex digits (and the Enter or Return to finish the code point).
+Inserting color values +^^^^^^^^^^^^^^^^^^^^^^ + +You can insert a color value by selecting *Tools->Colour Chooser* from the menu.
*Color* Chooser - the project uses American English spelling.
@@ -1145,6 +1145,17 @@ applications, in that you'll need to continue to hold down the Ctrl and Shift
keys while typing the code point hex digits (and the Enter or Return to finish the code point).
+Inserting color values +^^^^^^^^^^^^^^^^^^^^^^ + +You can insert a color value by selecting *Tools->Colour Chooser* from the menu. +A dialog appears to select the wanted color. On clicking on *Apply* or *Select* +the code for the choosen color will be inserted in the format *#RRGGBB*.
Typo: chosen
LarsGit223 commented on this pull request.
@@ -1145,6 +1145,17 @@ applications, in that you'll need to continue to hold down the Ctrl and Shift
keys while typing the code point hex digits (and the Enter or Return to finish the code point).
+Inserting color values +^^^^^^^^^^^^^^^^^^^^^^ + +You can insert a color value by selecting *Tools->Colour Chooser* from the menu.
But the menu item not. This is taken from the menu as-is.
@LarsGit223 pushed 1 commit.
90eb26f432f2557001c8bca22e1388543864ecb6 doc: added documentation for the Colour Chooser
LarsGit223 commented on this pull request.
@@ -1145,6 +1145,17 @@ applications, in that you'll need to continue to hold down the Ctrl and Shift
keys while typing the code point hex digits (and the Enter or Return to finish the code point).
+Inserting color values +^^^^^^^^^^^^^^^^^^^^^^ + +You can insert a color value by selecting *Tools->Colour Chooser* from the menu. +A dialog appears to select the wanted color. On clicking on *Apply* or *Select* +the code for the choosen color will be inserted in the format *#RRGGBB*.
Thanks, fixed.
LarsGit223 commented on this pull request.
@@ -1145,6 +1145,17 @@ applications, in that you'll need to continue to hold down the Ctrl and Shift
keys while typing the code point hex digits (and the Enter or Return to finish the code point).
+Inserting color values +^^^^^^^^^^^^^^^^^^^^^^ + +You can insert a color value by selecting *Tools->Colour Chooser* from the menu.
Forget it. Just noticed my desktop language was indeed set to ```English (United Kingdom)```.
@LarsGit223 pushed 1 commit.
a9d88e7dc5696b922295d1ad1395afbc729f382d doc: added documentation for the Color Chooser
LarsGit223 commented on this pull request.
@@ -1145,6 +1145,17 @@ applications, in that you'll need to continue to hold down the Ctrl and Shift
keys while typing the code point hex digits (and the Enter or Return to finish the code point).
+Inserting color values +^^^^^^^^^^^^^^^^^^^^^^ + +You can insert a color value by selecting *Tools->Colour Chooser* from the menu.
Fixed now.
ntrel approved this pull request.
Could also mention that if the cursor is next to/within a hash-prefixed hex code, then the dialog will display the color the code represents.
@LarsGit223 pushed 1 commit.
e32e5bb0bf7f8fa31940e1edc9b284b75de2845a doc: added documentation for the Color Chooser
Could also mention that if the cursor is next to/within a hash-prefixed hex code, then the dialog will display the color the code represents.
Done.
ntrel approved this pull request.
Great, thanks!
BTW you can add extra commits with follow up changes, then we'll squash them when we merge the pull. Rather than force pushing with a small change. Then an existing review stands and any new reviewer knows only the new commit(s) need particular scrutiny.
Merged #2337 into master.
github-comments@lists.geany.org