主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2015年08月19日 12:05
Ta, Dmitry!! this certainly helps.I will now keep quiet for a while :-P :D
社区
IntelliJ IDEA Open API and Plugin Development
CachedValuesManager - simple example
0 票
创建于
2015年08月17日 17:52
> references from this element to other elementsall other elements or only declarations?Thank you very much Dmitry!
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.getReferences
0 票
创建于
2015年08月17日 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-...
社区
IntelliJ IDEA Open API and Plugin Development
VariableInplaceRenameHandler - endless loop
0 票
创建于
2015年08月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
ChooseByNameContributor.getItemsByName (.. includeNonProjectItems)
0 票
创建于
2015年09月10日 11:55
> the plugin code can locate various parts of the target language installation Cheers, Dmitry. This is clear.
社区
IntelliJ IDEA Open API and Plugin Development
What is an SDK?
0 票
创建于
2015年09月02日 14:04
try this:Runnable r = ()-> EditorModificationUtil.insertStringAtCaret(ed, str);Application app = ApplicationManager.getApplication(); app.executeOnPooledThread(() -> app.runWriteAction(r));
社区
IntelliJ IDEA Open API and Plugin Development
Write access is allowed inside write-action only (see com.intellij.openapi.application.Application.runWriteAction()
0 票
创建于
2015年09月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor vs. PsiReference
0 票
创建于
2015年09月03日 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?
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor vs. PsiReference
0 票
创建于
2015年09月03日 10:02
Thank you Dmitry.I was not aware of Ctrl-Shift-Space.
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor vs. PsiReference
0 票
创建于
2015年09月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Missing documentation details in IntelliJ Platform SDK DevGuide
0 票
«
第一页
‹
上一页
下一页
›
最后
»