is it possible to add a dropdownList in the main toolbar

Hi All, i want to add a dropdown list in the main toolbar, the doc didn't say too much about it, is that possible to add a dropdown list to the main toolbar ?

0
5 comments
Avatar
Permanently deleted user

attached is dropdownlist in Eclipse, is that possible in Intellij ? and how ?



Attachment(s):
toolbar.PNG
0

The only similar control in our UI framework is ComboBoxAction, but it doesn't work exactly like that (see the run configurations popup for an example of how it looks).

Note that recent versions of our products hide the main toolbar by default, so it may not be the best place for exposing the UI of your plugin.

0
Avatar
Permanently deleted user

Thanks for clarifying, what i want to add is a command which invokes mvn build and deploy to the server,  so is the run configuration the right place to add ? could you give some insights ?

0

Looks like this could be not a plugin at all, but simply an external tool (Settings | External Tools).

0
Avatar
Permanently deleted user

thanks.

0

Please sign in to leave a comment.