主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Hugo Palma
活动总数
162
最后的活动
2024年12月27日 15:48
成员加入日期
2007年05月23日 15:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
43
活动概览
帖子(27)
评论(92)
按最近的活动排序
最近的活动
投票数
创建于
2008年02月26日 14:54
Any hints on how i could accomplish this ? Please....
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月14日 15:37
Thanks, i'll give it a try
社区
IntelliJ IDEA Open API and Plugin Development
Link to file location from JTextPane
0 票
创建于
2008年03月24日 14:51
Now all the plugin are getting initialized.I'm getting errors like:java.util.MissingResourceException: Can't find bundle for base name com.siyeh.IntentionPowerPackBundle, locale en_US at java.util....
社区
IntelliJ IDEA Open API and Plugin Development
Can't unit test plugin in IDEA 7
0 票
创建于
2008年03月24日 14:53
For the record, my VM parameters are:-Didea.load.plugins=false -Xbootclasspath/p:/opt/selena/lib/boot.jar -Djdk.home=/usr/lib/jvm/java-6-sun
社区
IntelliJ IDEA Open API and Plugin Development
Can't unit test plugin in IDEA 7
0 票
创建于
2008年03月25日 15:41
The idea.plugins.load thing was my mistake, must have copied it wrong when i pasted it into the run configuration.Anyway, now with idea.load.plugins=false i get a different error, but it seems that...
社区
IntelliJ IDEA Open API and Plugin Development
Can't unit test plugin in IDEA 7
0 票
创建于
2008年03月13日 12:09
Yep, that was it.Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
JDOMExternalizable replacemnent?
0 票
创建于
2008年02月12日 16:23
Forgot to say i'm still on 6.0.6
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月13日 11:33
This actually happens with the simplest of FileTypes, i don't even need to have a Language. If i just register this file type:public class MyFileType implements FileType { public static final St...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月13日 15:45
file.getViewProvider().clone().getPsi(file.getLanguage()) does return null.But FileTypeManager.getInstance().getFileTypeByFile(file.getViewProvider().getVirtualFile()) does return the correct FileT...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
创建于
2008年02月14日 16:47
I can't find any getRealFileType() method...In what class is that method defined ?
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion with custom language error
0 票
«
第一页
‹
上一页
下一页
›
最后
»