主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Doroshko
活动总数
2479
最后的活动
2024年11月15日 18:36
成员加入日期
2009年06月09日 09:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
851
活动概览
文章(0)
帖子(0)
评论(1628)
按最近的活动排序
最近的活动
投票数
创建于
2015年10月07日 08:33
com.intellij.psi.search.FilenameIndex
社区
IntelliJ IDEA Open API and Plugin Development
How traverse through project in IntelliJ?
0 票
创建于
2013年10月29日 10:08
com.intellij.lang.javascript.json.JSONLanguageDialect.JSONYou'll need to add jars from JavaScript Language plugin to your Plugin SDK classpath and dependency on 'JavaScript' in plugin.xml.
社区
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 票
创建于
2013年10月30日 09:15
Yes, IDEA_HOME/plugins/JavaScriptLanguage/lib/JavascriptLanguage.jar is enough, though it is recommenden to add all jars from IDEA_HOME/plugins/JavaScriptLanguage/lib/Just checked with a clean In...
社区
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 票
创建于
2013年10月30日 09:53
Instead you'd better add JavaScriptLanguage.jar and other jars from the corresponding folder to Plugin SDK classpath as I recommended in my first answer (Project Structure | SDKs).
社区
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 票
创建于
2015年10月02日 08:33
JsonLanguage
社区
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 票
创建于
2015年03月13日 15:04
Error message "could not match input" means that there's a bug is in your lexer. As docs say lexer must match the entire contents of the file even with syntax errors.This is guaranteed if the last ...
社区
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 票
创建于
2016年01月28日 17:11
正式评论
Your CLion build is 143.1186. According to the 'Compatible builds' column at Dart plugin page you should use Dart plugin version 143.1247. By the way, unless you are behind a firewall, the best way...
社区
CLion
Dart plugin doesn't install in CLion but works elsewhere (update)
0 票
创建于
2016年05月31日 06:48
Sorry, I'm afraid I don't fully understand what you've already done in your plugin and what you want to accomplish. My answer was general: if your language is based on XML you should reuse IntelliJ...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight custom xml tag?
0 票
创建于
2016年05月30日 13:38
If your custom language is based on XML I'd recommend to reuse existing XML lexer/parser, etc. You can add your language specific code highlighting/completion/etc. to IntelliIJ's XML support. Depen...
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight custom xml tag?
0 票
创建于
2016年05月30日 09:17
Do you mean AIR Desktop app? Intellij IDEA uses ADL tool from the AIR SDK to start the app. And if the same app is started twice then the 2nd ADL invocation doesn't start the app but only prints 'i...
社区
IntelliJ IDEA Users
Is it possible to run multiple Air clients in the same project?
0 票
«
第一页
‹
上一页