2111311792

- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 11
-
Edited Console view ObjectNotDisposedException on IDE window close
I am building a plugin with a tool window. The tool window has com.intellij.execution.ui.ConsoleView element. Currently, there is ObjectNotDisposedException exception bubbles up when closing the ID... -
Edited IntelliJ Background task indicator doesn't disappear after task finishes
AnsweredHello, I am building a plugin that downloads files from a remote server, I use Task. Backgroundable and ProgressManager.getInstance().run() so we can have several parallel downloads (download takes... -
Created Java CEF IntelliJ plugin support UnsatisfiedLinkError on init (Linux)
Answered0 I am working on Java Chromium Embedded Framework https://bitbucket.org/chromiumembedded/java-cef/src/master/. I aim to embed the browser into IntelliJ IDEA plugins for Windows and Linux.... -
Edited Plugin JTree with custom TreeCellRenderer
AnsweredHello, I have a JTree component with three levels (server, folder, file). I use custom TreeCellRenderer to style icons for each level. There is an issue when IDEA theme change triggered (dark to li... -
Created IntelliJ API to open "Show in Explorer"
AnsweredHello Dea IntelliJ team, how would one open default OS file system explorer from a plugin logic. Best, - Ilya -
Created Tool window with embedded java-cef
AnsweredHello dear IntelliJ support team, I am working on embedding Java Chromium Embedded Framework (https://bitbucket.org/chromiumembedded/java-cef/overview) into a tool window plugin. I am using this ex...