主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2016年01月16日 19:28
(how to) listen to "file opened" event with MessageBus :public class FileOpenListenerA implements FileEditorManagerAdapter { @Override public void fileOpened(@NotNull FileEditorManager manager, ...
社区
IntelliJ IDEA Open API and Plugin Development
What is 'message bus' and how to use it?
1 票
创建于
2015年09月18日 18:12
this seems ok:PsiElement element = parameters.getPosition().getParent();now you can call element.getParent().getParent()... until you get up to Function PsiElementthen you could call PsiTreeUtil.c...
社区
IntelliJ IDEA Open API and Plugin Development
Code Completion - get context in which is method called
1 票
创建于
2016年01月06日 10:16
Hello Hasintha,CompletionParameters.getOriginalPosition() returns the current element.you could look up parent elements withcurrentElement.getContext().getParent().getText();something like this.
社区
IntelliJ IDEA Open API and Plugin Development
Completion Contributor for Scala
1 票
已编辑于
2016年01月21日 03:50
Hello Jin,in what programming language?xml?
社区
IntelliJ IDEA Open API and Plugin Development
How to intercept and process code nodes (syntax and highlight)
1 票
创建于
2016年03月29日 11:01
> is that the reason it isn't showing in the first step? I am not sure. Just guessing: could try to implement moduleConfigurationEditorProvider extension point here is an example
社区
IntelliJ IDEA Open API and Plugin Development
Setting up an SDK and Language Version for new Project
1 票
创建于
2016年03月05日 22:06
Hello Igor, you could implement a VirtualFileAdapter and override its public void fileMoved(@NotNull VirtualFileMoveEvent event) register this listener with VirtualFileManager.getInstance().addV...
社区
IntelliJ IDEA Open API and Plugin Development
reference to file in dragged folder
1 票
创建于
2016年02月14日 18:36
Hello Jihui, override this method to collapse symbols by default: public abstract boolean isCollapsedByDefault(@NotNull ASTNode node); the shortcut should work ok on both collapsed (by default or t...
社区
IntelliJ IDEA Open API and Plugin Development
[Question] how can i replace identifer with other symbols
1 票
创建于
2016年02月18日 18:46
Hello Brian, > method or methods that will return a list of classes, members and methods of a package what language is your plugin for? > what method returns the current contents if you are askin...
社区
IntelliJ IDEA Open API and Plugin Development
Completion list APIs
1 票
创建于
2016年03月18日 18:48
Hello Mikhail, Hopefully this is ok to suggest on forum too. The ideal support level may be: code obfuscation & copy protection prevent (or at least monitor) unlicensed use help distribute free tr...
社区
IntelliJ IDEA Open API and Plugin Development
Distribute and Monetize IntelliJ/WebStorm Plugins
1 票
已编辑于
2016年03月29日 09:01
Hello Shai, Did you check Project Settings > Platform Settings > SDKs ? is SDK configured there? did you put a breakpoint right after Sdk[] s and check if the array is empty?
社区
IntelliJ IDEA Open API and Plugin Development
Setting up an SDK and Language Version for new Project
1 票
«
第一页
‹
上一页
下一页
›
最后
»