主页
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年05月06日 08:39
Thanks Yann, I've seen that. But there's nothing specific to performance in there, right? I assume this is just a convenient way to trigger resolve and annotations for a bunch of files outside the ...
社区
IntelliJ IDEA Open API and Plugin Development
Profiling resolve and annotation code?
0 票
创建于
2014年03月20日 11:31
Thanks Dmitry, this is very helpful.
社区
IntelliJ IDEA Open API and Plugin Development
Request: migration guide for multiple carets in 13.1
0 票
创建于
2014年04月15日 01:37
I think the best way to do this would be to use an annotator. You can create info annotations that don't show in the editor but have tooltips, I think, although I haven't tried that. If the data yo...
社区
IntelliJ IDEA Open API and Plugin Development
DocumentationProvider and punctuation
0 票
创建于
2014年04月11日 10:25
File based indexes should always be up to date. If your annotating code accesses the index IntelliJ will detect that the index is out of date and re-index the file. However these indexes do not cre...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
创建于
2014年04月11日 13:08
Hmm, interesting - my understanding is that your call to getValues() should reindex the file if it's out of date. Can you print out the values at that point, so you can see when this code is being ...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
创建于
2014年04月12日 01:43
Hmm, I'm afraid you're reaching the limits of my knowledge about the indexing. If you're sure that the indexing is happening at the right time I would write out all the values being indexed to ensu...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
创建于
2014年05月02日 01:09
Hi Sébastien,I haven't had time to read all the detail you provided, sorry, but here are some suggestions you might investigate, this is my understanding of what's required for virtual classes: Psi...
社区
IntelliJ IDEA Open API and Plugin Development
Re: PsiElementFinder implementation not called to resolve types from other package
0 票
创建于
2014年07月01日 10:50
I do this as well, then I distribute them using an enterprise repo.One question I have - to release versions of my plugin that support multiple IntelliJ versions in the JetBrains plugin repository,...
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年07月01日 14:00
So in that case, you can have basically the same version of your plugin targeting different versions of idea? Nice, I knew about the plugin XML ranges but I hadn't considered that. I'll give this a...
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年06月15日 13:43
It's probably one of the file indexes, but I don't know off hand which one. However you can check the code in the Community Edition to see what it does, starting with GotoClassAction.
社区
IntelliJ IDEA Open API and Plugin Development
How to find Jars for Class
0 票
«
第一页
‹
上一页
下一页
›
最后
»