Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Simonchik
Total activity
533
Last activity
February 05, 2025 21:00
Member since
January 10, 2012 08:43
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
178
Activity overview
Articles (0)
Posts (0)
Comments (352)
Sort by recent activity
Recent activity
Votes
Created
January 25, 2016 09:59
Try secondToolWindow.setType(ToolWindowType.FLOATING, null);
Community
IntelliJ IDEA Open API and Plugin Development
How to float tool window programatically?
0 votes
Created
January 25, 2016 11:25
There is a "Post Actions" link at the top of the page, you'll find "Answered" status there. Regarding your questions about new forum, I've filed https://youtrack.jetbrains.com/issue/ZEN-58 and http...
Community
IntelliJ IDEA Open API and Plugin Development
"Connection refused" exception when running/debugging plugin in sandbox
0 votes
Created
January 25, 2016 11:51
@Patrick, I've marked as Answered. Sorry about the inconveniences of the new forum. Hope @Mikhail will figure out the solution soon.
Community
IntelliJ IDEA Open API and Plugin Development
"Connection refused" exception when running/debugging plugin in sandbox
0 votes
Created
January 24, 2016 23:02
Maybe implementing com.intellij.execution.Executor will help (e.g. com.intellij.execution.executors.DefaultRunExecutor).
Community
IntelliJ IDEA Open API and Plugin Development
Hide the run tool window and show my custom tool window on project execution
0 votes
Created
February 03, 2014 22:50
Does your plugin have tools.jar in its local library?
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 votes
Created
February 04, 2014 11:13
If it's possible to use tools.jar bundled with JDK, then tools.jar could be added to the classpath of JDK.In that case plugin and IDE would use the same tools.jar.
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 votes
Created
February 04, 2014 13:07
From these data, I realized that the system is not parent ClassLoader for ClassLoader plugin.You're right. Parent classloader of plugin's own classloader isn't a system one.Did it help to add tool...
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 votes
Created
February 04, 2014 13:45
Seems I don't realise how your modules are structured. I thought that your plugin should have depended on "Intellij Platform Plugin SDK" (otherwise extension point declarations and other classes fr...
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 votes
Created
February 04, 2014 14:43
Plugin depends on annotation processor module, right?
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 votes
Created
June 25, 2015 13:59
Please usegit@github.com:JetBrains/intellij-community.git
Community
IntelliJ IDEA Open API and Plugin Development
git fetch of Idea - connection reset by peer
0 votes
«
First
‹
Previous
Next
›
Last
»