Konstantin Sobolev

- Total activity 186
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 62
-
Created [Grammar-Kit] non-closed block comments
Hi What's the correct way to handle non-closed block comments in grammar-kit? I copied this rule BLOCK_COMMENT="/*" !([^]* "*/" [^]*) ("*/")? from ./support/org/intellij/jflex/parser/_JFlexLexer.f... -
Created [Grammar-Kit] preview bug?
I'm playing with the Grammar-Kit and I can't understand preview behavior for the following simple grammar: ``` { tokens=[ id = 'regexp:(_|\p{Alpha})\w*' space='regexp:\s+' // FOO = 'foo... -
Created intercepting file open operation
Hiis it possible to intercept file open operation and perform custom action instead of calling default editor?context: I'm trying to build custom editor for certain flavor of .json files using MPS ... -
Created mass rename
HiDoes there exist any relatively easy way to perform a mass fields rename in IDEA?We have lots of fields that we want to rename from THIS_NOTATION to thisNotation.I was able to compose a structura... -
Created 'if' statements formatting
HiI can't find how to stop IDEA from putting 'if' statement body on the same line. For instanceif (bla) foo();becomesif (bla) foo();after reformatting.Is there any way to make it split it into 2 l... -
Created 9.0m1 constant reindexing
Hi,I'm getting a nasty problem with Maia - it keeps reindexing my project in a loop, seems like it scans libs, then goes to sources, then back to libs and so on. It has opened my project OK yesterd... -
Created Scala libraries not getting indexed
Hello,I've been working with Scala plugin for some time and had no major problems with it until recently when my X server crashed, killed IDEA and on the next restart it decided to rebuild all of i... -
Created git integration: files changed in version X
Hello,Is there any way to get a list of files changed in some version from file history view? SVN integration has it as an option in the context menu:any file -> svn -> show history -> right click ... -
Created JTextPane and VK_HOME
Hi,I have a JTextPane in my plugin, and I want it to have custom VK_HOME event handler, which would move the caret to the beginning of the last line. However, it looks like IDEA takes over and firs... -
Created svn integration lockups
HiI'm experiencing some annoying problems with built-in svn client, it often locks up when talking to svn server. Most often it happens when I try to view file history or run 'annotate' command. It...