Konstantin Sobolev

Avatar
  • 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...
    • 1 follower
    • 0 comments
    • 1 vote
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 3 followers
    • 5 comments
    • 1 vote
  • 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...
    • 3 followers
    • 5 comments
    • 0 votes
  • 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...
    • 3 followers
    • 5 comments
    • 0 votes
  • 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...
    • 1 follower
    • 1 comment
    • 0 votes
  • 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 ...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 6 comments
    • 0 votes
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes