<@U68L6T95E> Yeah, Gradle refresh in IDEA has been...
# tornadofx
e
@dr.fornax Yeah, Gradle refresh in IDEA has been broken for ages it seems 🐛 You can disable the context menu or just removing it's items:
contextMenu.items.clear()
. I will add an API to control this more elegantly. It should still be single select by default though?
d
Yes, absolutely. I cannot really find a good scenario for a multiselect. I think most use cases need a tab like drawer. And for the second option I really have no idea what it does?