Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 02 Nov 2020 20:10:18 UTC Commit: a99426b01953559863a11f6cb9101d5a4f38c7db https://github.com/geany/geany/commit/a99426b01953559863a11f6cb9101d5a4f38c7...
Log Message: ----------- doc: Re-add the search fields font customization section
Modified Paths: -------------- doc/geany.txt
Modified: doc/geany.txt 17 lines changed, 17 insertions(+), 0 deletions(-) =================================================================== @@ -1195,6 +1195,23 @@ colored box. These markers can be removed by selecting the Remove Markers command from the Document menu.
+Change font in search dialog text fields +```````````````````````````````````````` + +All search related dialogs use a Monospace font for the text input fields to +increase the readability of input text. This is useful when you are +typing input such as regular expressions with spaces, periods and commas which +might be hard to read with a proportional font. + +If you want to change the font, you can do this easily by using the following +custom CSS snippet, see `Customizing Geany's appearance using GTK+ CSS`_:: + + #GeanyDialogSearch GtkEntry /* GTK < 3.20 */, + #GeanyDialogSearch entry /* GTK >= 3.20 */ { + font: 8pt monospace; + } + + Find selection ^^^^^^^^^^^^^^ The *Find Next/Previous Selection* commands perform a search for the
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).