Dennis Haupt
- 活动总数 1158
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 412
-
创建于 what happened to highlight usages in file?
i updated to the newest eap (6117), and the feature is gone? -
创建于 intention to dechain chains of death
i stumple across a lot of code which looks like:the longer the chain, the more time consuming it is to find the null element. an intention that extracts every return value as a local variable would... -
创建于 personal license question
hi,this may be a stupid question, but since there are no stupid ones, here it comes:i've bought a personal license for 6.0 because i'm developing a webshop as a freelancer (which is permitted) and ... -
创建于 current project -> simple runnable jar file?
hi.is it possible to make idea create a jar file containing all project classes (both compiled stuf and other jars) that can simply be run on another computer? i'm sick of typing batch files manually. -
创建于 changes-tab suggestion (easy made & very useful)
when i want to commit my changes, i first have to check for updates. after i did this, i do NOT want to switch to the messages-tab. if there a conflicts, i'll know it because of a message box. if t... -
创建于 no more ant support in 5646
the "ant build" button at the left (or right?) is simply missing since i installed eap 5646. as far as i see, there is no exception except one caused by the declarationtools-plugin that was install... -
创建于 feature request: generate clone
i just noticed that there is no plugin/menue/option to do this. since there is a generator for toString, equals and hashcode, constructors and accessors, there should be one for generating clone. -
创建于 can't work with 5181
almost any action results in:(ProfileMappingConfigurable.java:51) at com.intellij.profile.ui.InspectionProfileConfigurable.(InspectionProfileConfigurable.java:11) at sun.reflect.NativeConstructor... -
创建于 code completition doesn't work in "evaluate expression" and "evaluate code fragment"
i've got a problem:as the title says, the code completition is broken. since a few weeks (maybe month) but it's just me at home. i've got another installation on my office, the same eap-builds, it ... -
创建于 how do "@NotNull" and "@Nullable" work ?
i have no idea how to use those annotations. idea says that it can use them to warn about NPEs, but build 3417 either ignores them, or i'm using them wrong...(created an public @interface Nullable)