主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月29日 02:12
Just wanted to say. That the source code is the real documentation. That is why it is important for you to check it out, you need to read it and become familar with it because it contains examples ...
社区
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 票
创建于
2014年07月30日 03:59
Yep, I developed my plugin with the debugging experience you show for Ultimate. i just had to infer what the obfuscated variables were from the source. I probably made my job much harder than it sh...
社区
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 票
创建于
2014年07月29日 02:25
IDEA uses log4j, but you get a logger from the openapicom.intellij.openapi.diagnostic.Logger.getInstance()I haven't figured out the best solution myself for creating my own log file without modifyi...
社区
IntelliJ IDEA Open API and Plugin Development
logging System.err
0 票
创建于
2014年07月25日 13:36
The only thing I can suggest, is to take a look at:https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/InjectedGeneralHighlightin...
社区
IntelliJ IDEA Open API and Plugin Development
HighlightVisitor in injection
0 票
创建于
2014年07月26日 09:17
Did you specify Java as the language when you injected it? Perhaps link some code.
社区
IntelliJ IDEA Open API and Plugin Development
HighlightVisitor in injection
0 票
创建于
2011年06月09日 06:58
Ok, I recall that I had the same problem when using the ExternalAnnotator EP to do something similar to what you are doing.I don't know that I ever found a good solution for it, in the end I just w...
社区
IntelliJ IDEA Open API and Plugin Development
Reparse after inserting PSI
0 票
创建于
2011年01月15日 07:56
I was able to get TODO's working by implementing the lang.syntaxHilighterFactory extension instead of the syntaxHighligher extensionhttp://devnet.jetbrains.net/thread/292610?tstart=30 <!-- S...
社区
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 票
创建于
2011年01月15日 13:05
Were you able to get it working as well?
社区
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 票
创建于
2011年01月15日 14:03
I'm glad to hear it worked for you too.
社区
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 票
创建于
2014年04月15日 05:25
The token is inserted into a copy of the file, so your lexer gets to lex your original and the copy at the same time, since you have probably typed something in the original document the original g...
社区
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 票
«
第一页
‹
上一页
下一页
›
最后
»