Konstantin Sobolev
- 活动总数 187
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 62
-
创建于 [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... -
创建于 [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... -
创建于 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 ... -
创建于 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... -
创建于 '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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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...