主页
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年07月18日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Any kind of NetworkUtils?
0 票
创建于
2016年07月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Having trouble getting my custom action to show up in debug/run mode.
0 票
创建于
2016年07月08日 12:52
Do you have any error messages in console or idea.log?
社区
IntelliJ IDEA Open API and Plugin Development
Having trouble getting my custom action to show up in debug/run mode.
0 票
创建于
2016年07月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Setting run configurations and executing run option
0 票
创建于
2016年06月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Setting run configurations and executing run option
0 票
已编辑于
2016年06月27日 08:17
Yes, JDOM library is bundled with IDEA platform so you shouldn't bundle it with your plugin.
社区
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 票
创建于
2008年04月08日 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...
社区
IntelliJ IDEA EAP Users
Right click -> "Package All Modified" option ?
0 票
创建于
2008年03月24日 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...
社区
IntelliJ IDEA EAP Users
JS debugging....I don't get it
0 票
创建于
2008年06月25日 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 ...
社区
IntelliJ IDEA EAP Users
#7860 - Maven project import problems.
0 票
创建于
2008年06月26日 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...
社区
IntelliJ IDEA EAP Users
#7860 - Maven project import problems.
0 票
«
第一页
‹
上一页
下一页
›
最后
»