Sergiy Dubovik
- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 31
-
-
Sergiy Dubovik 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, [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 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
-
Sergiy Dubovik 创建了一个帖子, 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...