Stephen Friedrich

- Total activity 1562
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 638
-
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 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 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 Favorites and Bookmarks
I am currently working on a large codebase that is new to me.It would help tremendously if I could organize bookmarks into groups - or if favorites would point a speific places in a file.This is ba... -
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 Attach sources to jars the easy way
It should really be easier to attach sources to a library.Traditionally usability is valued a lot by both IDEA users and developers.However I suspect that this single issue has been around for so l...