Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nikolay Chashnikov
Total activity
838
Last activity
November 23, 2023 11:52
Member since
November 13, 2007 10:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
334
Activity overview
Articles (0)
Posts (1)
Comments (503)
Sort by recent activity
Recent activity
Votes
Created
October 18, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
OutOfMemoryError when during `ant build` for Community Edition
0 votes
Created
October 11, 2016 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?
Community
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 votes
Created
October 10, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to run version migration code?
0 votes
Created
October 05, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 votes
Created
October 03, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 votes
Created
September 30, 2016 13:25
I think the problem should be fixed now, sorry for the inconvenience.
Community
IntelliJ IDEA EAP Users
community master is failing to package due to jps-standalone-builder
0 votes
Created
September 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Invoking a dialog from another plugin
0 votes
Created
September 13, 2016 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...
Community
IntelliJ IDEA Users
GWT JSNI Code Completion?
0 votes
Created
September 08, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to find XML files on a project's folder?
0 votes
Created
September 08, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
How to find XML files on a project's folder?
0 votes
«
First
‹
Previous
Next
›
Last
»