diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-07-04 10:13:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 10:13:20 +0200 |
commit | 1d06fec5354d45c21414bf4b00435868444636cb (patch) | |
tree | 4e43c777fe9e3d165ed955cfdcccf2a5b1eb84e4 /doc/classes | |
parent | ba8e7efc2bba979e2d2be046b5d975dbd7846d35 (diff) | |
parent | 336400dc42de45ec6a99e08d54a84aa3d7303a96 (diff) |
Merge pull request #62448 from MinusKube/completion-scroll-click
Add the ability to drag the code completion scrollbar using the mouse click
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/CodeEdit.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 7ca27a35fe..4994ef352e 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -592,6 +592,9 @@ <theme_item name="completion_scroll_color" data_type="color" type="Color" default="Color(1, 1, 1, 0.29)"> [Color] of the scrollbar in the code completion popup. </theme_item> + <theme_item name="completion_scroll_hovered_color" data_type="color" type="Color" default="Color(1, 1, 1, 0.4)"> + [Color] of the scrollbar in the code completion popup when hovered. + </theme_item> <theme_item name="completion_selected_color" data_type="color" type="Color" default="Color(0.26, 0.26, 0.27, 1)"> Background highlight [Color] for the current selected option item in the code completion popup. </theme_item> |