Chez Whorton

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
-
Chez Whorton created a post, rspec failures don't show failure location
rspec concludes with the test failing but no indication of where. This is true both when an rspec expectation is unmet, or if there is an uncaught exception in the code. ruby -e $stdout.sync=tr... -
Chez Whorton created a post, How to create a new code formatter?
Is there documention on how to create a new code formatter? I want one that pretty prints the ruby stack traces (if one doesn't already exist) -
Chez Whorton created a post, How to distinguish project windows, maybe with color?
I have two project windows open, and it would be really nice to have a strong visual cue about which project I'm in... possibly by using a different color scheme in each.Is that possible? if not, i... -
Chez Whorton commented, -
Chez Whorton created a post, ctr-opt-R doesn't work unless the test pane is already active. How to?
ctrl-option-R makes a spec test re-run... but only if the rspec pane is the active one. More often, I've made a change in the code, and want to re-run the test. Is there a way to do this without ne... -
Chez Whorton created a post, Is there a way to browse CSV text files in tabular format?
Looking for a way in RubyMine to view (and edit?) comma-separated text files, in a tabular format. I could do this in Excel of course, but it would be nice to have it directly in RubyMine. Is there... -
Chez Whorton created a post, Answeredway to jump to next change (within main editor?)
Is there a way within a normal editing pane to jump to the next or previous point where the file has been edited (where there is a difference from what is committed w/ git)? -
Chez Whorton created a post, Pane, rather than window, for reviewing Git diffs?
It would be very useful if there could be another pane that showed diffs when clicking on a changed-files file, (as opposed to bringing up a full window, which is very very useful too). This would ... -
Chez Whorton created a post, Way to jump from diff window to main editor?
If I've done "Show Diff" and am looking at code in that window, is there a way to jump from cursor point to the same code in the main editor's view?