主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2012年05月05日 16:43
This is the internet. What can you do?It is easy to take things the wrong way, especially when you are asking your first question and are very excited about it.That said Dmitry's first response see...
社区
IntelliJ IDEA Open API and Plugin Development
What APIs would I use
0 票
创建于
2012年04月20日 19:47
The answer is in the comments of this page: http://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products<depends>com.intellij.modules.ultimate</depends>
社区
IntelliJ IDEA Open API and Plugin Development
Plugin only for IDEA Ultimate
0 票
创建于
2012年10月31日 19:12
I think I misread your question. There is another extension point for highlighting the file problemFileHighlightFilter.https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl...
社区
IntelliJ IDEA Open API and Plugin Development
Difference between HighlightVisitor and Annotator?
0 票
创建于
2012年09月21日 13:40
You need to describe your problem better I think.The error probably comes from the fact that com.intellij.lang.html.HTMLParserDefinition doesn't create PSI elements.
社区
IntelliJ IDEA Open API and Plugin Development
Confucion of ILazyParseableElementType
0 票
创建于
2012年09月21日 11:29
java.lang.ClassNotFoundException: com.magicento.MagicentoProjectComponentFirst off. Does this exist in your classpath?
社区
IntelliJ IDEA Open API and Plugin Development
PHPStorm 5 changes...
0 票
创建于
2012年09月12日 14:23
Have a look at ILazyParseableElementType. I'm not totoally sure - but perhaps you can just create a subclass of it which sets the language to Javascript and use an instance of that as the element t...
社区
IntelliJ IDEA Open API and Plugin Development
Highlighting for laguage which has extended javascript
0 票
创建于
2012年09月12日 15:12
Did you mean from a plugin you are writing?My experience has been that each subsystem has its own way of making HTTP requests. Sometimes just URLConnection.
社区
IntelliJ IDEA Open API and Plugin Development
HTTP requests inside the IDE
0 票
创建于
2012年12月01日 02:48
I have been having this symptom myself for a few months now. Each time I make a fix the symptom will manifest in a new way. All with the same error.I was hoping someone else might have the same iss...
社区
IntelliJ IDEA Open API and Plugin Development
AssertionError:No ID found for serializer
0 票
创建于
2012年11月28日 17:25
That seems like a better idea. I think there is probably an assumption that a lexeme will have a nonzero length. What is the difference between inserting a virtual token and just infering its exist...
社区
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 票
创建于
2012年11月28日 17:26
Cool. Good luck!
社区
IntelliJ IDEA Open API and Plugin Development
Virtual/phantom tokens in lexer output
0 票
«
第一页
‹
上一页
下一页
›
最后
»