pulsar/spec
Nathan Sobo 4e74f1bf2e Fix issues with selections when switching between edit sessions
SelectionViews now update their appearance immediately when constructed. We can't assume they're empty. CursorView doesn't do a blanket `off()` call to its model when it's removed anymore, which was screwing up selection updates when switching back. Only attach selections / cursors when the editor is attached, and extract everything we do into a `renderWhenAttached` method.
2012-06-11 22:01:27 -06:00
..
app Fix issues with selections when switching between edit sessions 2012-06-11 22:01:27 -06:00
extensions Fix call to renamed method 2012-06-05 12:47:53 -06:00
fixtures The solution to all build problems 2012-06-01 15:35:38 -07:00
stdlib Remove console.log 2012-05-09 08:33:34 -06:00
spec-bootstrap.coffee Newline at end of file 💄 2012-06-01 14:01:00 -06:00
spec-helper.coffee Rename Editor.visibleLines to Editor.renderedLines 2012-06-04 17:53:58 -07:00
spec-suite.coffee atom variable holds all global state and is shared across contexts. 2012-02-28 13:14:35 -08:00