pulsar/spec
Nathan Sobo 2380fa3445 Handle 'autoscroll' entirely in Cursor instead of in Anchor
This commit makes autoscroll a 3-valued property on the cursor. If it
is set to true or false, that setting will stick until the cursor's
next visual update. That means we can explicitly move the cursor with
autoscroll set to false, but also still autoscroll by default when the
cursor's anchor moves on its own.
2013-01-29 12:11:43 -07:00
..
app Handle 'autoscroll' entirely in Cursor instead of in Anchor 2013-01-29 12:11:43 -07:00
fixtures Make TextMate snippets loading immune to hidden files & invalid plist 2013-01-24 17:22:51 -08:00
stdlib Don't make OnigScanner and OnigRegExp be window globals 2013-01-24 17:22:49 -08:00
spec-bootstrap.coffee Call atom.show() in spec bootstrap 2013-01-17 16:50:26 -08:00
spec-helper.coffee Disable 'package-that-throws-an-exception' except in spec that uses it 2013-01-27 13:11:42 -07:00
spec-suite.coffee Run specs from all package directory paths 2013-01-10 15:31:18 -08:00
time-reporter.coffee Support logging longest suites 2013-01-10 09:29:42 -08:00