主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2011年06月23日 09:56
Hehe, I never would have guessed what that did!Are there rules about the lifecycle of doing this? Could I register a parser and a lexer in a ProjectComponent based on project configuration, for exa...
社区
IntelliJ IDEA Open API and Plugin Development
Support of multiple IntelliJ IDEA versions
0 票
创建于
2012年02月16日 10:06
This is interesting - I see this thrown a lot during symbol resolution, as well. I can see it mostly when debugging. Although it seems to retry, I'm not sure why this process should be being canceled?
社区
IntelliJ IDEA Open API and Plugin Development
PsiBuilder.advance & ProcessCanceledException
0 票
创建于
2012年02月09日 14:05
Actually, another approach I was thinking of taking with this was to use a stub index. I'm assuming the stub indexes are one-many? So I could create an index from namespace name to symbol, and add ...
社区
IntelliJ IDEA Open API and Plugin Development
Caching PsiElements?
0 票
创建于
2012年05月05日 15:56
There are good and healthy communities and there are other kinds. The kinds dominated by knowledge horders. The kinds where the level of unresponsiveness is deafening. The kinds filled with passive...
社区
IntelliJ IDEA Open API and Plugin Development
What APIs would I use
0 票
创建于
2012年05月26日 00:24
In case anyone is interested, I managed to fix this by calling PsiManager.dropResolveCaches() followed by DaemonCodeAnalyzer.restart(file) after doing the import in the console. This mostly works, ...
社区
IntelliJ IDEA Open API and Plugin Development
Refresh auto-import popup
0 票
创建于
2012年05月05日 16:50
Thanks for the suggestions Jon, I'll take a look when I get a chance.
社区
IntelliJ IDEA Open API and Plugin Development
AssertionError in language console
0 票
创建于
2013年04月18日 06:02
Hi Dmitry, there's some good documentation here http://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA, have you seen that?
社区
IntelliJ IDEA Open API and Plugin Development
inject in indexing process
0 票
创建于
2013年04月12日 03:12
Thanks for the great explanation, Eugene. However I can't see that Confluence page you linked to, it's not visible to external people, I guess. Could you make it accessible?
社区
IntelliJ IDEA Open API and Plugin Development
Activate DummySourceGeneratingCompiler in test plugin for test purposes
0 票
创建于
2013年04月12日 14:20
Well, I guess I can generate a class that implements PersistentStateComponent dynamically, and then use that to register a service and retrieve it later with ServiceManager.getService(). How would ...
社区
IntelliJ IDEA Open API and Plugin Development
Register PersistentStateComponents dynamically?
0 票
创建于
2013年04月12日 14:25
Hmm, I just saw your edit about performance. When are classes for a particular plugin loaded, then? When they're requested from the IoC container? Does this apply to all classes in the <extensions>...
社区
IntelliJ IDEA Open API and Plugin Development
Register PersistentStateComponents dynamically?
0 票
«
第一页
‹
上一页
下一页
›
最后
»