主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2013年09月29日 00:15
Did you figure this out. Someone is modifying the PSI tree outside of a write action - that's my thought.
社区
IntelliJ IDEA Open API and Plugin Development
threading issues still
0 票
创建于
2013年10月30日 04:25
One of the great parts of developing IntelliJ Plugins, is that you have IntelliJ itself to help answer your questions on how certain api are used. During your exploration you begin to realize just ...
社区
IntelliJ IDEA Open API and Plugin Development
About PSI element creation!
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日 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年07月04日 06:21
It is for references within a package statement. package com.example;It says that this reference only refers to fully qualified package names.
社区
IntelliJ IDEA Open API and Plugin Development
what does PACKAGE_FQ and PACKAGE_FQ mean
0 票
创建于
2014年07月01日 02:22
Your Project SDK defines what version of IntelliJ (or whatever IDE) will run when you use the plugin run configuration.Define another SDK for your install of IntelliJ12 and just switch your project...
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年07月01日 10:10
That is in fact what I do.
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
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日 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年07月01日 06:36
Did you install the plugin from the repository?You should just trace the network requests that IDEA is making to your server to see if it is requesting a URL that you aren't serving
社区
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 票
«
第一页
‹
上一页
下一页
›
最后
»