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
December 05, 2019 17:37
looks like there are few bug reports about it already https://youtrack.jetbrains.com/issue/SCL-15580
Community
Scala
Worksheet, multiline strings, stripMargin - wrong content
0 votes
Created
June 28, 2013 17:24
Added 3http://youtrack.jetbrains.com/issues?q=by%3A+dubikHave to say that ASSERT_EQ from Google Test is parsed correctly in 2.1.1.
Community
AppCode
C++ unit test runner
0 votes
Created
June 25, 2013 11:20
Even if you can survive without u8, it's not going to work very well because AppCode can't parse GTest macro correctly and it will highlight them in red :(I'm waiting for C++ IDE EAP to file bug re...
Community
AppCode
C++ unit test runner
0 votes
Created
April 09, 2013 13:27
I'm using Google Test framework https://code.google.com/p/googletest/I was thinking to rip off the junit test runner from IntelliJ and add a parser for googletest output. Unfortunatelly because of:...
Community
AppCode
C++ unit test runner
0 votes
Created
June 10, 2012 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...
Community
IntelliJ IDEA Open API and Plugin Development
Source for simple language plugin
0 votes
Created
February 21, 2012 07:23
I recreated project and now it works as it should.
Community
IntelliJ IDEA Users
How to keep ant tool window visible
0 votes
Created
February 20, 2012 14:11
Yes it's checked. It's also docked. I tried all combinations though.I have same settings for both intellij windows and in one case it hides after executing ant target and other - doesn't.I also che...
Community
IntelliJ IDEA Users
How to keep ant tool window visible
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
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
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
Next
›
Last
»