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 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
Created
August 19, 2015 10:57
Cheers Dmitry. this helps.Is there a way to cache values on per-project basis?Speaking more broadly, how could I tie (set & get) custom class instances to a project?This is probably another topic. ...
Community
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 votes
Created
September 02, 2015 10:47
may I add to the above question:PsiReference.getVariantsvsCompletionProvider.addCompletionsboth produce LookupElementswhat is the main purpose of each?did I understand Dmitry's answer correctly: ...
Community
IntelliJ IDEA Open API and Plugin Development
CompletionContributor vs. PsiReference
0 votes
Created
September 16, 2015 12:48
Thank you Maxim!well it is auto generated factory which throws an error.createElement is "patched" now. But I am still unable to wrap KEY in LINE by calling precede() and done() on PsiBuilder.1) wh...
Community
IntelliJ IDEA Open API and Plugin Development
PsiParser - complex element
0 votes
Created
September 16, 2015 14:06
you are right. Let's narrow this down.I am trying to implement PsiParser from 0.However I am using GrammarKit generated files as a guide. I assume that some GrammarKit autogenerated files (not the ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiParser - complex element
0 votes
Created
September 16, 2015 14:11
> each Marker.mark / done will produce distinct composite ast node with type as given in argument.This is what I expect, too. This does not happen. ?:|Outer marker has no effect.IElementType type p...
Community
IntelliJ IDEA Open API and Plugin Development
PsiParser - complex element
0 votes
«
First
‹
Previous
Next
›
Last
»