主页
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月05日 08:47
Do you use the DefaultWordScanner in your implementaiton of FindUsages?It breaks words using JavaIdentifierCharacters. That would explain Find Usages.Since it would not turn sym_head into <sym> <he...
社区
IntelliJ IDEA Open API and Plugin Development
Mark element at caret and FindUsage missing a resolved element
0 票
创建于
2014年07月06日 06:49
I want to say that your:sym_head is not really a reference to what you think it is.You should add a property that shows the resolved element so you can see it in PsiViewer.I have this on my referen...
社区
IntelliJ IDEA Open API and Plugin Development
Mark element at caret and FindUsage missing a resolved element
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年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月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年10月18日 02:20
There is already a facility to report errors. You can implement the error reporter in your pluginFor example:<errorHandler implementation="com.sylvanaar.idea.errorreporting.YouTrackBugReporter"/>I ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin usage statistics
0 票
创建于
2011年06月09日 09:39
Did you try my suggestion to call : com.intellij.psi.text.BlockSupport.reparseRange() ?Is your project open source. I'd like to take a looik at how you implemented your external parsing solution at...
社区
IntelliJ IDEA Open API and Plugin Development
Reparse after inserting PSI
0 票
创建于
2011年06月09日 02:18
I'm not sure why you would need to reparse since you went through all the trouble of modifying the tree.I have seen one method that lets you control parsing:com.intellij.psi.text.BlockSupport.repar...
社区
IntelliJ IDEA Open API and Plugin Development
Reparse after inserting PSI
0 票
创建于
2011年01月11日 12:28
I am having the same problem with my custom language. I have tried using the same lexer for both hilighting and parsing with no success.Is there perhaps something more to it than just that?
社区
IntelliJ IDEA Open API and Plugin Development
TODO's not being highlighted blue nor appearing in tree
0 票
创建于
2013年09月29日 05:51
The AstFactory just lets you build your PsiTree. There are only a few ast node types. The extension lets you add some code if you need to to help build the right psi nodes from the ast elements.,Le...
社区
IntelliJ IDEA Open API and Plugin Development
My plugin api notes
0 票
«
第一页
‹
上一页