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 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
Created
September 02, 2015 14:04
try this:Runnable r = ()-> EditorModificationUtil.insertStringAtCaret(ed, str);Application app = ApplicationManager.getApplication(); app.executeOnPooledThread(() -> app.runWriteAction(r));
Community
IntelliJ IDEA Open API and Plugin Development
Write access is allowed inside write-action only (see com.intellij.openapi.application.Application.runWriteAction()
0 votes
Created
September 02, 2015 14:29
actually, in this case (a) I would switch to Completion Contributor and getVariants() would return Object[0];the context allows to filter out unlikely items. It is easier to prepare the list in one...
Community
IntelliJ IDEA Open API and Plugin Development
CompletionContributor vs. PsiReference
0 votes
Created
September 03, 2015 07:18
Thank you very much for sharing this, Patrick!!> you can use CompletionType.SMARThow is CompletionType.SMART different from CompletionType.BASIC?is CompletionType.SMART customizable in code?
Community
IntelliJ IDEA Open API and Plugin Development
CompletionContributor vs. PsiReference
0 votes
Created
September 03, 2015 10:02
Thank you Dmitry.I was not aware of Ctrl-Shift-Space.
Community
IntelliJ IDEA Open API and Plugin Development
CompletionContributor vs. PsiReference
0 votes
Created
September 21, 2015 08:47
> Do you mean:com|__ simplepluginyes:add folder com under srcadd folder myfirstplugin under src/comnow all files added to folder myfirstplugin should be automatically placed in package com.myfirstp...
Community
IntelliJ IDEA Open API and Plugin Development
Missing documentation details in IntelliJ Platform SDK DevGuide
0 votes
«
First
‹
Previous
Next
›
Last
»