主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2013年01月28日 10:58
4. You must had added the cls element to be renamed which cannot be performed as library code should not be modified. Seems that the action should be disabled out of project content FileIndex.inCon...
社区
IntelliJ IDEA Open API and Plugin Development
throwing exceptions with runProcessWithProgressSynchronously
0 票
创建于
2013年01月29日 09:11
If you simply call renameRefactoring.run() it will wrap find usages with progress and doRefactoring with command and write action. It would also resolve/search for conflicts etc. Though invoked fro...
社区
IntelliJ IDEA Open API and Plugin Development
throwing exceptions with runProcessWithProgressSynchronously
0 票
创建于
2013年04月01日 20:40
Hi Mike,I don't think that I ever advice you to implement VariableInplaceRenamer.I adviced you to implement an interface which enlarges the scope of your parameter (com.intellij.psi.search.UseScope...
社区
IntelliJ IDEA Open API and Plugin Development
Handing refactorings based on parameter renames
0 票
创建于
2013年04月01日 22:11
You can provide additional scope for your parameter and include there your html file. In oder to do it you need to extend UseScopeEnlarger abstract class with one method, register it in your plugin...
社区
IntelliJ IDEA Open API and Plugin Development
Handing refactorings based on parameter renames
0 票
创建于
2013年04月16日 15:08
Please try to debug from com.intellij.refactoring.rename.RenameProcessor#findUsages. You'll be able to see if the options are set and would be able to find the processor which returns usages in str...
社区
IntelliJ IDEA Open API and Plugin Development
limit refectoring to one document?
0 票
创建于
2013年08月28日 09:03
Exactly, IDEA parses updatePlugins.xml first as a common-repository content and then tries the simple format. In simple format dependencies won't work as they are not expected to work there. I see ...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot show description or depends in UpdatePlugins.xml
0 票
创建于
2013年09月18日 08:52
Hi,there is no such api as far as I know. You need to findMethodsByName and check them yourself. 'Castable' doesn't mean anything for overload resolution so it seems to be a specific need.
社区
IntelliJ IDEA Open API and Plugin Development
Java method resolving
0 票
创建于
2013年09月18日 16:18
I would create expression from text (JavaPsiFacade.getElementFactory().createExpressionFromText()), cast it to the PsiMethodCallExpression and then call resolve. Please note, that you need to speci...
社区
IntelliJ IDEA Open API and Plugin Development
Java method resolving
0 票
创建于
2013年11月29日 17:03
Hi,You may try to implement com.intellij.lang.annotation.ExternalAnnotator, it would start in batch mode together with other annotators in common inspection and if you would implement com.intellij....
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 票
创建于
2013年12月02日 10:13
So you expect user to run batch inspections rather often and when he forgets to do so he would loose results in the editor. I don't think that it is a good idea, really
社区
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 票
«
第一页
‹
上一页
下一页
›
最后
»