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
July 18, 2016 08:48
This task isn't related to IDE, so I doubt that we have such utility in Open API. You can use java.net.NetworkInterface class from JDK for that.
Community
IntelliJ IDEA Open API and Plugin Development
Any kind of NetworkUtils?
0 votes
Created
July 11, 2016 08:03
Looks like you use the default plugin id in plugin.xml file (com.your.company.unique.plugin.id). Probably this causes the problem (e.g. you may have the two plugins with this id and only one of the...
Community
IntelliJ IDEA Open API and Plugin Development
Having trouble getting my custom action to show up in debug/run mode.
0 votes
Created
July 08, 2016 12:52
Do you have any error messages in console or idea.log?
Community
IntelliJ IDEA Open API and Plugin Development
Having trouble getting my custom action to show up in debug/run mode.
0 votes
Created
July 04, 2016 06:52
If that JAR is used from the project classes it's better to add as a library to corresponding module. In that case the JAR will be added to -cp argument when the run configuration is started, and y...
Community
IntelliJ IDEA Open API and Plugin Development
Setting run configurations and executing run option
0 votes
Created
June 28, 2016 15:14
ApplicationConfiguration doesn't allow to specify custom '-cp' argument, it'll automatically populate classpath accordingly to 'Use classpath of module' option. See the sample code below: RunManage...
Community
IntelliJ IDEA Open API and Plugin Development
Setting run configurations and executing run option
0 votes
Edited
June 27, 2016 08:17
Yes, JDOM library is bundled with IDEA platform so you shouldn't bundle it with your plugin.
Community
IntelliJ IDEA Open API and Plugin Development
LinkageError: loader constraint violation: loader (instance of com/intellij/ide/plugins/cl/PluginClassLoader) previously initiated loading for a different type with name "org/jdom/Element"
0 votes
Created
April 08, 2008 11:23
You can set "Deploy applications to server after compilation" option to "Never" (Settings -> Compiler) and IDEA won't attempt to redeploy after compilation.Today IDEA provides a right click -> "Pac...
Community
IntelliJ IDEA EAP Users
Right click -> "Package All Modified" option ?
0 votes
Created
March 24, 2008 08:02
Hani Suleiman wrote:I was pretty excited to see JS debugging as one of the new features in Diana, but on attempting it, I'm rather baffled by how its supposed to work.For one thing, it looks like i...
Community
IntelliJ IDEA EAP Users
JS debugging....I don't get it
0 votes
Created
June 25, 2008 09:17
Perhaps facet auto-detection is disabled in your project. Unfortunately the only way to enable auto-detection again in IDEA 7.0.x is manual editing of ipr-file. Find the following tag in ipr-file ...
Community
IntelliJ IDEA EAP Users
#7860 - Maven project import problems.
0 votes
Created
June 26, 2008 06:31
According to this file auto-detection is disabled only for Web facets in module squid so it fails to explain the fact that spring and hibernate facets aren't detected. Are spring and hibernate co...
Community
IntelliJ IDEA EAP Users
#7860 - Maven project import problems.
0 votes
«
First
‹
Previous
Next
›
Last
»