主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2013年10月14日 15:23
Yes, by default all modules are non-maven.
社区
IntelliJ IDEA Open API and Plugin Development
Detect if module is a maven module
0 票
创建于
2013年10月09日 11:34
manually add the extended plugin's jar file to the classpath of the 'extender' (it works - I've tested it..)That's correct.
社区
IntelliJ IDEA Open API and Plugin Development
how to make a plugin available to another plugin for extension
0 票
创建于
2013年12月04日 11:56
See IntelliJ IDEA Architectural Overview.1. You do not create PsiFile manually. Use PsiManager.getInstance(project).findFile()2. Not immediately. In general you shouldn't care about file saving. It...
社区
IntelliJ IDEA Open API and Plugin Development
How to create com.intellij.psi.xml.XmlFile from com.intellij.openapi.vfs.Virtual file?
0 票
创建于
2013年12月13日 09:21
Try Grammar-Kit Plugin. It supports code highlighting in *.flex files and adds context menu action to build lexer. The main thing is that it allows to write parsers easily.
社区
IntelliJ IDEA Open API and Plugin Development
disable external build or new way to build lexer
0 票
创建于
2013年12月24日 09:26
Yep, Grammar-Kit and JFlex plugins conflict. Grammar-Kit is preferred.
社区
IntelliJ IDEA Open API and Plugin Development
disable external build or new way to build lexer
0 票
创建于
2013年12月16日 14:52
As you can guess looking at the stack trace this exception is caused by Go language support plugin that is not developed by JetBrains. You need to contact plugin authors. Contacts are usually shown...
社区
IntelliJ IDEA Open API and Plugin Development
Already disposed, I am getting this assertion error
0 票
创建于
2014年02月12日 10:30
'Base dir of the module' is a bad term. Module file (*.iml) may be stored anywhere (and unlikely you care). Module may have any amount of content roots and each content root may have any amount of ...
社区
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 票
创建于
2014年02月12日 10:54
Avoid using getModuleFile(). It is *.iml that can be stored anywhere.No need in File.separator, IntelliJ virtual file system works with '/' on all OSes. Native slash must be used in UI only.Better ...
社区
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 票
创建于
2014年04月09日 10:16
Unfortunately ActionScript support is not open source.
社区
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 票
创建于
2014年04月10日 07:50
Yep, without docs and source code openapi jars are not really useful.
社区
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 票
«
第一页
‹
上一页
下一页
›
最后
»