主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2016年04月18日 06:38
Could you please provide more information about the crash? Does it throw an exception? If so could you please provide full stacktrace?
社区
IntelliJ IDEA Open API and Plugin Development
Headless plugin in IJ 15 crashes, fine in IJ 14
0 票
创建于
2016年04月19日 06:36
It seems to be a swing bug, you can use the following workaround, suggested in a similar issue: pass '-Dswing.noxp=true' property to JVM command line. Also we should avoid creating Swing components...
社区
IntelliJ IDEA Open API and Plugin Development
Headless plugin in IJ 15 crashes, fine in IJ 14
0 票
创建于
2016年04月21日 14:29
How do you create and show SettingsEditor? Do you return it from RunConfiguration#getConfigurationEditor method? Anyway ConfigurationException should be thrown from applyEditorTo method only in rar...
社区
IntelliJ IDEA Open API and Plugin Development
SettingsEditor marking dirty/modified immediately
0 票
创建于
2016年05月16日 12:46
As the message says you already have a process which uses 8080 port so you either need to stop that process or change the port used by Tomcat in the run configuration settings (Run | Edit Configura...
社区
IntelliJ IDEA Open API and Plugin Development
java.net.BindException: Address already in use
0 票
创建于
2016年05月18日 15:27
Hello, this is how serialization of project configurations works in IntelliJ IDEA, paths are automatically collapsed on save and expanded on load, so you don't need to expands them by hand in your ...
社区
IntelliJ IDEA Open API and Plugin Development
How to disable auto expanding of $PROJECT_DIR$ etc (PathMacro) for my plugin settings ?
0 票
创建于
2016年03月22日 07:51
If user click 'Cancel' button 'apply' method shouldn't be called. Could you please a stacktrace for this case?
社区
IntelliJ IDEA Open API and Plugin Development
Check preferences page ok and cancel action
0 票
创建于
2016年01月28日 08:06
So is a proper root directory returned from 'computeRootDescriptors' for your custom target? You can also debug BuildRootIndexImpl class, it's quite simple (here is described how to debug the build...
社区
IntelliJ IDEA Open API and Plugin Development
BuildRootDescriptors
0 票
创建于
2016年02月04日 19:31
Sorry for late reply, unfortunately there is no easy way to do this. There is an API to read properties of Maven projects, but it isn't available in the external build process where ModuleLevelBuil...
社区
IntelliJ IDEA Open API and Plugin Development
Easy way to read Maven (pom) properties from ModuleLevelBuilder
0 票
创建于
2016年02月04日 19:36
Sorry for late reply. You can try the following: create a copy of selectedConfiguration by calling 'clone' method on it (RunnerAndConfigurationSettingsImpl implements Cloneable), then modify the co...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to run the selected configuration without persisting it?
0 票
创建于
2016年02月15日 08:44
Hello, do you invoke 'commit' method on 'modifiableFacetModel' instance after configuring the facet?
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 票
«
第一页
‹
上一页
下一页
›
最后
»