herbix / hoi4modutilities

A VSCode extension that contains utilities for Heart of Iron IV mods developers
MIT License
74 stars 9 forks source link

feat: Add support for different properties/settings in GUI viewer #90

Open Thanasis09 opened 2 months ago

Thanasis09 commented 2 months ago

It would be nice if the gui viewer could display;

1) Scrollbars. I do not mean editable scrollbars; I mean the scrollbars within instantTextBoxType 2) Tooltips. There should be a switch in top, that when hovering over instantTextBoxTypes, iconTypes and buttonTypes, the tooltip that is there, as well as the delayed tooltip are displayed through a pop-up like how it's done in the game normally. 3) Like focus trees, a box that has conditions would be nice. It would be about the _visible and _click_enabled (and children properties such as _right_click_enabled maybe) and would allow for us interface modders to check whether the triggers we have are valid. It could even be extended to the whole visible = { } block that is for the whole GUI.