主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2013年12月13日 21:51
Right, that's what I mean - in my plugin for 12 I initially specify the whole range for 12.x plugins, and then if there's some API changes in a 12 release (it happens from time to time, for example...
社区
IntelliJ IDEA Open API and Plugin Development
Difficulty migrating plugin to IDEA 13
0 票
创建于
2013年11月29日 20:52
Hi Gauthier,This is really interesting - thanks! I've been trying to work out what the best solution is for using Leiningen (a Clojure tool, uses Maven under the hood), some great ideas there.Cheer...
社区
IntelliJ IDEA Open API and Plugin Development
Maven dependency management with for plugin development
0 票
创建于
2014年01月09日 21:37
In addition to the stubs indicated by Yann, you might consider caching. I'm caching the symbols from an entire file in a map on the PsiFile itself using the CachedValuesManager, since many files do...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving Reference over the whole PSI tree (speed optimization)
0 票
创建于
2013年12月19日 22:26
Awesome work Vojtech, that looks really good! I'm sure there are tons of edge cases to cover but the concept looks great. This is one of the few things I still use Sublime for.
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2013年12月20日 00:54
So do you disable autocompletion and so forth? What about expand selection and so on, does that work on all cursors?
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2014年01月11日 00:49
No problem. Don't forget to also add the reference from the SOLFeatureValue itself, if any. See for example com.intellij.psi.impl.source.xml.XmlDoctypeImpl#getReferences.
社区
IntelliJ IDEA Open API and Plugin Development
Problems to add PsiReferenceContributor
0 票
创建于
2013年12月04日 23:22
I think the problem is that it's not immediately obvious how to run tests - I couldn't get it going using the doc here: http://confluence.jetbrains.com/display/IntelliJIDEA/Tests+Prerequisites. It'...
社区
IntelliJ IDEA Open API and Plugin Development
How to automate testing for IDEA plugins (TravisCI specifically)
0 票
创建于
2013年12月06日 21:49
Sure, let me know if you have any issues. One thing I forgot to mention - since I add IntelliJ as a library explicitly I don't need to use an IntelliJ SDK, just a standard 1.6 Java SDK works fine (...
社区
IntelliJ IDEA Open API and Plugin Development
How to automate testing for IDEA plugins (TravisCI specifically)
0 票
创建于
2014年01月20日 11:15
Is there an OpenAPI for the Ultimate graphing components? I know the API is supposed to be pretty similar to the yFiles one, are there any examples?
社区
IntelliJ IDEA Open API and Plugin Development
Plugin with (UML) Diagrams dialog as a base
0 票
创建于
2014年02月12日 07:48
com.intellij.openapi.roots.ProjectFileIndex#getModuleForFile or com.intellij.openapi.roots.FileIndexFacade#getModuleForFile.BTW I just found that by using Go To Symbol and searching for getModuleFo...
社区
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 票
«
第一页
‹
上一页
下一页
›
最后
»