主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2014年09月05日 00:21
One thing to bear in mind is that stubs are generally used to create a lightweight partial PSI tree which is used for global symbol resolution. It looks like your stub code is working correctly bas...
社区
IntelliJ IDEA Open API and Plugin Development
problems creating stub tree
0 票
创建于
2014年10月25日 20:24
Yeah, that's what I figured - it works in v14 for me too. It's a bummer though, since without this support I need to continue using one old-format repository per IntelliJ version, and people have t...
社区
IntelliJ IDEA Open API and Plugin Development
More problems with custom repositories
0 票
创建于
2014年11月02日 10:28
Thanks Florian. That's not my problem unfortunately since my plugin isn't available in the main plugin repo - I use a custom repository as my main means of distribution.
社区
IntelliJ IDEA Open API and Plugin Development
More problems with custom repositories
0 票
创建于
2014年10月26日 01:10
Unfortunately there are still some serious bugs on Java 7 and 8 on OSX, see: https://intellij-support.jetbrains.com/entries/27854363-IDE-doesn-t-start-after-updating-to-Mac-OS-Yosemite-or-Mavericks...
社区
IntelliJ IDEA Open API and Plugin Development
Which Java version should plugin authors target for plugin languages targeted at IDEA14+
0 票
创建于
2014年12月14日 19:40
Is it possible to build a plug-in that simply disables that feature for community edition?Yes, you can do this with optional dependencies in your plugin.xml - quite a few plugins do this with the c...
社区
IntelliJ IDEA Open API and Plugin Development
Graph Api / Diagram API questions
0 票
创建于
2015年01月01日 21:28
I looked into this recently, and found two examples of the XDebugger API which were relatively simple - the AntDebugger plugin and there's one in Jon Akhtar's Lua plugin: https://bitbucket.org/sylv...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement a simple debugger for programming lang
0 票
创建于
2015年01月27日 21:35
Probably a part of them not caring about it is the fact that plugins using JavaFX can still not be used on OSX, since on that platform JDK 1.6 is still the recommended JDK for running IntelliJ.
社区
IntelliJ IDEA Open API and Plugin Development
Does Intellij SDK work with JavaFX?
0 票
创建于
2015年01月18日 08:49
Actually, I have another question about the debugger. CLJX is a Clojure templating system that allows code to be shared between Clojure (JVM backend) and ClojureScript (which compiles to JavaScript...
社区
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 票
创建于
2015年01月19日 20:57
Ah, I'm sorry, I should have specified - this is using the JVM debugger.
社区
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 票
创建于
2015年02月12日 10:23
I filed this as a bug: https://youtrack.jetbrains.com/issue/IDEA-136426
社区
IntelliJ IDEA Open API and Plugin Development
Formatting problems
0 票
«
第一页
‹
上一页
下一页
›
最后
»