.. |
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
|
SoftWrap state is stored in EditSessions, but it is set and toggled via Editor.
|
2012-06-20 09:28:23 -07:00 |
editor-spec.coffee
|
Move autoIndent, tabText, softTabs and softWrap to project
|
2012-06-20 09:28:23 -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
|
Replace Editor.setBuffer with Editor.edit
|
2012-06-20 09:28:23 -07: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
|
Load user configuration as part of RootView initialization, before any editors are created
|
2012-06-20 16:06:45 -06:00 |