pulsar/spec/atom
Nathan Sobo c5004b71b1 Selections are only cleared when cursor is explicitly moved
This allows multiple selections to be modified without changes to an earlier selection clearing later selections. It means we can remove the `modifySelections` method from `CompositeSelection` and just call methods on selections in a loop.
2012-04-03 11:27:49 -06:00
..
app-spec.coffee Rename mentions of url to path 2012-03-30 15:52:19 -07:00
binding-set-spec.coffee Use event.originalEvent.keyIdentifier instead of event.which. 2012-02-15 10:04:02 -08:00
buffer-spec.coffee Event names are present tense, so buffer emits 'path-change' 2012-03-30 11:26:34 -07:00
command-interpreter-spec.coffee x/$/ places cursors at end of lines in current selection 2012-03-29 11:46:56 -07:00
command-panel-spec.coffee Up/down in command panel navigates command history. 2012-03-28 18:08:00 -07:00
cursor-spec.coffee Make all remaining specs pass as if there were only one cursor. 2012-03-26 14:58:52 -07:00
editor-spec.coffee Selections are only cleared when cursor is explicitly moved 2012-04-03 11:27:49 -06:00
event-emitter-spec.coffee Add EventEmitter.subscriptionCount 2012-03-13 19:05:24 -06:00
file-finder-spec.coffee Rename mentions of url to path 2012-03-30 15:52:19 -07:00
highlighter-spec.coffee Rename Buffer.getLine to lineForRow 2012-03-05 16:06:27 -07:00
keymap-spec.coffee Rename global-keymap-spec to keymap-spec 2012-03-20 17:19:51 -07:00
line-map-spec.coffee Rename input/output to buffer/screen in LineMap 2012-03-06 19:20:28 -07:00
point-spec.coffee Point.toEqual will return true if it matches an array 2012-02-01 15:54:28 -08:00
project-spec.coffee Rename mentions of url to path 2012-03-30 15:52:19 -07:00
range-spec.coffee After shift/arrow-key movement, merge overlapping selections 2012-03-27 11:09:35 -07:00
range-spec.js Overlapping selections are merged 2012-03-26 12:41:36 -07:00
renderer-spec.coffee Folds can end on the penultimate screen line of a wrapped buffer line 2012-03-16 16:26:31 -07:00
root-view-spec.coffee Rename mentions of url to path 2012-03-30 15:52:19 -07:00
screen-line-fragment-spec.coffee Rename input/output to buffer/screen in LineMap 2012-03-06 19:20:28 -07:00
selection-spec.coffee Selection and Cursor use Anchor to hold their buffer and screen positions 2012-04-03 08:58:25 -07:00
undo-manager-spec.coffee Rename Buffer.getLine to lineForRow 2012-03-05 16:06:27 -07:00
vim-mode-spec.coffee Make all remaining specs pass as if there were only one cursor. 2012-03-26 14:58:52 -07:00
window-spec.coffee Remove menu code and tests 2012-02-29 13:47:48 -08:00