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 ?
Please sign in to leave a comment.
attached is dropdownlist in Eclipse, is that possible in Intellij ? and how ?
Attachment(s):
toolbar.PNG
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.
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 ?
Looks like this could be not a plugin at all, but simply an external tool (Settings | External Tools).
thanks.