Enrico Herrmann
Enrico Herrmann
a works, but o doesn't. Works fine in build 4126, but not in 4142 or 4143. Any idea on what's causing this?
I used Ctrl + Enter just fine for years and today it somehow doesn't work. I updated to Sublime Build 4142 yesterday and today pressing the shortcut does nothing. I...
The [release page for v1.0.8](https://github.com/kemayo/sublime-text-git/releases/tag/v1.0.8) says: > Blame and graph commands will now respect multi-selections This made me think that it was possible to use the "graph current file" command...
I'm using Sublime Text 2 and can't get autocomplete to work with variables. I.e. typing `width:$` and pressing ctrl+space should suggest all variables used in the current document. Unfortunately it...
I'm using sprockets with its ability to use [index files](http://guides.rubyonrails.org/asset_pipeline.html#using-index-files) to organize assets. So with the following file structure under `app/assets/stylesheets/foo/`: - index.css.scss - bar.css.scss - baz.css.scss `app/assets/stylesheets/foo/index.css.scss` looks like...
### Description When I want to fill in a password input field with the value "test" I get the following error: `Selenium::WebDriver::Error::WebDriverError: You are trying to upload something that isn't...
Given a freshly created `foo.haml` file: ```haml %p Hi #{foo} #{ foo} ``` Running `haml-lint foo.haml` 2 times in a row, I get differing results for the line numbers. 1st...