Jared Beck
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created How do I actually trim trailing whitespace?
AnsweredI have tried the following:1. "Strip trailing spaces on Save" = "All" and "Allow placement of caret after end of line" off.- Doesn't work: https://www.youtube.com/watch?v=mChERGVl9Xo&feature=youtu.... -
Created Understanding "Continuation Indent"
Hi, Please help me understand how "Continuation Indent" works. See attached. Thanks!Attachment(s):why_four_spaces.jpg -
Created How to enter linefeed into replace field?
When doing a find-and-replace, how do I enter a literal linefeed into the replace field? Thanks. -
Created Inspection incorrectly warns about number of arguments
I have a test like: it 'has a valid factory' do assert create(:widget).valid? endThe line with `create` is underlined in red. Mousing over, it says: "Found 1 extra argument(s)". The me... -
Created How to save a file that has no changes?
I am using guard (https://github.com/guard/guard). I am working on a ruby file, let's call it banana.rb. I have a test file banana_test.rb. When I save banana.rb, I want guard to run banana_test... -
Created Support for Struct?
In this version of RubyMine:I have this Struct definition:and I'm getting this sytax suggestion (red underline):is this a bug where RubyMine doesn't understand Struct, or am I actually using Struct... -
Created How can I disable code completion in ruby comments?
How can I disable code completion in comments? Thanks.The attached screenshot is a good demonstration of how annoying this is. I have to hit escape after each octothorp I type!Also, I have "Autop... -
Created Do not want: Automatically running bundler
RubyMine 6.3.2 automatically runs `bundle install` when I edit my Gemfile. I do not want this. How do I disable it? I looked in Preferences -> SDK and Preferences -> Search "Bundler" but couldn'... -
Created Hide "Marker Bar" (inspections)
AnsweredIn rubymine 6, how do I hide the "marker bar", the thin vertical bar which highlights "inspections"?I found this (http://www.jetbrains.com/resharper/webhelp/Code_Analysis__Status_Indicator.html) bu... -
Created Use selection as replacement?
"Find Word at Caret" works as expected (though a better name might be "Find Selection" but there doesn't seem to be a cooresponding "Use Selection as Replacement". This is a feature I've come to e...