Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
January 14, 2016 21:46
Thanks for project sample, I'll try to recreate the issue
Community
IntelliJ IDEA Open API and Plugin Development
Building plugins that depends on android using gradle plugin
0 votes
Created
April 21, 2013 20:45
Hi Roland,At the moment css-api is not really handy (it will be improved in the next version). However you can do what you want.First of all, you should implement CssElementDescriptorProvider ('com...
Community
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 votes
Created
April 22, 2013 09:47
I've looked at code and there is two problems in plugin.xml.1. extension point has name 'elementDescriptorProvider' instead of 'elementDescriptionProvider';2. you declared extension inside <extensi...
Community
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 votes
Created
April 22, 2013 20:38
Well, you should implement custom ReferenceContributor and provide reference to Java classes for each CssString element that belongs to randori-specific property. About ReferenceContributor you can...
Community
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 votes
Created
April 05, 2011 22:39
Hi, Brian.I think you should try use gradle (http://gradle.org) for managing dependencies of your plugin module. IDEA supports gradle very transparently and you do not have to create special type o...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA Plugin development with Maven?
0 votes
Created
March 31, 2014 17:00
Hi Valerio,It's hard to understand what's going on from description. Is it opensourced plugin? I could look at it and say what's the problem.
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Created
April 07, 2014 19:37
Hi Udo,You're right about virtualToIoFile.
Community
IntelliJ IDEA Open API and Plugin Development
How to unzip a VirtualFile?
0 votes
Created
March 31, 2014 14:19
Wlarification is needed actually. Code is open sourced. You can see that MergingUpdateQueue doesn't provide API that you're needed to. But also you can see that MergingUpdateQueue and MergingUpdate...
Community
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 votes
Created
March 31, 2014 15:55
If you want to control the whole proccess why do you not implement your own queue? Obviously MergingUpdateQueue doesn't fit for your purposes.
Community
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 votes
Created
August 18, 2014 19:49
Hi,Actually I don't really understand what are you asking. Indeed IDEA has VirtualFiles and PSI subsystems that are taking a part in Project View in some way. Also there is ProjectView entity (Proj...
Community
IntelliJ IDEA Open API and Plugin Development
How to work with intellij Project tree objects
0 votes
«
First
‹
Previous
Next
›
Last
»