主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2016年01月16日 09:48
Hello Kingsley> I added some extension points for custom librariescould you hint: which extension points? ;)> programmatically create a library that is my custom library typenot sure how to do this...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically add external libraries for custom LibraryKind
0 票
创建于
2016年01月16日 10:17
very neat.thank you very much for the detail.actually "Cannot Save Project - null" error rings a bell. I ran into this after reorganizing project structure: rearranging modules, manually (outside o...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically add external libraries for custom LibraryKind
0 票
创建于
2015年08月18日 18:30
could referencesSearch EP work?
社区
IntelliJ IDEA Open API and Plugin Development
Reference to a named element using a different name?
0 票
创建于
2015年08月18日 18:55
you are welcome Scottglad it worked :)
社区
IntelliJ IDEA Open API and Plugin Development
Reference to a named element using a different name?
0 票
创建于
2015年08月18日 16:09
similar problem here: ReferencesSearch returns 0 results.element exists, references are created..any hints?update: never mind, found a workaround
社区
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch findAll() returns Empty Collection
0 票
创建于
2015年08月17日 13:54
> AutomaticRenamerFactory API.Dmitry, could you give some detail about AutomaticRenamerFactory, please? What is its usual use case?
社区
IntelliJ IDEA Open API and Plugin Development
How to add additional options to the move and rename file dialogs?
0 票
创建于
2015年08月16日 17:21
Hello Wei,with these PsiElement methods:getContext()getParent()getChildren()getPrevSibling()getNextSibling()you can traverse across Psi tree.see if this works for you.
社区
IntelliJ IDEA Open API and Plugin Development
Get outer class's this from PsiElement
0 票
创建于
2015年08月25日 18:34
Thank you very much, Dmitry!!
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml: import files
0 票
创建于
2015年08月19日 09:55
Hi Yann,I am looking for use example which shows how to correctly use CachedValuesManager: get & set.Just hope to save some valuable time for me and hopefully others for productive coding and testi...
社区
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 票
创建于
2015年08月19日 10:13
here is an example:https://github.com/joewalnes/idea-community/blob/master/java/java-impl/src/com/intellij/psi/impl/source/ClassInnerStuffCache.javaset:private void buildCaches() { final CachedV...
社区
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 票
«
第一页
‹
上一页
下一页
›
最后
»