Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
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
March 13, 2017 15:13
I think that the problem was with resolve and isReferenceTo, did you check that methods and how they are invoked during references search? Writing the language support is not that easy but you may ...
Community
IntelliJ IDEA Open API and Plugin Development
Need help with TemplateBuilder
0 votes
Created
March 13, 2017 15:00
I remember how you asked about ReferencesSearch, was there any progress? If you would find the references, then the inplace rename should work out of the box
Community
IntelliJ IDEA Open API and Plugin Development
Need help with TemplateBuilder
0 votes
Created
March 13, 2017 09:15
Hi Eugene, To the first exception: you start the template over attribute which would be a container in your case and should contain everything else you add to the template. But then you add refs wh...
Community
IntelliJ IDEA Open API and Plugin Development
Need help with TemplateBuilder
0 votes
Created
March 09, 2017 09:23
Hi, if you don't want to work with multiple carets, then the code should look like something like this: {code} caret = editor.getCaretModel().getOffset(); method = PsiTreeUtil.getParentOfType(file....
Community
IntelliJ IDEA Open API and Plugin Development
Get name of enclosing java method based on caret location
0 votes
Created
March 09, 2017 08:42
Hi, is your plugin visible at File | Settings | Plugins? If it is loaded, I'd suggest to check if method com.intellij.codeInsight.daemon.impl.ExternalToolPass#collectInformationWithProgress is exec...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin with only a single ExternalAnnotator
0 votes
Created
March 08, 2017 15:39
Cool! There are multiple things which could go wrong with references search. The common algorithm if you don't provide your own searcher: 1. find all textual occurrences in the scope (You need to c...
Community
IntelliJ IDEA Open API and Plugin Development
Rename behavior is different between editor and structure view
0 votes
Created
March 06, 2017 10:46
Hi Richard, please attach the stacktrace. Thanks, Anna
Community
IntelliJ IDEA Open API and Plugin Development
ImageNotReadyException in Command Line tool
0 votes
Created
February 21, 2017 12:33
I doubt that removeAllHighlighters is a good idea - you would remove highlights which were provided by IDE or another plugin as well. As you use a standalone application to provide the data, it lo...
Community
IntelliJ IDEA Open API and Plugin Development
Creating hover popup windows for certain lines
0 votes
Created
February 21, 2017 11:58
Hi, do you need these highlightings to be visible after project reopen or how would you like to clear them? Thanks, Anna
Community
IntelliJ IDEA Open API and Plugin Development
Creating hover popup windows for certain lines
0 votes
Created
February 15, 2017 13:02
Hi Holger, ReferencesSearch searches for usages inside element.getUseScope() (intersecting with provided scope when one is available). There are scope enlargers and the corresponding one is com.int...
Community
IntelliJ IDEA Open API and Plugin Development
Reference search scope different between project files and scratches?
0 votes
«
First
‹
Previous
Next
›
Last
»