Sergiy Dubovik

- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 31
-
创建于 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... -
创建于 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... -
创建于 [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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Creating EditorColorsScheme
Hei,I'm trying to copy Default colors scheme and change color for the Java's keywords.I was using clone() which would do proper copying but it has the same problem as creating EditorColorsSchemeImp... -
创建于 Plugin in ruby
Hei,Is is possible to write Intellij IDEA plugin entirely in ruby? I can't configure JRuby plugin so that it would compile my sources instead of interpreting them. Thanks! -
创建于 Source for simple language plugin
Hi,Are there sources of simple plugin which adds language to IDEA? Javascript plugin was the perfect, but it doesn't seem to work with latest version. Ruby, groovy those are too big.Prefferably imp... -
创建于 Native library in a plugin
Hei,I would like to use a dll inside my plugin. 4 years ago Alexey suggested to overload class loader:http://devnet.jetbrains.net/message/5125202#5125202Is that still the case?Thanks.- sergiy