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
February 19, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Version of Java used in "IDEA jdk" for building CE
0 votes
Created
February 05, 2018 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?
Community
IntelliJ IDEA Open API and Plugin Development
ActionPerformed is not executed.
0 votes
Created
February 05, 2018 06:27
What OS do you use? Do the other (standard) actions work when invoked from the menu?
Community
IntelliJ IDEA Open API and Plugin Development
ActionPerformed is not executed.
0 votes
Created
January 22, 2018 11:48
BTW you shouldn't place classes into the root package in Java, please move the class into some package.
Community
IntelliJ IDEA Open API and Plugin Development
Action is not triggered from main menu
0 votes
Created
January 22, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
Action is not triggered from main menu
0 votes
Created
January 22, 2018 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...
Community
IntelliJ IDEA Users
What could cause IDEA to stop displaying dialogs?
0 votes
Created
January 22, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
Invalidation of all PSI when there's a filesystem change?
0 votes
Created
January 15, 2018 07:20
Hi Aleksandr, did you add `<depends>com.intellij.modules.lang</depends>` as described in the docs?
Community
IntelliJ IDEA Open API and Plugin Development
Plugin for Ultimate, PyCharm and GoLand
0 votes
Created
January 15, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
Build artifact from a directory after poststartupactivity
0 votes
Created
December 22, 2017 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Build artifact from a directory after poststartupactivity
0 votes
«
First
‹
Previous
Next
›
Last
»