Michael Damberger

- Total activity 813
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 278
-
Michael Damberger created a post, Answeredauto import of any static member
IDEA seems to auto-create static imports for any constant it finds anywhere I consider this dangerous e.g. you type cache.put (...) and in reality your field is named myCache, but IDEA silently in... -
-
Michael Damberger created a post, search history per file
sometimes I wish to have search history not per file.e.g. I hit ctrl-f to search for mySearchTermthen I realize that I'm on the wrong file- go to correct file, hit ctrl-f again, but mySearchTerm is... -
Michael Damberger created a post, open project via script
is it possible to trigger the opening of an idea project via script?that means I want to have a script (.bat or ant etc.) to cause IDEA to open a projectthanks,M. -
Michael Damberger created a post, IDEA fails to recognize java.io.File
if I use File in a java source file, then the import popup does show two other File classes (see screenshot) but not java.io.Filewhat's wrong?Attachment(s):popup.JPG -
Michael Damberger created a post, show "stack trace" of method
a collegue switched to IDEA from Eclipse and asked me how he can show the "stack trace" of a method, like he can in Eclipse.He said he can show all the usages of a method and then backwards the usa... -
Michael Damberger created a post, IDEA 9 license
I evaluated IDEA 9 M1 and quite liked it - but now it says my license has expired.So, can I buy IDEA9 already?Thanks,M. -
Michael Damberger created a post, folding in large XML files
...is disabled.Is there a way to turn it on? I use -Xmx1024m, so this should be enough for a 5MB XML file? -
Michael Damberger created a post, Module settings starts Device Manager - can it be avoided?
each time I open module settings the Java ME SDK Device Manager is starting.Can I stop this somehow - this is annoying as it takes some time to start...Thanks,M. -
Michael Damberger created a post, minor flaw in generate equals/hashcode
...if you deselect some fields, IDEA nevertheless asks you if they are non-null