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
January 16, 2016 09:48
Hello Kingsley> I added some extension points for custom librariescould you hint: which extension points? ;)> programmatically create a library that is my custom library typenot sure how to do this...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically add external libraries for custom LibraryKind
0 votes
Created
January 16, 2016 10:17
very neat.thank you very much for the detail.actually "Cannot Save Project - null" error rings a bell. I ran into this after reorganizing project structure: rearranging modules, manually (outside o...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically add external libraries for custom LibraryKind
0 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 18:55
you are welcome Scottglad it worked :)
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 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 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 25, 2015 18:34
Thank you very much, Dmitry!!
Community
IntelliJ IDEA Open API and Plugin Development
plugin.xml: import files
0 votes
Created
August 19, 2015 09:55
Hi Yann,I am looking for use example which shows how to correctly use CachedValuesManager: get & set.Just hope to save some valuable time for me and hopefully others for productive coding and testi...
Community
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 votes
Created
August 19, 2015 10:13
here is an example:https://github.com/joewalnes/idea-community/blob/master/java/java-impl/src/com/intellij/psi/impl/source/ClassInnerStuffCache.javaset:private void buildCaches() { final CachedV...
Community
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 votes
«
First
‹
Previous
Next
›
Last
»