主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2014年01月03日 17:07
Both snippets run fine for me.Is it possible that test case wasn't properly initialized yet?
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2014年01月23日 08:12
Not yet, will take a look next week.
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2014年02月06日 15:31
Sorry for the late reply.Right, there are additional steps needed to load Maven plugin.First, you need to get the Maven's plugin.xml in a classpath for your test. It is not included in plugin SDK b...
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2014年02月27日 17:17
It's too late to call a compiler from a runner.You better define your own RunConfiguration which implements RunProfileWithCompileBeforeLaunchOption interface - then "Make" will be automatically reg...
社区
IntelliJ IDEA Open API and Plugin Development
Hooking build module when a custom configuration is run
0 票
创建于
2014年02月27日 17:22
So why doesn't ArtifactManager.createModifiableModel() work for you?A little correction: artifacts are project-level enities - so it' technically impossible "to add an artifact to a module".
社区
IntelliJ IDEA Open API and Plugin Development
Adding artifacts to module
0 票
创建于
2014年05月07日 14:29
It's not (yet) possible; current implementation only allows adding members to classes and annotations to modifier lists.
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider to augment that class implements some interface
0 票
创建于
2014年10月09日 08:47
That spinning circle in an upper right corner indicates that the chooser is busy loading filesystem tree - you probably have some disconnected or unreachable network drives.
社区
IntelliJ IDEA Open API and Plugin Development
Filechooser Dialog not showing any files
0 票
创建于
2014年10月13日 10:45
Take a thread dump.
社区
IntelliJ IDEA Open API and Plugin Development
Filechooser Dialog not showing any files
0 票
创建于
2014年10月13日 11:30
Something is wrong - there is no file chooser dialog in that dump. AWT thread should look like this:"AWT-EventQueue-0 14.0#__BUILD_NUMBER__, eap:true@2444" prio=6 tid=0x18 nid=NA waiting java.lang...
社区
IntelliJ IDEA Open API and Plugin Development
Filechooser Dialog not showing any files
0 票
创建于
2012年04月04日 12:24
PsiAugmentProvider isn't implemented yet for extending JDK and library classes. Looks like you'll need this so please leave a request in the tracker. It should work for "regular" project classes th...
社区
IntelliJ IDEA Open API and Plugin Development
Extend Java Psi parsing with new methods and new types?
0 票
«
第一页
‹
上一页
下一页
›
最后
»