From f3922a8529f8f01f44282d4c490ef3ed630c0a76 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 5 Jun 2021 12:07:43 -0700 Subject: [PATCH] Add regular expressions and code blocks to syntax highlighting --- source/2/2.4/2.4.2/Featherpad.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index 475a404c..90f4af7f 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -93,7 +93,7 @@ To view all keyboard shortcuts of Featherpad switch to the :guilabel:`Shortcuts` .. image:: featherpad-shortcuts.png -To change what colors you use in syntax highlighting use the :guilabel:`Syntax Colors` tab. To change the color of built in functions click the color to the right of :guilabel:`Built-in Functions` and a window to pick your color will show up. To change the color of comments in syntax press the button next to :guilabel:`Comments` and a color picker window will pop up. To change how documents html or xml elements appear change the press the button next to :guilabel:`Document Blocks, XML/HTML Elements` button to have a color selction window appear. To change how extra elements are colors press the button next to :guilabel:`Extra Elements`. To change the color of fucntions and URLs in highlighting press the button next to :guilabel:`Functions, URLs`. To change how keywords of a programming languege appear press the button next to :guilabel:`Keywords`. To channge the color of markdwon headings and css values press the button next to :guilabel:`Markdown Headings, Css Values`. To change how numbers are highlighted press the button next to :guilabel:`Numbers`. To change how quotations are highlighted press the button next to :guilabel:`Quotations`. +To change what colors you use in syntax highlighting use the :guilabel:`Syntax Colors` tab. To change the color of built in functions click the color to the right of :guilabel:`Built-in Functions` and a window to pick your color will show up. To change the color of comments in syntax press the button next to :guilabel:`Comments` and a color picker window will pop up. To change how documents html or xml elements appear change the press the button next to :guilabel:`Document Blocks, XML/HTML Elements` button to have a color selction window appear. To change how extra elements are colors press the button next to :guilabel:`Extra Elements`. To change the color of fucntions and URLs in highlighting press the button next to :guilabel:`Functions, URLs`. To change how keywords of a programming languege appear press the button next to :guilabel:`Keywords`. To channge the color of markdwon headings and css values press the button next to :guilabel:`Markdown Headings, Css Values`. To change how numbers are highlighted press the button next to :guilabel:`Numbers`. To change how quotations are highlighted press the button next to :guilabel:`Quotations`. To change how you highlight regular expressions and code blocks press the button next to :guilabel:`Code Blocks`. Version -------