主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2014年05月09日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to retrieve refactoring arguments
0 票
创建于
2014年05月12日 08:30
That's a bug, fixed. thanks!
社区
IntelliJ IDEA Open API and Plugin Development
How to retrieve refactoring arguments
0 票
创建于
2014年05月14日 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"
社区
IntelliJ IDEA Open API and Plugin Development
Show classes from a package in a dialog box
0 票
创建于
2014年05月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Show classes from a package in a dialog box
0 票
创建于
2014年07月02日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 票
创建于
2014年07月02日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 票
创建于
2014年07月16日 09:59
yes, they should be the same as well as pluginIds
社区
IntelliJ IDEA Open API and Plugin Development
custom intellij plugin repository
0 票
创建于
2014年10月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
List errors and warnings for Editor
0 票
创建于
2014年10月20日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How to properly use custom release channels in IDEA 14 (and not only)
0 票
创建于
2014年10月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Using MoveClassesOrPackagesRefactoring to refactor a java file
0 票
«
第一页
‹
上一页
下一页
›
最后
»