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
January 28, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
throwing exceptions with runProcessWithProgressSynchronously
0 votes
Created
January 29, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
throwing exceptions with runProcessWithProgressSynchronously
0 votes
Created
April 01, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Handing refactorings based on parameter renames
0 votes
Created
April 01, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Handing refactorings based on parameter renames
0 votes
Created
April 16, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
limit refectoring to one document?
0 votes
Created
August 28, 2013 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot show description or depends in UpdatePlugins.xml
0 votes
Created
September 18, 2013 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.
Community
IntelliJ IDEA Open API and Plugin Development
Java method resolving
0 votes
Created
September 18, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Java method resolving
0 votes
Created
November 29, 2013 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....
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 votes
Created
December 02, 2013 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
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight problems created by a GlobalInspectionTool
0 votes
«
First
‹
Previous
Next
›
Last
»