Konstantin Sobolev

Avatar
  • Total activity 187
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 7
  • Subscriptions 62
  • 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
  • Created

    Couple of IDETalk questions

    HiI know that jabber allows to have 2 and more clients to be logged in using the same account. Since IDETalk doesn't support groupchat (yet?), I'm running Psi to participate in our team's conferenc...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    elastic tabstops

    HiI think this is an interesting concept which can be incorporated into the editor..http://nickgravgaard.com/elastictabstops/
    • 9 followers
    • 14 comments
    • 10 votes