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 22, 2017 13:57
Services are loaded lazily on demand when 'getService' method is called (see the docs). You can register an ProjectComponent which is initialized when the IDE is loaded, but it would be better to a...
Community
IntelliJ IDEA Open API and Plugin Development
Check file exists in modules class path from LanguageFileType & read all files
0 votes
Created
November 16, 2017 06:28
Where do you want to download the library from? Is it a Maven artifacts repository or something else?
Community
IntelliJ IDEA Open API and Plugin Development
Installing custom library using a plugin
0 votes
Created
November 13, 2017 07:06
> I need to provide suggestions Where do you want to provide suggestions? In some completion popups?
Community
IntelliJ IDEA Open API and Plugin Development
Check file exists in modules class path from LanguageFileType & read all files
0 votes
Created
November 07, 2017 08:56
Why do you need to register services programmatically? Note that even if a service is registered in plugin.xml, it's loaded lazily when getService method is called for a first time, see the docs fo...
Community
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 votes
Created
October 31, 2017 08:35
We don't recommend to use PlatformUtils anymore, see its javadoc for details.
Community
IntelliJ IDEA Open API and Plugin Development
How to make plugin preform different actions based on what IDE it's being run on?
0 votes
Created
October 27, 2017 15:14
It looks like classes from A are somehow added to the classpath when you start the IDE (and actually these classes become part of the B plugin). How do you start the IDE? Do you use gradle-intellij...
Community
IntelliJ IDEA Open API and Plugin Development
Configuring IntelliJ Platform plugin's workspace
0 votes
Created
October 27, 2017 14:21
> I tried to install the A plugin in the sandbox but then I got a casting exception - two different class loaders were used. Could you please provide more details about exception which was thrown?
Community
IntelliJ IDEA Open API and Plugin Development
Configuring IntelliJ Platform plugin's workspace
0 votes
Created
October 27, 2017 13:55
> I tried to install the A plugin in the sandbox but then I got a casting exception - two different class loaders were used. What do you mean by "install the A plugin in the sandbox"? Do you mean t...
Community
IntelliJ IDEA Open API and Plugin Development
Configuring IntelliJ Platform plugin's workspace
0 votes
Created
October 26, 2017 06:58
Hello, what do you want to change in the plugin's behavior and why? PlatformUtils will work, but it isn't the best solution and may cause problems. For example, if you change the plugin's behavior ...
Community
IntelliJ IDEA Open API and Plugin Development
How to make plugin preform different actions based on what IDE it's being run on?
0 votes
Created
October 26, 2017 06:52
initComponent has nothing to do with action classes. This method is called for classes registered as ApplicationComponent, but most probably you don't need to have this in your plugin, see the java...
Community
IntelliJ IDEA Open API and Plugin Development
Pycharm right click menu group-id?
0 votes
«
First
‹
Previous
Next
›
Last
»