pulsar/spec/app
Corey Johnson & Nathan Sobo 4659fd7dc3 Project.open returns an editSession instead of a buffer.
First step in removing the coupling of Editor and Buffer. Editor should get all information about the active buffer from the activeEditSession.
2012-06-20 09:28:22 -07:00
..
atom-spec.coffee Atom spec no longer closes all open windows 2012-06-15 16:24:49 -06:00
buffer-spec.coffee Project.open returns an editSession instead of a buffer. 2012-06-20 09:28:22 -07:00
directory-spec.coffee Directory spec calls .off() when testing unwatch path 2012-05-03 09:43:45 -07:00
display-buffer-spec.coffee DisplayBuffer.destroyFoldsContainingBufferRow destroys all folds containing buffer row (instead of just folds starting at buffer row) 2012-06-14 13:56:08 -07:00
edit-session-spec.coffee If the cursor is at any buffer position inside a fold, backspace deletes the folded text 2012-06-15 14:41:05 -06:00
editor-spec.coffee Project.open returns an editSession instead of a buffer. 2012-06-20 09:28:22 -07:00
event-emitter-spec.coffee EventEmitter.off with no args removes all subscriptions 2012-04-26 15:54:12 -06:00
keymap-spec.coffee Fix remaining multi-keystroke specs 2012-06-18 17:31:26 -06:00
line-map-spec.coffee Rename LanguageMode to TokenizedBuffer 2012-06-14 11:02:52 -06: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 Project.open returns an editSession instead of a buffer. 2012-06-20 09:28:22 -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 Add RootView.proto.focusNextPane 2012-06-18 20:27:39 -06:00
screen-line-spec.coffee Rename LanguageMode to TokenizedBuffer 2012-06-14 11:02:52 -06:00
selection-spec.coffee EditSession no longer requires a reference to its Editor 2012-06-13 11:18:47 -06:00
status-bar-spec.coffee Make Atom SpacePen view's default to empty object (where needed) 2012-05-16 10:35:50 -07:00
tokenized-buffer-spec.coffee Use a legitimate replace method in AceAdaptor. 2012-06-15 11:56:09 -07:00
undo-manager-spec.coffee Allow calls to startBatch/endBatch to be nested 2012-04-19 11:19:24 -06:00
window-spec.coffee Serialize root view state to a string of JSON when storing it on the window upon refresh 2012-06-15 15:34:07 -06:00