主页
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年04月14日 06:07
BTW this is all documented in the CompletionContributor Javadoc (https://github.com/JetBrains/intellij-community/blob/master/platform/lang-api/src/com/intellij/codeInsight/completion/CompletionCont...
社区
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 票
创建于
2014年04月14日 06:21
I'm not actually sure when the copy happens if the text of the doc is copied and then it's lexed and parsed, or if the PSI structure is copied and then the identifier is inserted directly in the PS...
社区
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 票
创建于
2014年04月14日 06:26
I guess in your case, you don't know what a valid identifier looks like, right? Since you're scanning text using a lexer that the user has created. That might make things a little trickier - have y...
社区
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 票
创建于
2014年04月14日 15:31
FWIW, I've written several language plugins for IntelliJ now and this has never been a problem for me (documentation yes, crazy symbols in my completion logic no). You say that they could insert a ...
社区
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 票
创建于
2015年07月12日 16:48
Hi Scott,I've never got as far as trying to implement this, but I investigated it a while back. My impression from looking at the code was that the UI is driven by parsing the output from the test ...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月13日 06:47
Oh great. Thanks for sharing all your findings back here in the forum, too - it's very helpful.
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月13日 14:57
Thanks, Anna. I agree with Scott that the most important first step would be just to describe how this API works at a high level. Is my description above more or less correct?
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2015年07月13日 17:48
Great, thanks Anna. One thing I wanted to ask - I'm interested in making a test runner driven by a file watcher, so that when files are touched some or all of the tests are re-run. This would all b...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 票
创建于
2013年07月31日 12:50
I've debugged this a little further, but I'm not much closer to figuring out what's going on. I debugged down to StubProcessingHelperBase.processStubsInFile, and when it gets the stub from the plai...
社区
IntelliJ IDEA Open API and Plugin Development
Strange problem with stub indexing
0 票
创建于
2013年08月02日 23:41
At the suggestion of Aleksandr Podkhaliusin I tried adding PsiModificationTracker.MODIFICATION_COUNT to my dependencies, but it didn't work - I still got the same problem.
社区
IntelliJ IDEA Open API and Plugin Development
Strange problem with stub indexing
0 票
«
第一页
‹
上一页
下一页
›
最后
»