Dennis Haupt
- Total activity 1158
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 412
-
Created 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... -
Created focus of idea 8.0?
what will be the focus of idea 8.0?more refactorings? more supported frameworks? more languages? a godlike debugger? -
Created release 7.0 close?
is ij7 going to be released soon? i thought we'll get it around the beginning of 2008? -
Created 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... -
Created 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... -
Created 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... -
Created 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 (... -
Created "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... -
Created 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... -
Created 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...