David Beutel

- Total activity 209
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created selecting global libraries
In IDEA 5 I could check off which global libraries I want to use. IDEA 6 imported all my global libraries, but now how do I select which ones to use? I'm trying to avoid deleting them so I don't ... -
Created changing menu keys
How can I change the menu keys? On version 5 with Windows XP I did Alt-c c s for Version Control -> CVS -> Show History. Now on the Version Control menu both Checkout from Version Control and CVS... -
Created static import code style
In Global Code Style -> Imports -> Import Layout, I can specify the order of packages. This includes static imports. Is there some way I can get IDEA 5.1 or 6 to put all the static imports first?... -
Created run TestSuite?
How can I run a TestSuite class in IDEA's test runner? I like it better than junit's.Cheers,11011011 -
Created run tests in what order?
How does IDEA decide what order to run tests in a package? (It's not alphabetical.)Cheers,11011011 -
Created reversing the order of the file history
In the CVS file history, is there some way to reverse the order, so the latest versions are displayed on the top, or to start displaying the list from the bottom, so I don't need to scroll down eve... -
Created svn: subclipse:tags
Can IDEA support the subclipse:tags subversion property? The main change to the UI would be a tag (and branch?) column on IDEA's Subversion file (and dir?) history window, like on its CVS file his... -
Created leave trailing space on empty javadoc line
I'm using IDEA on a big project where most developers are using Eclipse. Eclipse puts a space after the * on empty Javadoc lines. IDEA is deleting all those spaces, even though I am not reformatt... -
Created file level @Override intention
Is there a way to automatically apply the "add @Override" intention to all overridden methods in a file, instead of needing to request it for each overridden method individually?I realize this defe... -
Created svn: no keyword substitution on some files despite svn:keywords property
I have a problem with IDEA (build 3542) not doing keyword substitution on some files. The svn:keywords property is set correctly on those files.$ svn propget svn:keywords build.propertiesId URL$ h...