Jared Beck

Avatar
  • 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?

    Answered
    I 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....
    • 4 followers
    • 7 comments
    • 2 votes
  • Created

    Understanding "Continuation Indent"

    Hi, Please help me understand how "Continuation Indent" works.  See attached.  Thanks!Attachment(s):why_four_spaces.jpg
    • 2 followers
    • 7 comments
    • 0 votes
  • 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.
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 10 followers
    • 16 comments
    • 4 votes
  • 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...
    • 4 followers
    • 9 comments
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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'...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Hide "Marker Bar" (inspections)

    Answered
    In 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes