Branch: refs/heads/master Author: LarsGit223 lars_paulsen@web.de Committer: Nick Treleaven n@trelsoft.com Date: Mon, 07 Oct 2019 17:00:31 UTC Commit: 431c68aa994434aa000f0be80f3f0097d1411c1b https://github.com/geany/geany/commit/431c68aa994434aa000f0be80f3f0097d1411c...
Log Message: ----------- doc: added documentation for the Color Chooser
Modified Paths: -------------- doc/geany.txt
Modified: doc/geany.txt 12 lines changed, 12 insertions(+), 0 deletions(-) =================================================================== @@ -1145,6 +1145,18 @@ 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->Color Chooser* from the menu. +A dialog appears to select the wanted color. If the cursor is placed inside a +*#RRGGBB* format color value then the dialog will show that color after opening. +On clicking on *Apply* or *Select* the code for the chosen color will be inserted +in the format *#RRGGBB*. If text is selected, then it will be replaced with the +color code on the first click on *Apply* or *Select*. If no text is selected or +on subsequent clicks the color code is inserted at the current cursor position. + + Search, replace and go to -------------------------
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).