pulsar/spec/app
Corey Johnson & Nathan Sobo 6177b46cf9 Restore selection on active edit session when undoing/redoing
The `do`, `undo`, and `redo` methods on operations take an optional editSession argument, which can be used to determine the context in which they are being run. We restore selections on that edit session instead of the session where the operations originally occurred.
2012-07-06 11:42:07 -06:00
..
atom-spec.coffee 💄 Replace editor.getBuffer().getText() w/ editor.getText() 2012-07-04 12:41:51 -06:00
buffer-spec.coffee Pull out a BufferChangeOperation, which Buffer.change sends to UndoManager 2012-07-05 19:07:12 -06:00
directory-spec.coffee Directory spec calls .off() when testing unwatch path 2012-05-03 09:43:45 -07:00
display-buffer-spec.coffee Buffer listens for changes to file and triggers 'contents-change' event 2012-06-29 15:09:31 -07:00
edit-session-spec.coffee Restore selection on active edit session when undoing/redoing 2012-07-06 11:42:07 -06:00
editor-spec.coffee Fix specs that broke due to no subscription on Buffer from UndoManager 2012-07-05 20:06:09 -06:00
event-emitter-spec.coffee EventEmitter.off with no args removes all subscriptions 2012-04-26 15:54:12 -06:00
file-spec.coffee un-f and un-console 2012-06-29 15:09:01 -07:00
keymap-spec.coffee Key binding event handlers can call abortKeyBinding on the event object to abort and try the next binding 2012-06-20 22:08:16 -06:00
line-map-spec.coffee Specs cleanup buffers 2012-06-29 15:38:12 -07:00
point-spec.coffee Fix bug where you can't move rightward over fold placeholders 2012-04-06 15:37:27 -06:00
project-spec.coffee Specs cleanup buffers 2012-06-29 15:38:12 -07:00
range-spec.coffee Rename App.coffee to Atom.coffee. This also required moving src/atom,spec/atom to src/app,spec/app 2012-04-03 10:33:24 -07:00
root-view-spec.coffee 💄 Replace editor.getBuffer().getText() w/ editor.getText() 2012-07-04 12:41:51 -06:00
screen-line-spec.coffee Specs cleanup buffers 2012-06-29 15:38:12 -07:00
selection-spec.coffee Specs cleanup buffers 2012-06-29 15:38:12 -07:00
status-bar-spec.coffee Rename RootView.activeEditor -> getActiveEditor 2012-07-02 19:46:33 -06:00
tokenized-buffer-spec.coffee Specs cleanup buffers 2012-06-29 15:38:12 -07:00
undo-manager-spec.coffee Add UndoManager.prototype.transact 2012-07-05 20:04:16 -06:00
window-spec.coffee Fix specs that broke due to no subscription on Buffer from UndoManager 2012-07-05 20:06:09 -06:00