Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
November 27, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Rename action takes referenced element
0 votes
Created
September 21, 2015 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
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 10:00
Did you consider to disable standart inplace rename with com.intellij.lang.refactoring.RefactoringSupportProvider#isInplaceRenameAvailable?
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 17:59
I suppose it's clear and it's clear is a bug in one of the handlers mentioned in the popup.
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
December 07, 2015 09:42
This is not possible now and frameworks where it appears use dialog rename. We would fix that one day for sure. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
May 23, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Move directory refactoring
0 votes
Created
May 20, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Given a Module Creation setting, automatically add "Ignore unused method" with dependency specific annotations
0 votes
Created
March 23, 2016 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...
Community
IntelliJ IDEA Users
JavaFX Native Packaging
-1 votes
«
First
‹
Previous