.. |
atom-spec.coffee
|
Don't let atom spec bind default keys again
|
2012-04-03 17:21:13 -07:00 |
binding-set-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 |
buffer-spec.coffee
|
Serialized Editor state no longer contains Buffer objects
|
2012-04-18 15:57:58 -07:00 |
cursor-spec.coffee
|
Substitutions work with multiple selections
|
2012-04-04 11:09:30 -06:00 |
directory-spec.coffee
|
WIP: Tree view spec isn't there yet
|
2012-04-26 09:32:49 -06:00 |
editor-spec.coffee
|
When focus changes to a different editor, highlight its open file in the TreeView
|
2012-04-24 08:51:11 -06:00 |
event-emitter-spec.coffee
|
Fix EventEmitter… need to wait until after the loop to return!
|
2012-04-26 11:59:47 -06:00 |
highlighter-spec.coffee
|
Move atom.tabText to a property on Editor.prototype for more locality
|
2012-04-05 17:55:15 -06:00 |
keymap-spec.coffee
|
Keymap normalizes key patterns so modifier keys can be listed in a random order.
|
2012-04-03 15:51:53 -06:00 |
line-map-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 |
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.proto.open emits a 'new-buffer' event if a new buffer is created
|
2012-04-17 17:15:19 -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 |
range-spec.js
|
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 |
renderer-spec.coffee
|
Move atom.tabText to a property on Editor.prototype for more locality
|
2012-04-05 17:55:15 -06:00 |
root-view-spec.coffee
|
RootView emits an 'active-editor-path-change' event whenever the path of the active editor changes for any reason (buffer path change, new buffer opened, focus changes)
|
2012-04-24 12:50:00 -06:00 |
screen-line-fragment-spec.coffee
|
Correctly translate buffer positions to screen positions when the buffer has tab chars
|
2012-04-06 15:06:33 -06:00 |
selection-spec.coffee
|
meta-[ outdents selected lines
|
2012-04-10 10:18:39 -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
|
Don't load user configuration in window specs (who knows what's in there?!)
|
2012-04-23 14:19:50 -06:00 |