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
May 09, 2014 18:56
Hi,the listener is correct. You are provided with before/after data, so you may retrieve everything you need, e.g. new name is the name of the element after refactoring.
Community
IntelliJ IDEA Open API and Plugin Development
How to retrieve refactoring arguments
0 votes
Created
May 12, 2014 08:30
That's a bug, fixed. thanks!
Community
IntelliJ IDEA Open API and Plugin Development
How to retrieve refactoring arguments
0 votes
Created
May 14, 2014 10:20
Sure, you don't have selected class before you show popup.The call is not blocking so you need to perform everything which relys on selectedin inside your "runnable"
Community
IntelliJ IDEA Open API and Plugin Development
Show classes from a package in a dialog box
0 votes
Created
May 15, 2014 08:48
Everything depending on selection should be in the callback. Controlflow would return back immediately exactly as you described. You may find a lot of examples of such code in our code base, just s...
Community
IntelliJ IDEA Open API and Plugin Development
Show classes from a package in a dialog box
0 votes
Created
July 02, 2014 10:01
Hi Evan,did you try to invoke Help|Check for Update...? It would check your repository if the new plugin is available. Otherwise the check is performed once a day or after you've updated your IDEA ...
Community
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 votes
Created
July 02, 2014 18:58
Hi Evan,updatePlugins.xml provides an url to download and a version so IDEA would be able to deside if it is newer than already installed on. So plugin.xml should be loaded inside plugin's zip/jar ...
Community
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 votes
Created
July 16, 2014 09:59
yes, they should be the same as well as pluginIds
Community
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 votes
Created
October 06, 2014 15:17
you may take a look how traffic renderer works (upper right corner box which shows you how many errors, warning, etc there are): com.intellij.codeInsight.daemon.impl.TrafficLightRenderer#TrafficLig...
Community
IntelliJ IDEA Open API and Plugin Development
List errors and warnings for Editor
0 votes
Created
October 20, 2014 09:44
Hi Florin,what do you mean "custom channel"? Custom repositories are saved between restarts here. Please attach your idea.log.Plugin name in such situations are get from plugin file name, the real ...
Community
IntelliJ IDEA Open API and Plugin Development
How to properly use custom release channels in IDEA 14 (and not only)
0 votes
Created
October 10, 2014 09:14
Hi,MoveClassesOrPackagesRefactoring has com.intellij.refactoring.MoveDestination as an input parameter. You need to provide the destination package there. The project would be the same as IDEA does...
Community
IntelliJ IDEA Open API and Plugin Development
Using MoveClassesOrPackagesRefactoring to refactor a java file
0 votes
«
First
‹
Previous
Next
›
Last
»