pulsar/spec
Nathan Sobo 405a918280 Never redraw when the font size changes on a detached editor
When the font size changes and the editor is detached, it schedules
itself to be redrawn the next time we're reattached rather than
updating the display in a detached state.

Detached display updates worked in the past because we didn't need to
be on the DOM to determine horizontal and vertical positions once we
had calculated dimensions once. So it worked to temporarily attach
the editor when calculating new dimensions, and then continue updates
even when it was detached. That now breaks because we can't ask for
pixel positions if we aren't on the DOM.
2013-02-12 17:07:14 -07:00
..
app Never redraw when the font size changes on a detached editor 2013-02-12 17:07:14 -07:00
fixtures Support loading CSON snippets from TextMate bundles 2013-02-11 09:29:48 -08:00
stdlib Support setting working directory of child process 2013-02-11 14:53:53 -08:00
atom-reporter.coffee Subtract skipped count from complete and total counts 2013-02-12 15:52:00 -08:00
spec-bootstrap.coffee Call atom.show() in spec bootstrap 2013-01-17 16:50:26 -08:00
spec-helper.coffee Merge pull request #255 from github/rearrange-tabs 2013-02-12 08:38:52 -08: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