Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergiy Dubovik
Total activity
88
Last activity
December 05, 2019 17:37
Member since
September 06, 2006 13:44
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
31
Activity overview
Posts (19)
Comments (38)
Sort by recent activity
Recent activity
Votes
Created
October 30, 2007 11:54
Could you please be more specific. How to use CompletionData, how can I add my items in it? Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Comments, plain text code completion
0 votes
Created
December 23, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
SmartCompletion results
0 votes
Created
December 25, 2008 11:44
Thanks Peter, looking forward.
Community
IntelliJ IDEA Open API and Plugin Development
SmartCompletion results
0 votes
Created
November 02, 2010 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
Community
IntelliJ IDEA Open API and Plugin Development
OpenAPI sources
0 votes
Created
November 03, 2010 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...
Community
IntelliJ IDEA Open API and Plugin Development
OpenAPI sources
0 votes
Created
January 11, 2012 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...
Community
IntelliJ IDEA Open API and Plugin Development
Creating EditorColorsScheme
0 votes
Created
January 11, 2012 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...
Community
IntelliJ IDEA Open API and Plugin Development
Creating EditorColorsScheme
0 votes
Created
June 14, 2011 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.
Community
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 votes
Created
June 14, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 votes
Created
June 25, 2011 19:09
Thanks for help, I managed to move forward.
Community
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 votes
«
First
‹
Previous