pulsar/spec/app
Nathan Sobo 4ca00f7347 Simplify marker events
Instead of marker-added and marker-removed events which are emitted
when markers are created/invalidated/revalidated/destroyed, we now
just have marker-created events that are triggered *only* when markers
are created for the first time. The marker itself emits a 'destroyed'
event when it is destroyed. The marker already notifies observers when
its validation status changes, so that's covered.
2013-04-29 21:01:48 -06:00
..
atom-spec.coffee Reduce documentation threshold 2013-04-29 21:01:48 -06:00
config-panel-spec.coffee Empty editors trigger config to delete the associated config key 2013-04-26 15:36:58 -07:00
config-spec.coffee Setting value to null/undefined removes key from config 2013-04-26 15:36:58 -07:00
config-view-spec.coffee Use bootstrap stacked nav-pills for panels menu in config window 2013-04-26 15:36:12 -07:00
directory-spec.coffee Make all requires of 'fs-utils' assign to fsUtils var instead of fs 2013-04-03 12:01:37 -06:00
display-buffer-spec.coffee Simplify marker events 2013-04-29 21:01:48 -06:00
edit-session-spec.coffee EditSession.selectMarker checks if the marker is valid 2013-04-29 21:01:47 -06:00
editor-spec.coffee Revert "Listen for mouse events on scrollView instead of renderedLines" 2013-04-29 15:07:38 -07:00
event-emitter-spec.coffee Allow off to be called before on without error 2013-04-24 11:41:56 -07:00
file-spec.coffee Use node-pathwatcher. 2013-04-07 16:35:35 +08:00
git-spec.coffee Make all requires of 'fs-utils' assign to fsUtils var instead of fs 2013-04-03 12:01:37 -06:00
image-view-spec.coffee Set height on image view, not parent 2013-04-15 20:45:55 -06:00
keymap-spec.coffee Remove overkill assertions 2013-04-26 15:34:48 -07:00
language-mode-spec.coffee Make TokenizedBuffer select its own grammar, not LanguageMode 2013-04-25 15:13:00 -06:00
package-config-panel-spec.coffee Add a package config panel with the list of enabled packages 2013-04-26 15:36:13 -07:00
pane-container-spec.coffee Focus pane after reopening it 2013-04-08 16:54:05 -07:00
pane-spec.coffee Detach instead of remove when moved item is the view 2013-04-08 18:22:58 -07:00
pasteboard-spec.coffee Remove double spies on native pasteboard methods 2013-01-10 15:33:30 -08:00
point-spec.coffee Support translating points and ranges 2013-01-30 13:49:10 -08:00
project-spec.coffee Include hidden files when running nak 2013-04-12 11:48:44 -07:00
range-spec.coffee Add Range.compare 2013-04-29 21:01:46 -06:00
root-view-spec.coffee Bind meta-N to open a new untitled editor 2013-04-29 10:27:39 -07:00
select-list-spec.coffee Fix select-list auto-scrolling specs 2013-04-15 20:45:55 -06:00
selection-spec.coffee Fix selection spec to to check marker destruction properly 2013-04-29 21:01:47 -06:00
syntax-spec.coffee Don't assign text grammar by default. Just use the null grammar. 2013-04-03 18:34:54 -06:00
text-buffer-spec.coffee Simplify marker events 2013-04-29 21:01:48 -06:00
text-mate-grammar-spec.coffee Stop tokenizing line when the same rule is pushed more than once 2013-04-29 12:10:40 -07:00
text-mate-scope-selector-spec.coffee Add specs for & selectors 2013-04-19 10:58:35 -07:00
text-mate-theme-spec.coffee Make all requires of 'fs-utils' assign to fsUtils var instead of fs 2013-04-03 12:01:37 -06:00
theme-config-panel-spec.coffee Themes can be disabled by clicking their 'x' icon in the enabled list 2013-04-26 15:36:14 -07:00
theme-spec.coffee Make all requires of 'fs-utils' assign to fsUtils var instead of fs 2013-04-03 12:01:37 -06:00
tokenized-buffer-spec.coffee Eliminate EditSession references from tokenized-buffer-spec 2013-04-25 17:16:51 -06:00
undo-manager-spec.coffee Use node's require instead of internal require 2013-03-12 10:38:05 -07:00
window-spec.coffee Serialize the state of the config window on refresh 2013-04-26 15:36:11 -07:00