主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2014年02月03日 22:43
Hello,Could you please check that your ProjectTemplatesFactory isn't registered twice in plugin.xml (<projectTemplatesFactory/> extension point)?Sergey
社区
IntelliJ IDEA Open API and Plugin Development
2 same modules in New Project/Module Wizard
0 票
创建于
2015年09月30日 22:27
Probably, first you need to obtain reference to com.intellij.execution.ui.RunContentManager (ExecutionManager.getInstance(project).getContentManager()).To obtains a reference to console use com.int...
社区
IntelliJ IDEA Open API and Plugin Development
How to get information from debug console?
0 票
创建于
2013年04月22日 09:54
Hello Roland,Unfortunately, sources under com.intellij.javascript.debugger.* aren't open.But you can take a look at our opensourced example that also needs to debug JavaScript in a webpage with giv...
社区
IntelliJ IDEA Open API and Plugin Development
How to let IntelliJ connect to the Jetbrains chrome and firefox extension programmatically
0 票
创建于
2014年02月04日 12:21
Yes, you're right. Adding tools.jar to JDK doesn't work. But adding tools.jar to classpath of "Intellij Platform Plugin SDK" should work (at least it worked for me).Each classloader tries to load a...
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 票
创建于
2014年02月04日 16:06
Hmm, looks like I couldn't reproduce your problem:private JavacProcessingEnvironment procEnv;public synchronized void init(final ProcessingEnvironment procEnv) { super.init(procEnv); this.p...
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders
0 票
创建于
2015年06月25日 13:58
Please clone https://github.com/JetBrains/intellij-community
社区
IntelliJ IDEA Open API and Plugin Development
git.jetbrains.org returning Connection reset by peer
0 票
创建于
2015年06月25日 21:57
Makes sense. Feel free to track the progress of ADM-9061.
社区
IntelliJ IDEA Open API and Plugin Development
git.jetbrains.org returning Connection reset by peer
0 票
创建于
2015年06月26日 10:01
Sorry. Indeed, the issue's visibility isn't public. Didn't know that.Anyway, our admins have increased a number of simultaneous connections. Please try again.
社区
IntelliJ IDEA Open API and Plugin Development
git.jetbrains.org returning Connection reset by peer
0 票
创建于
2015年06月25日 14:29
Glad you have figured it out.
社区
IntelliJ IDEA Open API and Plugin Development
git fetch of Idea - connection reset by peer
0 票
创建于
2015年10月01日 16:47
Not sure about `fileTypeDetector` extension point, because it allows to determine file type for unrecognized files only.This extension point gets called in `FileTypeManagerImpl.detectFromContentAnd...
社区
IntelliJ IDEA Open API and Plugin Development
Determine file type based on content
0 票
«
第一页
‹
上一页
下一页
›
最后
»