Vladimir Rudev
- 活动总数 94
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 29
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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 ...