Sergiy Dubovik
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
-
Sergiy Dubovik commented, -
Sergiy Dubovik created a post, Worksheet, multiline strings, stripMargin - wrong content
Probably I'm missing something obvious, already hit this few times. Open worksheet and type val k = """0 |1 |""".stripMargink.length I get this: k: String ="0 //11 //2"res0: Int = 12 which i... -
Sergiy Dubovik created a post, References and resolve
I'm developing a custom scala like langauge plugin. Implementing "References and resolve" from http://confluence.jetbrains.com/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA#D... -
Sergiy Dubovik created a post, [GrammarKit] Store parsed token in Psi class
I have the following rule:Def ::= ('val' | 'var') PatternDefclass which represents 'Def' rule doesn't contain tokens, it contains only PatternDef reference.Is there a way to make GrammarKit generat... -
Sergiy Dubovik created a post, Google Test Runner - Run configuration is not selected
Hi,I almost completed my Google Test Runner plugin for AppCode, but got a problem.I created run configuration and added 2 fields - executable and working directory. My idea is just to run executabl... -
-
Sergiy Dubovik created a post, C++ unit test runner
I would like to write a plugin which would run my C++ google test unit tests. Could someone suggest API which I should look at? IIRC Resherper has some easy way to add custom test runners, is there... -
Sergiy Dubovik commented, -
-
Sergiy Dubovik created a post, How to keep ant tool window visible
Hei,I like when my ant toolwindow is open all the time. At some point, I'm not sure what I did (did I?) it started to hide after I click on a target (after target is complete). It freaks me out.I c...