主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Roman Shevchenko
活动总数
737
最后的活动
2023年10月06日 15:54
成员加入日期
2010年03月24日 10:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
263
活动概览
文章(0)
帖子(0)
评论(474)
按最近的活动排序
最近的活动
投票数
创建于
2018年05月18日 14:17
Could you please provide more details? It is not clear what a project using the framework looks like, what type of file the custom language is compiled to, etc.
社区
IntelliJ IDEA Open API and Plugin Development
Custom plugin with custom decompiler
0 票
创建于
2018年04月23日 18:29
Looks like LightVirtualFile will suit your needs.
社区
IntelliJ IDEA Open API and Plugin Development
Creating an unsaved file in INtelliJ ( save later option)
0 票
创建于
2018年04月23日 08:49
Depends. What do you need it for?
社区
IntelliJ IDEA Open API and Plugin Development
Creating an unsaved file in INtelliJ ( save later option)
0 票
创建于
2018年04月12日 10:51
PsiDirectory.getVirtualFile, VirtualFile.findFileByRelativePath, PsiManager.findFile
社区
IntelliJ IDEA Open API and Plugin Development
Read a file by the relative path
0 票
已编辑于
2018年04月04日 10:07
Adding something like "ide.no.platform.update=IT Department" to bin/idea.properties file (and ensuring a user can't modify the installation) is probably the best way to prevent IDE updates (but not...
社区
IntelliJ IDEA EAP Users
Is there a way to disable automatic update checking during installation?
0 票
创建于
2018年03月08日 14:35
Only by customizing IDE's VM options and using load-time weaving.
社区
IntelliJ IDEA Open API and Plugin Development
AOP in plugins
0 票
创建于
2017年11月14日 19:04
Actually, project libraries is the closest concept. When creating a library, you can either add a whole bunch of .jar files to it, or just point to a directory and IDEA will use all .jar files insi...
社区
IntelliJ IDEA Users
IntelliJ equivalent to Eclipse's Target Platform bundle locations?
0 票
创建于
2017年11月14日 18:28
Again, that depends on the layout of the symlinks. I mean, it could be a bug in IDEA, or the layout may be too exotic. Is it possible to create a sample project which demonstrates the issue?
社区
IntelliJ IDEA Open API and Plugin Development
Can I wrap an existing extensionPoint implementation?
0 票
创建于
2017年11月13日 12:40
In my experience, symlinks create more problems than they solve :( I don't quite understand, how do you use them to reduce the project so I can't say whether it's a right way or not. We have recen...
社区
IntelliJ IDEA Open API and Plugin Development
Can I wrap an existing extensionPoint implementation?
0 票
创建于
2017年10月17日 20:15
`PsiDocComment.findTagsByName()`, then `PsiDocTag.getValueElement()` + `PsiDocTag.getDataElements()`. The comment in your example does not conform to the specification, that's why the link is split...
社区
IntelliJ IDEA Open API and Plugin Development
How to get javadoc of class in custom IntelliJ plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»