Multiple windows can be opened, and their buffer state is saved.

This commit is contained in:
Corey Johnson
2011-11-03 15:48:19 -07:00
parent e4d79c6625
commit 7e7bbe3f01
5 changed files with 59 additions and 30 deletions

View File

@@ -73,7 +73,6 @@ class Editor
mode = @modeForPath path
buffer.setMode new mode if mode
return
@buffers[path] = buffer
buffer.on 'change', -> buffer.$atom_dirty = true