Dennis Haupt
- 活动总数 1158
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 412
-
创建于 need some help with freaky template
hi community,some of you probaly know about javolution and its iteratorless iteration.this is how you iterate over a map: for (FastMap.Entry<A, B> l_entry = m_listeners.head(), tail = m_listener... -
创建于 focus of idea 8.0?
what will be the focus of idea 8.0?more refactorings? more supported frameworks? more languages? a godlike debugger? -
创建于 release 7.0 close?
is ij7 going to be released soon? i thought we'll get it around the beginning of 2008? -
创建于 ctrl+shift+enter improvement
the new CSE-acceptance is a nice idea, but imho it's not intelligent enough yet.basially, it should be "smart completition backwards". CSE acceptance should offer methods that match the given retur... -
创建于 performance godlike in build 7312?
i just installed the newest eap, and i am more than surpised. the memory consumption has usually been reaching 600mb within minutes and idea tortured my cpu (probably gc), now i'm at ~300mb instead... -
创建于 how effectively do people use their ide?
idea has lots of features and neat little details that help me to save a lot of time. i've seen a lot of people using idea/eclipse/netbeans as one would use a text editor with code completition and... -
创建于 increase make/reload changed classes performance
compared to eclipse, these 2 features are rather slow in idea. eclipse almost instantly replaces the classes, idea does:+ searching for files to delete <- could be done later+ randomly parse some (... -
创建于 "preparing for get file content" not intobackgroundable
this dialog is rather annoying. idea often executes some "rlog" command on my cvs which takes some time, and when "preparing for get file content" pops up, the ide is blocked until the rlog command... -
创建于 half dead lock
this is a problem that i have since a lot of builds. when recompiling a lot of classes, idea parses them, compiles them, updates its caches and locks up. grey screen, almost no cpu usage, and accor... -
创建于 feature proposal - autofix
there are quickfixes i want to apply always without exception, like "this could be final - quickfix?" and "fix implicit numeric conversions" (forgot the exact name). there should be way to tell the...