主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2016年01月14日 21:46
Thanks for project sample, I'll try to recreate the issue
社区
IntelliJ IDEA Open API and Plugin Development
Building plugins that depends on android using gradle plugin
0 票
创建于
2013年04月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 票
创建于
2013年04月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 票
创建于
2013年04月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 票
创建于
2011年04月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA Plugin development with Maven?
0 票
创建于
2014年03月31日 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.
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月07日 19:37
Hi Udo,You're right about virtualToIoFile.
社区
IntelliJ IDEA Open API and Plugin Development
How to unzip a VirtualFile?
0 票
创建于
2014年03月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 票
创建于
2014年03月31日 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.
社区
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 票
创建于
2014年08月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to work with intellij Project tree objects
0 票
«
第一页
‹
上一页
下一页
›
最后
»