主页
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年08月11日 15:04
Many times the inspections rely on other annotators to run first. It is hard to say since the appCode source isn't available.Are you trying to run the inspection on a file that is open in the editor?
社区
IntelliJ IDEA Open API and Plugin Development
How do I run a particular inspection?
0 票
创建于
2014年07月30日 04:10
BTW, #6 is definately yes. If you point your SDK at the CE it will run the CE to test your plugin. This is also true of any other IDE. Like webstorm or phpstorm. Also, when you test your plugin it ...
社区
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月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月27日 04:45
You don't need a specific plugin for gitlab clone/push/pull etc. It is just a normal git repository.
社区
IntelliJ IDEA Users
IntelliJ Idea + GitLab
0 票
创建于
2014年07月26日 09:28
I assume you have an Action that executes when you select that menu item. In your action you can: public void actionPerformed(AnActionEvent event) { Editor editor = PlatformDataKeys.EDITOR.getDa...
社区
IntelliJ IDEA Open API and Plugin Development
How to Get Cursor Position in Class
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 票
创建于
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月24日 15:28
As noted here http://devnet.jetbrains.com/message/5503397#5503397"On any change to a text, IDEA builds a parallel PSI tree with a newly created PsiFile at the top, then builds a diff by comparing i...
社区
IntelliJ IDEA Open API and Plugin Development
Call to Annotator#annotate()... only for changed PsiElement ?
0 票
«
第一页
‹
上一页
下一页
›
最后
»