主页
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年01月19日 17:42
There is already an resolve cache implementation. Have you considered just using it?ResolveCacheYou just use it to implement your resolve() methods in your reference PSI classes by supplying a clas...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving Reference over the whole PSI tree (speed optimization)
0 票
创建于
2014年04月13日 23:43
A little digging comes up with: { "pluginId": "amailp.intellij.robot", "implementationName": "*.robot", "bundled": false }, { "pluginId": "com.millennialm...
社区
IntelliJ IDEA Open API and Plugin Development
For a custom language plugin, how can my plugin be listed when a user opens a file and the dialog "Plugins supporting files with extension *.foo are found" comes up?
0 票
创建于
2014年04月13日 23:49
I can't answer for Grammar-Kit, but it is possible if you have a PsiBuilder.There is a WhitespaceSkippedCallback you can set, but I would say that if newlines are significant in your language they ...
社区
IntelliJ IDEA Open API and Plugin Development
Processing newlines
0 票
创建于
2014年04月14日 00:25
I do it in my Lua plugn because in one case a newline is used by the Lua 5.1 parser to resolve an ambigutity.I let newlines be part of the whitepsace set, but used the PsiBuilder interface to regis...
社区
IntelliJ IDEA Open API and Plugin Development
Processing newlines
0 票
创建于
2014年05月11日 04:51
The first thing I would suggest is to install the plugin PsiViewer from the plugin repositoiry.I show the psi tree for the variable "files"In the attribute inspector, I can see the type property is...
社区
IntelliJ IDEA Open API and Plugin Development
Finding PsiTypeElement from PsiReferenceExpression
0 票
创建于
2014年06月28日 22:25
Why not use public void registerFix(@NotNull IntentionAction fix);Just implement your fix as an IntentionAction.Perhaps you can get some inspiration on how to use an external annotator for inspecti...
社区
IntelliJ IDEA Open API and Plugin Development
How to register LocalQuickFix with ExternalAnnotator?
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 票
创建于
2014年07月01日 02:28
http://www.jetbrains.com/idea/webhelp/adding-plugins-to-enterprise-repositories.html
社区
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 票
创建于
2014年07月03日 14:44
You should read this information:http://confluence.jetbrains.com/display/IDEADEV/Persisting+State+of+Components
社区
IntelliJ IDEA Open API and Plugin Development
Should I prefix properties in PropertiesComponent?
0 票
创建于
2014年07月05日 19:18
<lang.findUsagesProvider language="Lua" implementationClass="com.sylvanaar.idea.Lua.findUsages.LuaFindUsagesProvider"/>Here is the one I implement in my plugin.Did you use...
社区
IntelliJ IDEA Open API and Plugin Development
Mark element at caret and FindUsage missing a resolved element
0 票
«
第一页
‹
上一页
下一页
›
最后
»