Add the ability to drag the code completion scrollbar using the mouse click

This commit is contained in:
MinusKube
2022-06-27 11:27:17 +02:00
parent 898e09e2e6
commit 336400dc42
6 changed files with 63 additions and 1 deletions

View File

@@ -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>