Alexander Babaev
- 活动总数 246
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 81
-
创建于 Slooooow debugging in linux
I debug web application in windows and linux (Resin/JDBC). In windows debug stepping is fast, in linux it is much, much slower. In windows I can press F8 several times without delay, it is normal, ... -
创建于 Tool windows interesting update
Is it possible to place buttons in tool windows (debug/project/...) differently in different modes. If window is on the right or left side - place buttons on top, if on top or bottom - place them o... -
创建于 Problem with similar tags in taglibs
I've got similar tags in different taglibs ("title" for example), they differ with their attributes. In such code: <%@ taglib uri="/WEB-INF/jdnevnik.tlb" prefix="jd" %> ]]>selects attribute ... -
创建于 Trouble with rsource bundles
Build 3542. When assigning texts, using resource bundle, text disappears after assigning Action to a component (JButton in my case). Is it normal? JDK 1.5 -
创建于 Idea 5.0 and MacOS X X86
Just for information: it works! :) Not very stable, but as I think, it's related to Rozetta, not Idea.Cool. -
创建于 Debugger usability feature request
Now in Idea I have to switch between horisontal (bottom-pinned for example) debug tool window (when I read Console output. There are many long log lines) and vertical one (when I use Frame tab - t... -
创建于 Idea/antialiasing/Mustang
Just launched Idea on Mustang 1.6.0-ea (b38). Turned on antialiasing, according to this thread http://forums.java.net/jive/thread.jspa?threadID=603&tstart=15Project tree, buttons in project setting... -
创建于 Clipboard bug
I'm getting "workaround of this bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4818143" more and more frequently... And every time I get it, I have to reopen Idea (EAP 3354). -
创建于 Can't edit XML
Start Idea (3341). Project opens automatically. Open simple XML (below) after trying to select a line marked with asteriks - message about JVM bug workaround... And Idea hangs. Poor :( ... -
创建于 Stepping in debug mode
Why if I try to step through a "if" and condition equals to "false", debugger steps on the last line of "if", not after it? Very annoying, when debugging small conditions.