主页
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年03月25日 21:24
Great, thanks Denis!
社区
IntelliJ IDEA Open API and Plugin Development
Mapping of keyboard shortcuts to OSX
0 票
创建于
2013年04月09日 07:28
The call you want is PsiDocumentManager.commitDocument(). This will cause the PSI to be rebuilt to reflect the changes you've made directly to the document.
社区
IntelliJ IDEA Open API and Plugin Development
CodeStyleManager.adjustLineIndent is throwing Invalid offset detected
0 票
创建于
2013年04月22日 12:08
Great, thanks very much Dmitry, that's very helpful.
社区
IntelliJ IDEA Open API and Plugin Development
Lifecycle of stub creation
0 票
创建于
2013年04月17日 10:03
Bumping up an old question of mine here, I'm still seeing this - can anyone offer any insight?
社区
IntelliJ IDEA Open API and Plugin Development
Spurious "Dynamic usages" in my Find Usages results
0 票
创建于
2013年04月17日 11:40
Sure, here's an example:Notice that the first two usages are from exactly the same position and the second one doesn't have the symbol highlighted in bold. If I get the full usages in the toolwindo...
社区
IntelliJ IDEA Open API and Plugin Development
Spurious "Dynamic usages" in my Find Usages results
0 票
创建于
2013年04月18日 05:56
Actually, investigating something else entirely I found the solution by chance - my symbols were returning spurious references in some cases.In case anyone is interested, you get a "Dynamic usage" ...
社区
IntelliJ IDEA Open API and Plugin Development
Spurious "Dynamic usages" in my Find Usages results
0 票
创建于
2013年05月28日 11:56
I just found a usage of the short names cache in a test (GroovyStubsTest), which is run from a LightCodeInsightFixtureTestCase. The initialisation of the fixture is basically identical to mine, the...
社区
IntelliJ IDEA Open API and Plugin Development
PsiShortNamesCache not working in test fixture?
0 票
创建于
2011年02月14日 15:38
You should be able to do this, in fact a fair amount of the Scala plugin is written in Scala. Ilya Sergey wrote a paper about it, get it at: http://homepages.fh-regensburg.de/~mpool/mpool08/submiss...
社区
IntelliJ IDEA Open API and Plugin Development
Writing an IDEA Plugin with Scala
0 票
创建于
2013年06月26日 12:00
Hi Alan,The Mock JDK is per project, so IdeaTestUtil.getMockJdk17() returns one that's good for the community plugin. For your own plugin, you'll have to copy the mock JDK files somewhere in your p...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Testing (Windows)
0 票
创建于
2013年06月27日 23:09
Hmm, I'm not sure about that to be honest - which test class are you using? Mine is derived from LightPlatformCodeInsightTestCase.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Testing (Windows)
0 票
«
第一页
‹
上一页
下一页
›
最后
»