Create browsers dropdown in SettingsEditor

 Hello I created a simple form for my run configuration and I want to let the user to choose the web browser like in the below image :

How can I create something like this ?? I searched in the docs and didn't find any thing . Is there any reference or source code of some thing that is useful in this situation ? . 

0
1 comment
Avatar
Permanently deleted user

Ok . After reading a lot of IntelliJ Community source code and try to "guess" the way of creating it I managed to do it using BrowserSelector class ( I didn't find any thing about it in the documentation ) . My plugin contains the browser selector so this is the plugin source code : 

 

https://github.com/3mmarg97/LaravelStorm

 

 

( I think that the documentation need an update )

1

Please sign in to leave a comment.