Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
August 18, 2015 18:30
could referencesSearch EP work?
Community
IntelliJ IDEA Open API and Plugin Development
Reference to a named element using a different name?
0 votes
Created
August 18, 2015 16:09
similar problem here: ReferencesSearch returns 0 results.element exists, references are created..any hints?update: never mind, found a workaround
Community
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch findAll() returns Empty Collection
0 votes
Created
August 17, 2015 17:52
> references from this element to other elementsall other elements or only declarations?Thank you very much Dmitry!
Community
IntelliJ IDEA Open API and Plugin Development
PsiElement.getReferences
0 votes
Created
August 17, 2015 13:54
> AutomaticRenamerFactory API.Dmitry, could you give some detail about AutomaticRenamerFactory, please? What is its usual use case?
Community
IntelliJ IDEA Open API and Plugin Development
How to add additional options to the move and rename file dialogs?
0 votes
Created
August 17, 2015 13:26
this could be an answer:renamer.performInplaceRename(); returned false because InplaceRefactoring.checkLocalScope() returned null overriding checkLocalScope fixed it. I did not realize that in-...
Community
IntelliJ IDEA Open API and Plugin Development
VariableInplaceRenameHandler - endless loop
0 votes
Created
August 16, 2015 17:21
Hello Wei,with these PsiElement methods:getContext()getParent()getChildren()getPrevSibling()getNextSibling()you can traverse across Psi tree.see if this works for you.
Community
IntelliJ IDEA Open API and Plugin Development
Get outer class's this from PsiElement
0 votes
Created
August 15, 2015 18:12
> SegmentArray.segmentNotFound I ran into a similar exception (although different assertion error: 6, not 2005). In this case it was caused by lexer returning null element type in the middle of the...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
August 06, 2015 16:23
> The intended usage is to add all of the dependent code as modules to a single project.This would be the ideal solution, yes.This plugin is for a language for which module type & SDK do not appear...
Community
IntelliJ IDEA Open API and Plugin Development
ChooseByNameContributor.getItemsByName (.. includeNonProjectItems)
0 votes
Created
August 06, 2015 16:11
Hi Dmitry,well I am looking to include items from dep projects in goto shortlist.let's say, current project uses symbols defined in other projects. Goto would open up a file in that other project w...
Community
IntelliJ IDEA Open API and Plugin Development
ChooseByNameContributor.getItemsByName (.. includeNonProjectItems)
0 votes
Created
July 30, 2015 12:11
ok following Sebastian Sprenger's suggestion in this thread:https://devnet.jetbrains.com/message/5507074#5507079I added Sebastian's code to SimplePsiImplUtiland added getReferences to {mixin ... me...
Community
IntelliJ IDEA Open API and Plugin Development
Register the reference contributor
0 votes
«
First
‹
Previous