Chez Whorton

- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created 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... -
Created 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) -
Created 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... -
Created 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... -
Created 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... -
Created way to jump to next change (within main editor?)
AnsweredIs 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)? -
Created 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 ... -
Created 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? -
Created Way to do do search/replace adding linebreaks?
Is there a way to use the RubyMine editor to replace all commas with actual line breaks? -
Created Can RubyMine stage partial file changes to git?
Some tools (such as GitX) let you select specific lines to the set of things to be committed. It can also be done from the command line, (via "git add -p path/to/file")Is this possible in RubyMine?...