OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
12 stars 24 forks source link

Consider updates to UI design for helper text on run/debug configuration window #731

Open TrevCraw opened 5 months ago

TrevCraw commented 5 months ago

Currently, we provide a tooltip when hovering on labels in the configuration window. This is not intuitive. Users will typically hover over the input/selection boxes and not over the associated labels.

https://github.com/OpenLiberty/liberty-tools-intellij/assets/5885743/6697cd33-78c6-434a-8a71-075315dd260d

anusreelakshmi934 commented 5 months ago

We can add a Placeholder in the Text box using - editParam.setPlaceholder("Hello"); editParam.setShowPlaceholderWhenFocused(true); in the method LibertyRunSettingsEditor in LibertyRunSettingsEditor.java Adding an image for reference: image