Dennis Haupt
- Total activity 1158
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 412
-
Created migrate type?
what's the difference between the migrate type and change type quickfixes, except for the possibility to see the changes in advance? -
Created cannot config idea 8.0m1
hi,i tried to switch to the classic project settings view, but nothing happened - and now, the project settings won't reappear, no matter what i do. how can i fix it?(there is no exception, at leas... -
Created can't setup groovy
this is as far as i get:http://img80.imageshack.us/img80/761/groovywl7.jpgthere is no exception, no tooltip, nothing. i've installed groovy and told idea where its located, but i still can't create... -
Created enhancement request - call hierachy needs improvement
in my code, i often use inner classes:the call hierarchy of attachCollidableEntity0 should split up and offer me to show all usages of "run", as well as all of "attachCollidableEntity", the method ... -
Created eap 7675 almost unusable (bug inside)
as soon as a completition javadoc pops up, this exception gets thrownNo messagejava.lang.NullPointerException at com.intellij.ui.popup.JBPopupImpl.isFocused(JBPopupImpl.java:220) at com.intellij.ui... -
Created hibernate ER diagram bugs - do you knowabout them?
hi jetbrains,i'm developing an application using hibernate, and the pre-latest eap had quite a few bugs. several settings are being resetted when i click on the relationship-arrows (like "optional"... -
Created easiest way to create a runnable application using idea?
hi community,i'm developing a first person shooter and want to deliver the newest builds to my little helpers who have no idea how to compile something. ideally, they should:+ update their director... -
Created refreshing vcs history never completes
i don't know how long this problem has been present in idea, but it seems it is impossible (for me, at least) to load the vcs initial history (in my case, CVS). command "rlog" is running, then stop... -
Created disable @Notnull-assertions
hi,i've compiled some code and had idea add some (lots of) notnull-assertions. i also used a lot of assert-statements.is there a way to run the code without checking for null similar to he "-ea" sw... -
Created vcs update feature suggestion
what about an option that updates all files while keeping their current branch? in my case, i have some files on a branch and some on the main trunk and ALWAYS, without exception, accidently merge ...