主页
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年10月18日 13:54
OutOfMemory happens inside the compilation process, so increasing Xmx for Ant process won't help. I've corrected our build scripts to increase Xmx for the compiler, this should fix the problem.
社区
IntelliJ IDEA Open API and Plugin Development
OutOfMemoryError when during `ant build` for Community Edition
0 票
创建于
2016年10月11日 06:52
Hi 13ics057, we're sorry. What did you do in IDE before that happened? Could you please create an issue and attach your idea.log file to it?
社区
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 票
创建于
2016年10月10日 13:44
Hi, you can keep the old class which loads the global config and take values from it in the new services by default. (We have a special extension point com.intellij.conversion.ConverterProvider to ...
社区
IntelliJ IDEA Open API and Plugin Development
How to run version migration code?
0 票
创建于
2016年10月05日 14:52
You need to implement a plugin which participates in external build process, and register implementation of org.jetbrains.jps.builders.artifacts.ArtifactBuildTaskProvider service in it (look at Ant...
社区
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 票
创建于
2016年10月03日 13:17
What do you mean by "don't want to store anywhere"? If the tool creates a file it places it somewhere so you can just include it into the artifact configuration. Or you can create a simple Ant buil...
社区
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 票
创建于
2016年09月30日 13:25
I think the problem should be fixed now, sorry for the inconvenience.
社区
IntelliJ IDEA EAP Users
community master is failing to package due to jps-standalone-builder
0 票
创建于
2016年09月16日 06:28
Hi Frank, such errors may happen if there are two TargetProcessProjectState classes loaded by different classloaders. Probably you packaged TargetProcessProjectState.class into the both plugins, yo...
社区
IntelliJ IDEA Open API and Plugin Development
Invoking a dialog from another plugin
0 票
创建于
2016年09月13日 09:06
Hello Jan, we have a special action 'Complete Current Statement' (Ctrl+Shift+Enter for Windows/Linux, Cmd+Shift+Enter for Mac) which inserts closing parenthesis after method calls, adds curly brace...
社区
IntelliJ IDEA Users
GWT JSNI Code Completion?
0 票
创建于
2016年09月08日 11:55
You can use ProjectRootManager.getInstance(project).getFileIndex().iterateContent() for that and filter xml files by comparing file.getFileType() with StdFileTypes.XML. This should be fast enough ...
社区
IntelliJ IDEA Open API and Plugin Development
How to find XML files on a project's folder?
0 票
创建于
2016年09月08日 11:14
Do you want to do this from the plugin? I'm asking because this can be done without any plugins, just invoke 'Replace in Path' action and specify *.xml as file mask.
社区
IntelliJ IDEA Open API and Plugin Development
How to find XML files on a project's folder?
0 票
«
第一页
‹
上一页
下一页
›
最后
»