主页
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年02月17日 15:49
You can create XML psi element with com.intellij.psi.XmlElementFactory. Also you can use Document instead in order to manipulate with text.
社区
IntelliJ IDEA Open API and Plugin Development
How to add new XmlTextImpl
0 票
创建于
2013年04月22日 08:22
Try add 'order' attribute: <com.intellij.css.elementDescriptionProvider implementation="randori.plugin.lang.css.RandoriCssElementDescriptorProvider" order="first"/>
社区
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 票
创建于
2013年04月22日 09:16
Hi Roland,Could you push your changes in some custom branch at https://github.com/RandoriAS/randori-plugin-intellij. I'll try figure out what happens.
社区
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 票
创建于
2013年04月22日 19:47
Yes, PsiElement#getProject() is the right way. You are welcome. Feel free to ask something else about api, I'll try to help.
社区
IntelliJ IDEA Open API and Plugin Development
Adding CSS properties programmatically to register them as valid
0 票
创建于
2014年04月07日 19:35
VirtualFile file = yourPsiClass.getContainingFile().getOriginalFile().getVirtualFile(); if (file != null && file.isInLocalFileSystem()) { return file.getCanonicalPath(); }
社区
IntelliJ IDEA Open API and Plugin Development
Absolute Path of PsiClass
0 票
创建于
2014年03月31日 16:43
Personally I know about UiActivities and Busy objects not much more than you. These entities are used in several places inside IDEA core for blocking something until UI would initialized or for mak...
社区
IntelliJ IDEA Open API and Plugin Development
MergingUpdateQueue - how to get notified when it starts and stops processing updates ?
0 票
创建于
2014年03月31日 14:45
Hi Axelrod,Some of action's output you can change in file tempaltes (Settings | File and Code Templates | Code).I believe that in order to reimplement behaviour of this action you can just implemen...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to modify and extend functionality of an existing action
0 票
创建于
2014年04月01日 13:51
Hi Valerio,I've cloned and run your project and I've realised that you're trying to implement gherkin language. Actually IDEA already supports it and it is open sourced. You can find the core of la...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月01日 13:55
Returning to original problem. I need some code samples with declaration and reference to it. Likely that you just don't implement isReferenceTo method (but it's just guess). Also I can advice you ...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月02日 19:17
Hi,I was wrong about using CompositePsi, it doesn't fit for your plugin.I've just debug your plugin, it seems that it's not really easy to solve your problem. IMHO, the most proper way (with minimu...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
«
第一页
‹
上一页
下一页
›
最后
»