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
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
Created
October 24, 2017 11:28
Looks like your repositories are inconsistent: you have old version of 'intellij-community' repository and new version of 'android' repository. As our Readme says, you need to check out the same br...
Community
IntelliJ IDEA Open API and Plugin Development
building IDEA without running IDEA: android-plugin
0 votes
Created
October 23, 2017 08:26
You don't need to build the android plugin, the build scripts will do it automatically. Please make sure that you have the actual revision of .idea/modules.xml file checked out, and it isn't modifi...
Community
IntelliJ IDEA Open API and Plugin Development
building IDEA without running IDEA: android-plugin
0 votes
Created
October 12, 2017 06:36
I suggest to post the full stacktrace here.
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 votes
Created
October 11, 2017 12:03
How do you convert String to URL? Look how it's done in our code. Also you can debug the code and try loading annotations classes via the created ClassLoader in debugger to check whether the classp...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 votes
Created
October 11, 2017 08:37
I meant that you need to add the JAR containing annotations to the classpath of UrlClassLoader you create.
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 votes
Created
October 11, 2017 08:22
You need to add the JARs containing these annotations to classpath as well. You can use OrderEnumerator class to get classpath of your module (something like OrderEnumerator.orderEntries(module).re...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 votes
Created
October 02, 2017 11:32
It would be better to let user choose where to create the project then (via com.intellij.openapi.fileChooser.FileChooser).
Community
IntelliJ IDEA Open API and Plugin Development
How to retrieve the IdeaProjects path?
0 votes
«
First
‹
Previous
Next
›
Last
»