Dennis Haupt
- 活动总数 1158
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 412
-
创建于 migrate type?
what's the difference between the migrate type and change type quickfixes, except for the possibility to see the changes in advance? -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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"... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ...