主页
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年04月12日 23:41
Ok, thanks Dmitry - I'll have to think about how to structure things then.
社区
IntelliJ IDEA Open API and Plugin Development
Register PersistentStateComponents dynamically?
0 票
创建于
2013年05月21日 22:19
Hi Patrick,I'm not sure why your getVariants() is not called, your code looks good to me. The PSI structure you have is correct, I believe all tokens in the file get a LeafPsiElement and then your ...
社区
IntelliJ IDEA Open API and Plugin Development
getVariants() is not called
0 票
创建于
2013年07月08日 23:28
Ok, so when you're talking about caching values above, you mean values that are simply stored in user data? Are there any pros and cons to the two caching methods (i.e. any guidance as to when to c...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator and nested levels local variable highlighting
0 票
创建于
2013年07月05日 21:37
You could use folding for this (see http://confluence.jetbrains.com/display/IntelliJIDEA/Folding for some examples).
社区
IntelliJ IDEA Open API and Plugin Development
Question simplified: is it possible to temporary change text in editor without changing underlying document?
0 票
创建于
2013年07月08日 23:34
Hi Alan,I don't, sorry, but I put a copy online at http://colinfleming.net/Sergey.pdf, I hope Sergey doesn't mind!Cheers,Colin
社区
IntelliJ IDEA Open API and Plugin Development
Writing an IDEA Plugin with Scala
0 票
创建于
2013年07月31日 10:59
Hi syt, thanks very much, I will definitely take a look at the code - this would be really useful for me too.
社区
IntelliJ IDEA Open API and Plugin Development
Display Browser
0 票
创建于
2013年07月29日 22:51
I don't think so, since this happens on the first test. This is in the Clojure plugin, BTW. What seems to happen is that the test cases are FileSetTestCases, they call super.setUp() and then fixtur...
社区
IntelliJ IDEA Open API and Plugin Development
Exception running tests under 13 EAP
0 票
创建于
2013年08月23日 04:33
I'm not aware of anything like this, but what I've been doing is using the functionality to see the actions bound to a particular key. This is fairly well hidden - in the Keymap settings, at the to...
社区
IntelliJ IDEA Open API and Plugin Development
All keyboard shortcuts
0 票
创建于
2013年09月28日 00:59
Stubs are actually pretty well documented here: http://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA. IntelliJ has to be not only general but efficient too.It's t...
社区
IntelliJ IDEA Open API and Plugin Development
Can anyone explain tree related classes?
0 票
创建于
2013年09月21日 21:05
Hi Terence,IntelliJ uses a couple of different types of lexer - you can use different lexers for the parsing process and the syntax highlighting process, for example. Lexers can be called to increm...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language support w/o JFlex
0 票
«
第一页
‹
上一页
下一页
›
最后
»