sublime_guard
sublime_guard copied to clipboard
Sublime Text 2 Guard Plugin - helps create a smoother development workflow.
I'm a Vim user, looking to move to sublime - and like this plugin... My Request: I use a wide screen monitor, and usually show my guard output in a...
Hide your custom color-scheme from appearing in users color scheme menu by prefixing the extension with hidden- , i.e. GuardOutput.hidden-tmTheme.
As per issue #4, it'd be nice if you also included an rbenv way to find bundler.
rspec ./spec/controllers/us_users_controller_spec.rb:40 # UsUsersController#mm_email_messages should return [] if the users us_account does not have any mm_email_messages The hard brackets are causing the issue. See the SS below: http://s15.postimage.org/3qhs8hm1l/Screen_Shot_2012_09_11_at_10_46_56_AM.png
Running: spec/controllers/saml_controller_spec.rb F Failures: 1) SamlController#consume should not break Failure/Error: get :consume, @params ArgumentError: wrong number of arguments (2 for 1) # /Users/rcloak/Code/samlr/lib/samlr/signature.rb:18:in `initialize' # /Users/rcloak/Code/samlr/lib/samlr/assertion.rb:23:in`new' # /Users/rcloak/Code/samlr/lib/samlr/assertion.rb:23:in `signature' #...
If you have two projects open and want to run guard in each of them, you can't. Running guard in the second window causes that app's guard to run in...
Is it possible to have the guard pop-up window adhere to my colour scheme? I used a white-on-black, it's annoying to see a black-on-white window popping up all the time.
When I close a project window (e.g. `subl ~/projects/myproject`) I expected guard to quit -- I no longer have any windows or file browsers open for the related directories. What...
How does this handle guard groups? Can I isolate different groups?