Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I believe that you should be able to do this with the funcionality built into the sublime text's build system, by piggybacking on the error capturing functionality. although I'm not 100% sure if the clicking is supported.</p> <p>There is some documentation <a href="http://sublimetext.info/docs/en/reference/build_systems.html" rel="nofollow">here</a> and <a href="http://sublimetext.info/docs/en/core/build_systems.html" rel="nofollow">here</a> about setting them up. If you dig around in the default packages supplied with sublime text should be be able to find some more examples.</p> <p>You'll want to make a build system that spawns off your rspec cmd. In the build configuration, you'll want to pay special attention to the the <code>"file_regex"</code> key. This will let you define a regex to capture the error output of the <code>cmd</code>. </p> <p>Here is what the documentation says about it:</p> <p>The file_regex option uses a Perl-style regular expression to capture up to four fields of error information from the build program’s output, namely: file name, line number, column number and error message. Use groups in the pattern to capture this information. The file name field and the line number field are required.</p> <blockquote> <p>When error information is captured, you can navigate to error instances in your project’s files with F4 and Shift+F4. If available, the captured error message will be displayed in the status bar.</p> </blockquote> <p>Also you might be able to get some more traction over at the <a href="http://www.sublimetext.com/forum/" rel="nofollow">sublimetext forums</a> about the particulars.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload