jacobbuck

Results 4 comments of jacobbuck

We just noticed this too. It does seem a bit odd, but after some further investigation it's actually replicating existing Backbone behaviour: [`Backbone.Model.prototype.clear()`](https://github.com/jashkenas/backbone/blob/1.3.3/backbone.js#L542) will run [`Backbone.Model.prototype.set()`](https://github.com/jashkenas/backbone/blob/1.3.3/backbone.js#L464), which will [validate the...

@dougc84 I was getting a similar problem with `color_variables_files`, turns out it was because I was putting it in the wrong place: ``` { "folders": [ { "color_variables_files": [...], ......

@duetosymmetry #74 only mentions iTerm2, whereas I'd like to see the option to use other applications for terminal and diff/merging :smile:

This would be great, but maybe the `*click` event could be a `*tap` without the `pressDuration` timeout, as click can happen no matter how long the user presses down.