主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2015年11月27日 12:40
Hi Arjan,rename works on references and rename the reference target, e.g. in java int x = 0; <caret>x++; would rename x and it's reference. If you want to rename the Fitness element but not java cl...
社区
IntelliJ IDEA Open API and Plugin Development
Rename action takes referenced element
0 票
创建于
2015年09月21日 09:15
From the pre-pre-history:'Non-code occurrences' message appears when there is no reference at place with the same text but without reference. Is it correct that there should not be reference?Anna
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 10:00
Did you consider to disable standart inplace rename with com.intellij.lang.refactoring.RefactoringSupportProvider#isInplaceRenameAvailable?
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 16:43
If you suppress inplace renamer for your language in RefactoringSupportProvider, then corresponding handler won't be suggested. What screenshot do you mean? I am not sure that I understand the prob...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 17:59
I suppose it's clear and it's clear is a bug in one of the handlers mentioned in the popup.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 18:19
'availableHandlers.size() is always > 1' is incorrect, otherwise you'll see the dialog every time you rename variable in java code which is not true. What another handler which is shown in the dial...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年12月07日 09:42
This is not possible now and frameworks where it appears use dialog rename. We would fix that one day for sure. Thanks
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2016年05月23日 19:15
Bruno, Refactoring doesn't look for file usages indeed as references to the root directory only should be updated. References to files according to the root directory should be the same. Does you...
社区
IntelliJ IDEA Open API and Plugin Development
Move directory refactoring
0 票
创建于
2016年05月20日 11:21
Hi Gabriel, In a plugin you need to provide an implementation for com.intellij.codeInspection.reference.EntryPoint. It allows you to provide annotations which would be treated as 'stop show unused ...
社区
IntelliJ IDEA Open API and Plugin Development
Given a Module Creation setting, automatically add "Ignore unused method" with dependency specific annotations
0 票
创建于
2016年03月23日 14:41
There was a blog post explaining in details how to do that: https://blog.jetbrains.com/idea/2013/03/packaging-javafx-2-applications-in-intellij-idea-121/ Though it's quite old, there were no signif...
社区
IntelliJ IDEA Users
JavaFX Native Packaging
-1 票
«
第一页
‹
上一页