Sergiy Dubovik
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
-
Created 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... -
Created 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... -
Created [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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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! -
Created 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... -
Created 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