script-ide icon indicating copy to clipboard operation
script-ide copied to clipboard

Editor Script Icon Color

Open Zapgun opened this issue 10 months ago • 1 comments

When you have an @tool script in godot, these normally show up as a blue gear icon in the script side-window instead of a white gear icon (see example image), it would be nice if script-ide followed the same convention.

Image

Zapgun avatar Mar 30 '25 16:03 Zapgun

It looks like this is not possible at the moment. The coloring is done by using the set_item_icon_modulate function on ItemList, which is not implemented for TabContainer / TabBar it seems.

Maran23 avatar Apr 09 '25 14:04 Maran23