2111311792
- 活动总数 37
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 11
-
已编辑于 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... -
已编辑于 IntelliJ Background task indicator doesn't disappear after task finishes
已回答Hello, 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... -
创建于 Java CEF IntelliJ plugin support UnsatisfiedLinkError on init (Linux)
已回答0 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.... -
已编辑于 Plugin JTree with custom TreeCellRenderer
已回答Hello, 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... -
创建于 IntelliJ API to open "Show in Explorer"
已回答Hello Dea IntelliJ team, how would one open default OS file system explorer from a plugin logic. Best, - Ilya -
创建于 Tool window with embedded java-cef
已回答Hello 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...