主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergiy Dubovik
活动总数
88
最后的活动
2019年12月05日 17:37
成员加入日期
2006年09月06日 13:44
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
31
活动概览
帖子(19)
评论(38)
按最近的活动排序
最近的活动
投票数
创建于
2011年06月14日 13:13
Thanks. Found several, after looking at them for half a day they don't look that complex after all.Is it possible to implement just syntax highlighting? I registered<fileTypeFactory implementation=...
社区
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 票
创建于
2012年06月10日 06:53
I don't remember exactly, it was a year ago. Try to start parsing something, I don't think I did something special, at least from git log can't see anything. You seem to have all required pieces so...
社区
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 票
创建于
2006年09月06日 14:30
What exactly do you want to do? "EditorCopy" is notan event.If you want to execute an action programmatically,you can callActionManager.getInstance().getAction(id).actionPerformed() with a correct ...
社区
IntelliJ IDEA Open API and Plugin Development
Fire an event from a plugin
0 票
创建于
2006年09月06日 15:06
Great, thanks!Sergiy
社区
IntelliJ IDEA Open API and Plugin Development
Fire an event from a plugin
0 票
创建于
2006年10月17日 12:18
The common design rule is to use DialogWrapper as thecommon base class for dialogs. We know that it works. :) You can findplenty of examples of its use in the plugins provided in the development ki...
社区
IntelliJ IDEA Open API and Plugin Development
Dialog management for a settings window
0 票
创建于
2006年10月17日 13:37
SD> I spent hours trying to get DialogWrapper towork, but I failed.Why?I guess the most common mistake is not to callinit().Correct. I found an example in devkit sources, NewActionDialog and didn't...
社区
IntelliJ IDEA Open API and Plugin Development
Dialog management for a settings window
0 票
创建于
2007年09月27日 11:35
Have you tried to set order of severities?
社区
IntelliJ IDEA Open API and Plugin Development
Create new severity for inspection
0 票
创建于
2007年09月27日 11:43
This version seems to work: severites = new ArrayList(); for(int i = 0; i < severityRegistrar.getSeveritiesCount(); i++){ severites.add(severityRegistrar.getSeverityByIn...
社区
IntelliJ IDEA Open API and Plugin Development
Create new severity for inspection
0 票
创建于
2007年10月30日 11:54
Could you please be more specific. How to use CompletionData, how can I add my items in it? Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Comments, plain text code completion
0 票
创建于
2008年12月23日 18:38
Thanks Dmitry,Actually I don't need to know all lookup items, it's enough to know that there is at least one. Is it possible to find out if "there is something to suggest"?I'm trying to port to 8th...
社区
IntelliJ IDEA Open API and Plugin Development
SmartCompletion results
0 票
«
第一页
‹
上一页
下一页
›
最后
»