主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2017年03月13日 15:13
I think that the problem was with resolve and isReferenceTo, did you check that methods and how they are invoked during references search? Writing the language support is not that easy but you may ...
社区
IntelliJ IDEA Open API and Plugin Development
Need help with TemplateBuilder
0 票
创建于
2017年03月13日 15:00
I remember how you asked about ReferencesSearch, was there any progress? If you would find the references, then the inplace rename should work out of the box
社区
IntelliJ IDEA Open API and Plugin Development
Need help with TemplateBuilder
0 票
创建于
2017年03月13日 09:15
Hi Eugene, To the first exception: you start the template over attribute which would be a container in your case and should contain everything else you add to the template. But then you add refs wh...
社区
IntelliJ IDEA Open API and Plugin Development
Need help with TemplateBuilder
0 票
创建于
2017年03月09日 09:23
Hi, if you don't want to work with multiple carets, then the code should look like something like this: {code} caret = editor.getCaretModel().getOffset(); method = PsiTreeUtil.getParentOfType(file....
社区
IntelliJ IDEA Open API and Plugin Development
Get name of enclosing java method based on caret location
0 票
创建于
2017年03月09日 08:42
Hi, is your plugin visible at File | Settings | Plugins? If it is loaded, I'd suggest to check if method com.intellij.codeInsight.daemon.impl.ExternalToolPass#collectInformationWithProgress is exec...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin with only a single ExternalAnnotator
0 票
创建于
2017年03月08日 15:39
Cool! There are multiple things which could go wrong with references search. The common algorithm if you don't provide your own searcher: 1. find all textual occurrences in the scope (You need to c...
社区
IntelliJ IDEA Open API and Plugin Development
Rename behavior is different between editor and structure view
0 票
创建于
2017年03月06日 10:46
Hi Richard, please attach the stacktrace. Thanks, Anna
社区
IntelliJ IDEA Open API and Plugin Development
ImageNotReadyException in Command Line tool
0 票
创建于
2017年02月21日 12:33
I doubt that removeAllHighlighters is a good idea - you would remove highlights which were provided by IDE or another plugin as well. As you use a standalone application to provide the data, it lo...
社区
IntelliJ IDEA Open API and Plugin Development
Creating hover popup windows for certain lines
0 票
创建于
2017年02月21日 11:58
Hi, do you need these highlightings to be visible after project reopen or how would you like to clear them? Thanks, Anna
社区
IntelliJ IDEA Open API and Plugin Development
Creating hover popup windows for certain lines
0 票
创建于
2017年02月15日 13:02
Hi Holger, ReferencesSearch searches for usages inside element.getUseScope() (intersecting with provided scope when one is available). There are scope enlargers and the corresponding one is com.int...
社区
IntelliJ IDEA Open API and Plugin Development
Reference search scope different between project files and scratches?
0 票
«
第一页
‹
上一页
下一页
›
最后
»