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
November 28, 2016 08:25
If a module contains both java and gosu code what kind of dependencies are allowed? Is it possible to call gosu code from java code? Is it possible to use java classes from gosu code?
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
Created
November 25, 2016 08:37
Hello Benjamin, I suggest to use the official gradle-intellij-plugin instead, it works better and most probably the problem will disappear.
Community
IntelliJ IDEA Open API and Plugin Development
Gradle dependencies management and plugin module
0 votes
Created
November 24, 2016 08:22
How these large projects are organized? Do they have many small/medium modules or they have few large modules? Are there modules containing both java and gosu files?
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
Created
November 24, 2016 08:10
Hello, how did you start the process where the assertion appeared? Did you start Plugin Run Configuration? Or you started tests? You can also put a breakpoint on a line where assertion is thrown (y...
Community
IntelliJ IDEA Open API and Plugin Development
ModifiableFacetModel#commit throws java.lang.AssertionError: Templates not found exception
0 votes
Created
November 23, 2016 16:03
The problem should be fixed by this commit, please update your sources.
Community
IntelliJ IDEA Open API and Plugin Development
Problem building IDEA 2016.3
0 votes
Created
November 23, 2016 12:18
If you want to support another JVM-based language (btw what language?), and its source files are located under ordinary java source roots, and you want to invoke compilation for its files in the sa...
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
Created
November 21, 2016 09:08
Ok, I see now. In my calculations empty lines weren't counted, whereas your script counts them and also processes all test-data files.
Community
IntelliJ IDEA Open API and Plugin Development
How many lines of code in IDEA ultimate?
0 votes
Created
November 01, 2016 16:57
Project.getBasePath returns the directory which contains .idea folder (or *.ipr file) with the project settings. This directory may not be related to the location of the project sources (some peopl...
Community
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 votes
Created
November 01, 2016 10:02
Probably the plugin wasn't built properly. Please check that path to plugin.xml is specified properly on 'Plugin Deployment' tab in the plugin module editor in 'Project Structure' dialog.
Community
IntelliJ IDEA Plugin Users
plugin is not activated on plugin run config
0 votes
Created
October 26, 2016 08:31
In order to get the location of 'webapp' directory you need to inspect 'getRootElement' of JpsArtifact. It represents the structure of the output layout tree. 'getChildren' method will return list ...
Community
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 votes
«
First
‹
Previous
Next
›
Last
»