diff options
author | MinusKube <minuskube@gmail.com> | 2022-06-27 11:27:17 +0200 |
---|---|---|
committer | MinusKube <minuskube@gmail.com> | 2022-07-03 23:47:52 +0200 |
commit | 336400dc42de45ec6a99e08d54a84aa3d7303a96 (patch) | |
tree | 86a80105df81b35b9c48d4edb34c43bec28ebf4c /doc/classes/CodeEdit.xml | |
parent | 898e09e2e63c221b861cc64b12adc80dc48ce5eb (diff) |
Add the ability to drag the code completion scrollbar using the mouse click
Diffstat (limited to 'doc/classes/CodeEdit.xml')
-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> |