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
June 09, 2016 21:45
> Total: $4.99 .. it used to be 2p some time ago. Still it is good value, if you ask me. ;)
Community
IntelliJ IDEA Open API and Plugin Development
Get line/column by offset
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
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
Created
August 19, 2015 10:17
my more specific question is:myConstructorsCache is a private [field / property?] in ClassInnerStuffCache so it seems to be tied to its instance.is it possible to set / get cache via static method...
Community
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 votes
Created
August 19, 2015 11:18
.. so an example ofpublic static <T> void set(String key, T instance){ ...}public static <T> T get(String key){ ...} .. or non-static:public <T> void set(Project project, String key, T inst...
Community
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 votes
Created
August 19, 2015 12:05
Ta, Dmitry!! this certainly helps.I will now keep quiet for a while :-P :D
Community
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
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: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 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
September 10, 2015 11:55
> the plugin code can locate various parts of the target language installation Cheers, Dmitry. This is clear.
Community
IntelliJ IDEA Open API and Plugin Development
What is an SDK?
0 votes
«
First
‹
Previous
Next
›
Last
»