Konstantin Sobolev
- Total activity 186
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 62
-
Created IDEADEV-7057: am I really wrong here?
Hican anyone explain me in more details why I'm wrong here:http://www.jetbrains.net/jira/browse/IDEA-7057?page=allit really looks like a bug in either IDEA or javac -
Created IdeaIRC plugin
Hello,I was making an IRC plugin for IDEA but now I don't have time even to finish the configuration UI. At the same time I feel that this project may be interesting to someone, so I decided to sha... -
Created CVS screws up
Hi,I'm getting a strange problem with 5.0 and 5.0.1, after a while random CVS/Repository files get corrupted, correct paths get overwritten with the path to CVSROOT on the server. For example I hav... -
Created properties editor leaves garbage
Hi,I'm trying to use new properties editor with transparent native-to-ascii conversion, and sometimes, when reopening a file I find a strange garbage there. Usually it looks like this: some unicode... -
Created resources editor performance
Hi,we have quite large resource bundle, between 500K and 1.5M per .properties file, and IDEA is very slow on editing it, i.e. when I press F4 while standing on resource bundle node in the project v... -
Created incremental patches
EAP builds get bigger and bigger, I have to think twice before downloading another 40Mb update. Why not to release incremental binary patches along with full versions?For example Xdelta can be used... -
Created thlnk
Hi alltried this stuff on Vim, I think it is worth of IDEA porthttp://www.bf-consulting.de/thlnk/vim/if anyone has time.. -
Created Can't upload plugin version.
HiI've created new version of my BSFConsole plugin with new since-build tag in plugin.xml. However I can't upload it to http://plugins.intellij.net/plugins/version for a week already, I always get ... -
Created ClassLoader question
This is not OpenAPI-specific, but it is an attempt to allow my plugin to see jars located in IDEA/lib/ant.I suspect that AntConsole class has been already loaded and cached by some of classLoader's... -
Created Dynamic Actions Presentation
HiMy plugin has a number of actions that appear in different places: in the plugin's toolwindow toolbar, in the toolwindow's context menu, in the editor's context menu and (is it really an ActionPl...