.. |
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
|
Ensure that 'change-screen-range' events are triggered on selections by backspace
|
2012-06-22 16:20:50 -06:00 |
editor-spec.coffee
|
Meta-b opens the fuzzy finder with paths to the current editor's buffers
|
2012-06-28 12:57:52 -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
|
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
|
Trigger a 'new-edit-session' event when Project.prototype.open creates an EditSession
|
2012-06-20 17:40:45 -06: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
|
Fuzzy buffer finder switches to the editor that has the selected buffer if it isn't open on the current active editor
|
2012-06-29 09:59:37 -06:00 |
screen-line-spec.coffee
|
Rename LanguageMode to TokenizedBuffer
|
2012-06-14 11:02:52 -06:00 |
selection-spec.coffee
|
Ensure selection emits event if a buffer change moves its anchor
|
2012-06-29 11:55:16 -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 |