Federico Tomassetti
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created Toolbar in Tool Window
AnsweredI would to add a toolbar to my toolwindow. I would like to obtain a toolbar, as it appears here: https://jetbrains.github.io/ui/controls/toolbar/ . This toolbar should contains buttons, combobox an... -
Created java.lang.LinkageError: loader constraint violation - How to debug/fix those?
AnsweredI read of several similar issues, here and elsewhere, but so far I could not find any advice that I could apply on how to fix this.All of a sudden I get this exception: com.intellij.diagnostic.Pl... -
Created CompilerManager fails while build in IDEA succeeds
AnsweredIn a certain tool I need to execute some class built by the project, so I trigger the compilation with: CompilerManager.getInstance(toolWindow.project).compile(psiClass.module!!) The problem is...