Stephen Friedrich

- Total activity 1578
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 644
-
Created Ubuntu eats my shortcuts: Ctrl-Alt-Shift-Up/Down
AnsweredI am about to finish a big refactoring and want to clean up my changes before commit.There are keyboard shortcuts to navigate to the next/previous change in a file: Ctrl-Alt-Shift-Down/UpHowever ID... -
Created Better SQL formatting!
For some major versions IDEA has made steady progress in SQL support.I find myself using IDEA instead of specialized SQL tools more often and more (at least for simple tasks).A feature where IDEA i... -
Created "Non-modal commit interface": Tail wagging the dog
AnsweredA lot has been said already about the topic, but anyway: After the latest option to make a double click in the "commit" toolwindow open a file insted of showing the diff, I gave the non-modal setti... -
Created How to: Debug webb app started with gradle/gretty
AnsweredUnfortunately it is a little complicated to debug your web app when using gradle. What I found, describes how you can configure options/run configurations manually to get remote debugging to work, ... -
Created Make maven dependencies diagrams useful!
AnsweredIDEA (Ultimate only?) has the feature to generate a diagram with maven dependencies.However to be honest currently this feels like a proof-of-concept implementation:I think the main reason people d... -
Created Middle mouse click for navigation versus Ubuntu/X11
I am using IDEA on Ubuntu/Unity for the first time.I already managed to disabled all conflicting keyboard shortcuts in Ubuntu.However I am still looking for a way to enable middle mouse button for ... -
Created Can the Spock test framework get some love?
AnsweredIMHO Spock is the best test framework out there. However currently it is not supported well in IDEA. There are so many issues open related to Spock, see YouTrack Especially bad are all those false ... -
Created Project file changes are polluting my changelist
AnsweredMy IDEA changes project settings files quite often (probably because I am frequently using newer IDEA versions than my colleagues) (for example misc.xml or run configurations). In earlier versions ... -
Created Smart keyboard internalization?
AnsweredObviously there is a feature in IDEA that should detect non-english keyboards and adjust the keymap accordingly. I only learned about that at stackoverflow: http://stackoverflow.com/questions/35309... -
Created Working with multiple git roots
Our project has about 4 separate git roots.(At least that's what most developers work with. There are additional related projects like different clients, so that some developers work with 6 or more...