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 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
Created
September 25, 2017 14:10
Looks like you have some problem with your network connection, cloning that repository works ok for me.
Community
IntelliJ IDEA EAP Users
Unable to clone community git repository
0 votes
Created
September 20, 2017 11:30
UnresolvedReferenceQuickFixProvider is an extension point, so you should register your implementation in plugin.xml file like you did for createFieldFromUsageHelper, I've added javadoc about it.
Community
IntelliJ IDEA Open API and Plugin Development
Can I overwirte extensionPoints define in IdeaPlugin.xml
0 votes
Created
September 20, 2017 10:37
Android Studio includes java support so your plugin is indeed compatible with it. If it uses some functionality which isn't present in Android Studio you need to add dependencies on corresponding m...
Community
IntelliJ IDEA Open API and Plugin Development
Incorrect compatible products appears in plugin repository
0 votes
«
First
‹
Previous
Next
›
Last
»