How to add a Selectbox to Run Toolbar in Intellij with DevKit

30 Views Asked by At

I want to add a Selectbox like this to the Run Toolbar in Intellij to select between different Deploymentpaths.

enter image description here

I was able to add Buttons and Menu Items but i cant figure out how to add a Selectbox.

Can someone give me a hint how to achieve this ?

1

There are 1 best solutions below

1
Quadrivics On

I would just use multiple identical launch configurations with different deploymentpaths. They should automatically list under the other launch configurations everytime you use that specific config for a launch.