主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergiy Dubovik
活动总数
88
最后的活动
2019年12月05日 17:37
成员加入日期
2006年09月06日 13:44
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
31
活动概览
帖子(19)
评论(38)
按最近的活动排序
最近的活动
投票数
创建于
2008年12月25日 11:44
Thanks Peter, looking forward.
社区
IntelliJ IDEA Open API and Plugin Development
SmartCompletion results
0 票
创建于
2010年11月02日 18:30
That was easy. I found idea/java/openapi directory with sources. So zipped it and don't need 700mb of IDEA sources anymore. -- sergiy
社区
IntelliJ IDEA Open API and Plugin Development
OpenAPI sources
0 票
创建于
2010年11月03日 11:16
Hei,Yes, after checking sources for several hours I realized that. Anyway sources looked very well structured and easy to navigate, so I guess I will keep them but didn't have to compile as guide s...
社区
IntelliJ IDEA Open API and Plugin Development
OpenAPI sources
0 票
创建于
2012年01月11日 11:41
Thanks Denis. Yes I checked it. However I didn't want to copy code from there. Public API in my opinion should do that and if it doesn't do that then there is a bug and here is why.I can clone colo...
社区
IntelliJ IDEA Open API and Plugin Development
Creating EditorColorsScheme
0 票
创建于
2012年01月11日 20:59
I found where the problem is.public TextAttributes clone() { TextAttributes cloned = new TextAttributes(); cloned.myAttrs = myAttrs; return cloned; }So, when I clone TextAttribute I use...
社区
IntelliJ IDEA Open API and Plugin Development
Creating EditorColorsScheme
0 票
创建于
2011年06月14日 13:38
My problem is not registration of a highlighter. I do it through plugin.xml which I believe same as you wrote. However it seems that I'm doing something wrong and get a lot of exceptions.
社区
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 票
创建于
2011年06月14日 19:38
Thanks, that looked nice. However it uses different way to split input stream into tokens. It doesn't use flex. I still don't get what is wrong with my code. Found few other plugins. It looks quite...
社区
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 票
创建于
2011年06月25日 19:09
Thanks for help, I managed to move forward.
社区
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 票
«
第一页
‹
上一页