主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergey Simonchik
活动总数
533
最后的活动
2025年02月05日 21:00
成员加入日期
2012年01月10日 08:43
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
178
活动概览
文章(0)
帖子(0)
评论(352)
按最近的活动排序
最近的活动
投票数
创建于
2016年01月25日 09:59
Try secondToolWindow.setType(ToolWindowType.FLOATING, null);
社区
IntelliJ IDEA Open API and Plugin Development
How to float tool window programatically?
0 票
创建于
2016年01月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
"Connection refused" exception when running/debugging plugin in sandbox
0 票
创建于
2016年01月25日 11:51
@Patrick, I've marked as Answered. Sorry about the inconveniences of the new forum. Hope @Mikhail will figure out the solution soon.
社区
IntelliJ IDEA Open API and Plugin Development
"Connection refused" exception when running/debugging plugin in sandbox
0 票
创建于
2016年01月24日 23:02
Maybe implementing com.intellij.execution.Executor will help (e.g. com.intellij.execution.executors.DefaultRunExecutor).
社区
IntelliJ IDEA Open API and Plugin Development
Hide the run tool window and show my custom tool window on project execution
0 票
创建于
2014年02月03日 22:50
Does your plugin have tools.jar in its local library?
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 票
创建于
2014年02月04日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 票
创建于
2014年02月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 票
创建于
2014年02月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 票
创建于
2014年02月04日 14:43
Plugin depends on annotation processor module, right?
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 票
创建于
2015年06月25日 13:59
Please usegit@github.com:JetBrains/intellij-community.git
社区
IntelliJ IDEA Open API and Plugin Development
git fetch of Idea - connection reset by peer
0 票
«
第一页
‹
上一页
下一页
›
最后
»