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
September 19, 2018 06:16
The mentioned class is located in picocontainer library which should be downloaded from Maven repositories when you open 'IDEA' project. Please check that paths in 'picocontainer' library in File |...
Community
IntelliJ IDEA Open API and Plugin Development
Idea community source fails to run
0 votes
Created
August 20, 2018 07:37
Firstly you need to add a dependency from the second plugin to the first plugin (see our docs) and ensure that ChangeActionNotifier interface is packed into the first plugin only (otherwise the sec...
Community
IntelliJ IDEA Open API and Plugin Development
How to publish my Topic to other plugin
0 votes
Created
August 01, 2018 04:57
I think the approach 'b' is better now. We tend to keep API compatibility so most probably the same plugin will work in the both 181 and 182 versions. Also you can use recently announced feature to...
Community
IntelliJ IDEA Open API and Plugin Development
plugin release strategy
0 votes
Created
July 20, 2018 06:54
We don't have official support for developing plugins using Maven. We recommend to use gradle to develop plugins, see our docs for details.
Community
IntelliJ IDEA Open API and Plugin Development
Prepare plugin module for deployment using maven
0 votes
Created
July 12, 2018 06:39
It's possible to store a special marker for your projects (via a custom project service) and use it to change behavior of the IDE for your projects. But not everything can be changed, e.g. currentl...
Community
IntelliJ IDEA Open API and Plugin Development
Projects v. Modules
0 votes
Created
July 04, 2018 09:06
What class is returned by `getClass()` method? Which class-loader is returned by `getClassLoader()` method? You can also debug the code by adding debug parameters to the IDE command line (Help | Ed...
Community
IntelliJ IDEA Open API and Plugin Development
Get Folder from Jar Resources/Classpath
0 votes
Created
July 03, 2018 06:56
`JavaCommandLineState` class is used to run Java Application run configurations from IntelliJ IDEA, it's part of Java support and it isn't included into WebStorm. Why do you need to use it from you...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij plugin will not run in WebStorm
0 votes
Created
July 03, 2018 06:53
How do you create the plugin JAR? Do you use gradle-intellij-plugin? Are the text files included into the plugin JAR?
Community
IntelliJ IDEA Open API and Plugin Development
Get Folder from Jar Resources/Classpath
0 votes
Created
June 28, 2018 05:44
Components are classes which are loaded and initialized by the platform. They may be used to perform some tasks during initialization of IDE/project/module (e.g. subscribe to some events) and to st...
Community
IntelliJ IDEA Open API and Plugin Development
can we hava a fully api desc?
0 votes
Created
June 27, 2018 08:17
The options to add JARs from IDEA distribution were removed intentionally, see IDEA-192234 for details. > I go straight to the download dialog What's problems with that? Why not press 'OK' and le...
Community
IntelliJ IDEA Users
[2018.2] How to add bundled library
0 votes
«
First
‹
Previous
Next
›
Last
»