pulsar/spec/app
Nathan Sobo 185ca22488 Make cursor blink by changing CSS visibility with setInterval
This is actually more efficient than the CSS animation we were doing previously, because it doesn't force the cursor to be sampled at 60 FPS for something that changes around twice a second.
2012-11-14 20:43:34 -07:00
..
buffer-spec.coffee Add 'stopped-changing' event to buffer. Fires 300ms after last change. 2012-11-14 15:33:44 -07:00
directory-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
display-buffer-spec.coffee Remove foldable from ScreenLine 2012-11-06 11:41:48 -08:00
edit-session-spec.coffee Don't store tabLength on EditSession 2012-11-06 11:56:18 -08:00
editor-spec.coffee Make cursor blink by changing CSS visibility with setInterval 2012-11-14 20:43:34 -07:00
event-emitter-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
file-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
git-spec.coffee Add Git.checkoutHead(path) 2012-11-03 15:09:52 -07:00
keymap-spec.coffee Remove ability to associate a binding set with a function 2012-11-02 13:39:21 -06:00
language-mode-spec.coffee Merge branch 'hide-selection-cursor' 2012-10-29 16:54:34 -06:00
native-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
pasteboard-spec.coffee Add a global pasteboard object which supports metadata 2012-10-24 17:42:58 -06:00
point-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
project-spec.coffee 💄 2012-11-05 12:18:27 -08:00
range-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
root-view-spec.coffee Make leading spaces atomic (length based on tabLength) 2012-11-06 09:03:54 -08:00
select-list-spec.coffee Extensions have a src and specs directory now. Move existing extension specs. 2012-10-25 11:48:13 -07:00
selection-spec.coffee Change tabText to tabLength 2012-10-18 11:31:39 -07:00
status-bar-spec.coffee Status bar only updates modified flag after buffer *stops* changing 2012-11-14 15:34:11 -07:00
text-mate-bundle-spec.coffee 💄 2012-11-05 16:02:36 -07:00
text-mate-grammar-spec.coffee Build Token objects in TextMateGrammar. Tokenization-related renames. 2012-11-05 16:03:19 -07:00
text-mate-theme-spec.coffee Spans have a class for each dot-separated portion of their token's scope 2012-09-28 17:00:31 -06:00
tokenized-buffer-spec.coffee Don't store tabLength on EditSession 2012-11-06 11:56:18 -08:00
undo-manager-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
window-spec.coffee Meta-w closes spec windows again. 2012-10-24 12:35:31 -06:00