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 20, 2017 12:43
If you have special source roots for your files and don't allow to create Java classes under it why not create a special root type for it? In that case you won't need to disable Java 'New Class' an...
Community
IntelliJ IDEA Open API and Plugin Development
Disabling action in update method of another action
0 votes
Created
April 19, 2017 15:01
Please note that "Not a valid package name" is not an error, it's just a warning, you can still press 'OK' and it'll create a package. The full warning text is "Not a valid package name, it will no...
Community
IntelliJ IDEA Open API and Plugin Development
Disabling action in update method of another action
0 votes
Created
April 19, 2017 13:56
This doesn't work because actions usually call 'setEnabled' in their own 'update' methods, and this will overwrite changes made in templatePresentation. It isn't possible to disable an action exter...
Community
IntelliJ IDEA Open API and Plugin Development
Disabling action in update method of another action
0 votes
Created
April 19, 2017 13:40
CodeInsightUtil is part of Java support so it is available only in IntelliJ IDEA. If you look at the sources of the method you'll see that it delegates to CodeInsightUtilCore and passes JAVA langua...
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: com/intellij/codeInsight/CodeInsightUtil when using plugin in PyCharm
0 votes
Created
April 17, 2017 15:05
Hi Mark, it is possible to use native libraries from a plugin, our classloader will load them from the plugin's 'lib' directory. Currently it isn't possible to specify that a plugin is os-dependent...
Community
IntelliJ IDEA Open API and Plugin Development
Giving status information via RGB keyboard illumination
0 votes
Created
April 13, 2017 13:57
ModuleLibraryTable contains only module-level libraries, i.e. libraries defined in that module, it doesn't include project libraries added to the module dependencies. If you want to find a dependen...
Community
IntelliJ IDEA Open API and Plugin Development
How to list module dependencies?
0 votes
Created
April 03, 2017 16:53
Your project is compiled using JDK from /home/apps/java-8-oracle and it's quite old (1.8.0_66). That version has bug in javac so it cannot compile our sources. Upgrading to a modern JDK build (1.8....
Community
IntelliJ IDEA EAP Users
Compilation failed with exception: Module 'java-indexing-api' production
0 votes
Created
March 29, 2017 13:09
You can get them from ModuleRootManager.
Community
IntelliJ IDEA Open API and Plugin Development
Cannot cancel exclusion of directory that was excluded from plugin code.
0 votes
Created
March 29, 2017 10:57
We don't have ContentEntry for each directory in a project, a ContentEntry describes a content root and directories and their subdirectories and files located under it belong to the corresponding m...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot cancel exclusion of directory that was excluded from plugin code.
0 votes
Created
March 23, 2017 12:53
Wait, why do you setup a IntelliJ Platform SDK for intellij-community project? You don't need to do this, our Readme clearly says that you need to setup SDKs named '1.8' and 'IDEA jdk' pointing to ...
Community
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 votes
«
First
‹
Previous
Next
›
Last
»