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
April 18, 2016 06:38
Could you please provide more information about the crash? Does it throw an exception? If so could you please provide full stacktrace?
Community
IntelliJ IDEA Open API and Plugin Development
Headless plugin in IJ 15 crashes, fine in IJ 14
0 votes
Created
April 19, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Headless plugin in IJ 15 crashes, fine in IJ 14
0 votes
Created
April 21, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
SettingsEditor marking dirty/modified immediately
0 votes
Created
May 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
java.net.BindException: Address already in use
0 votes
Created
May 18, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to disable auto expanding of $PROJECT_DIR$ etc (PathMacro) for my plugin settings ?
0 votes
Created
March 22, 2016 07:51
If user click 'Cancel' button 'apply' method shouldn't be called. Could you please a stacktrace for this case?
Community
IntelliJ IDEA Open API and Plugin Development
Check preferences page ok and cancel action
0 votes
Created
January 28, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
BuildRootDescriptors
0 votes
Created
February 04, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Easy way to read Maven (pom) properties from ModuleLevelBuilder
0 votes
Created
February 04, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to run the selected configuration without persisting it?
0 votes
Created
February 15, 2016 08:44
Hello, do you invoke 'commit' method on 'modifiableFacetModel' instance after configuring the facet?
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 votes
«
First
‹
Previous
Next
›
Last
»