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 23, 2017 08:27
Could you please provide more details about these dependency issues? 'com.intellij.compiler.ant' package contains implementation of 'Generate Ant Build' action, and other plugins contribute to its ...
Community
IntelliJ IDEA Open API and Plugin Development
Should There Be ANT Packages In Other Modules?
0 votes
Created
November 22, 2017 14:00
Surely it would be better. But do you have any real problem because of that?
Community
IntelliJ IDEA Open API and Plugin Development
Should There Be ANT Packages In Other Modules?
0 votes
Created
November 22, 2017 13:58
Yes, it's possible to bundle a library JAR with the plugin, just add it to the dependencies list of your plugin module.
Community
IntelliJ IDEA Open API and Plugin Development
Installing custom library using a plugin
0 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
«
First
‹
Previous
Next
›
Last
»