主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2018年02月19日 07:01
In fact the truth is somewhere between: 'IDEA jdk' should be set to JDK 1.6 installation in order to properly compile some modules from IntelliJ IDEA sources which target 1.6 and older Java version...
社区
IntelliJ IDEA Open API and Plugin Development
Version of Java used in "IDEA jdk" for building CE
0 票
创建于
2018年02月05日 14:19
The other actions from the main menu (e.g. View | Recent Files). Does your action work if you execute it via Help | Find Action?
社区
IntelliJ IDEA Open API and Plugin Development
ActionPerformed is not executed.
0 票
创建于
2018年02月05日 06:27
What OS do you use? Do the other (standard) actions work when invoked from the menu?
社区
IntelliJ IDEA Open API and Plugin Development
ActionPerformed is not executed.
0 票
创建于
2018年01月22日 11:48
BTW you shouldn't place classes into the root package in Java, please move the class into some package.
社区
IntelliJ IDEA Open API and Plugin Development
Action is not triggered from main menu
0 票
创建于
2018年01月22日 11:46
Do you mean that you can see 'Dummy Action' menu item in 'Window' menu, but when you click on it nothing happens? If so please look in idea.log (Help | Show Log) for exceptions.
社区
IntelliJ IDEA Open API and Plugin Development
Action is not triggered from main menu
0 票
创建于
2018年01月22日 11:37
Alan, currently there is no simple way to build Mac OS version of IntelliJ Community with bundled JRE. JRE is bundled with dmg archive which is built only if org.jetbrains.intellij.build.Proprietar...
社区
IntelliJ IDEA Users
What could cause IDEA to stop displaying dialogs?
0 票
创建于
2018年01月22日 07:00
[java] Cannot find JDK '1.8.0_144' for module 'updater' It looks like updater.iml file is modified in your copy of intellij-community project.
社区
IntelliJ IDEA Open API and Plugin Development
Invalidation of all PSI when there's a filesystem change?
0 票
创建于
2018年01月15日 07:20
Hi Aleksandr, did you add `<depends>com.intellij.modules.lang</depends>` as described in the docs?
社区
IntelliJ IDEA Open API and Plugin Development
Plugin for Ultimate, PyCharm and GoLand
0 票
创建于
2018年01月15日 07:15
Note that `findArtifact` expects artifact name as it shown in UI, not the name of xml file. You can also call ArtifactManager.getInstance(project).getArtifacts() to enumerate all the artifacts.
社区
IntelliJ IDEA Open API and Plugin Development
Build artifact from a directory after poststartupactivity
0 票
创建于
2017年12月22日 09:35
In order to get an Aritfact instance you can use ArtifactManager.getInstance(project).findArtifact(name) method. ProjectTaskManager was introduced in IntelliJ IDEA 2016.3. If you want to make your ...
社区
IntelliJ IDEA Open API and Plugin Development
Build artifact from a directory after poststartupactivity
0 票
«
第一页
‹
上一页
下一页
›
最后
»