Vladimir Rudev
- Total activity 94
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Created Can't build community edition
Hello,I have a problem with building IDEA CE.I checkout 0486fbb revision from github yesterday. Build with ant show 'BUILD FAILED', see attached build log.When I call Build->Make from opened IDEA p... -
Created How to enable DnDAwareTree setDropMode behaviour?
Hello, I use DnDAwareTree in same way as in AbstractProjectViewPane.I want implement reordering in my tree, last part I can't make is showing drop positions between tree rows(setDropMode(DropMode.I... -
Created TFS update process under the hood
Hello JB Team!I use TFS on some projects, one of them with ~14000 files.I noticed one strange thing in update process - after IDEA show list of updated files(or "Up to date" bubble) it load one CPU... -
Created PsiShortNamesCache analog in PhpStorm
Hello, I want port my plugin(Tabdir) to other IntelliJ Platform products.In my plugin I need to obtain all files(VirtualFiles) in project into array, for IDEA it works like this:PsiShortNamesCache ... -
Created TFS checkout fail
Hello, I use Ubuntu 10.04, IDEA 10.5.2(107.587). We have TFS server with project about 15 000 files. Server have restriction on check out(check out for modification) files count per user. I want ch... -
Created ant: how to input password?
IDEA provide awesome inputHandler for ant - when run ant tasks within IDEA <input> target have GUI. I need to ask password in my build file, in the ant documentation this look like this:<input mess... -
Created IDEA codestyle question
Have IDEA 9.0.4 codestyle possibility to move get/set methods to the bottom of containing class on reformat code operation? Settings->Code Style->Code Generation->Order of Members doesn't seem what... -
Created Can't run build with custom ant
I try to run build with ant 1.8.0, I choose my ant installation dir and choose "Use custom ant" in Ant Build properties.When I run build I got this output:/usr/lib/jvm/java-6-sun/bin/java -Xmx128m ... -
Created How to disable svn annotate merges processing?
On Maia to svn plugin was added possibility to mark merge commits in file annotation. After this addition annotate function began to work much slower(3-4 times) on files with merges in history.I th... -
Created How to change title in editor tab?
I need to change editor tab title in my FileEditorManagerListener implementation when file is opened. I found EditorTabbedContainer that can change label of tabs, but I doesn't found way to obtain ...