主页
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年06月28日 22:55
Indeed the QuoteHandler EP is what is responsible for this behavior, and it is controlled by the "Insert Pair Quote" setting. So, you just need to write one.A simple one can be made by subclassing ...
社区
IntelliJ IDEA Open API and Plugin Development
automatically insert closing quote
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年06月28日 03:31
You only have 1 rule in the defaullt state, the SETTING rule will never execute because you never yybegin(SETTINGS) so every character will be consumed by the default rule "."For fun place the SETT...
社区
IntelliJ IDEA Open API and Plugin Development
JFlex avoid bad character
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年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 票
创建于
2014年04月14日 02:03
I just looked at your plugin page. Your plugin is in the approval queue. It isn't even available for download yet.
社区
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月14日 02:01
That can't be it. My plugin uses a method and it is fine.https://bitbucket.org/sylvanaar2/lua-for-idea/src/dfc65c42083beec88ba03d1f40ba75300a60b7a8/src/LuaFileTypeLoader.java?at=idea13https://bitbu...
社区
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月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年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月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 票
«
第一页
‹
上一页
下一页
›
最后
»