Konstantin Sobolev
- 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 ... -
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... -
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... -
Created elastic tabstops
HiI think this is an interesting concept which can be incorporated into the editor..http://nickgravgaard.com/elastictabstops/