pulsar/spec/app
Corey Johnson 75d7950ef5 Fix linemap translation when an atomic token is at the end of a line.
Previously, if you entered an atomic token (like a tab) on an empty line it would not position the cursor after the token. This commit fixes that.

If the last screen line token is atomic, and screenLine.translateColumn's sourceColumn parameter is greater than the start position of the atomic token, then the translated column should be the end position of the atomic token.
2012-10-10 14:45:47 -07:00
..
buffer-spec.coffee Buffer.scanInRange can do a case-insensitive search 2012-09-25 16:30: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 Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
edit-session-spec.coffee Test 💄 2012-10-09 11:02:39 -07:00
editor-spec.coffee Update expected var selector to storage.modifier.js 2012-10-09 17:49:53 -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
keymap-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
language-mode-spec.coffee If the file name has no '.' use the file name as the extension. 2012-09-04 10:53:28 -07:00
line-map-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
native-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
point-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
project-spec.coffee Split out file and directory callbacks 2012-10-09 17:41:32 -07:00
range-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
root-view-spec.coffee Fix breaking due to "root-view:" prefixed events 2012-10-05 10:07:37 -10:00
screen-line-spec.coffee Fix linemap translation when an atomic token is at the end of a line. 2012-10-10 14:45:47 -07:00
selection-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
status-bar-spec.coffee Disable buffer modified indicator if buffer content matches content on disk 2012-10-08 17:55:35 -10:00
text-mate-bundle-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
text-mate-grammar-spec.coffee Update ruby bundle to commit 77dc5d13cc 2012-10-10 13:48:46 -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
token-spec.coffee Remove unused methods from token. 2012-10-10 14:45:46 -07:00
tokenized-buffer-spec.coffee Expect var to have modifier class instead of type 2012-10-09 17:55:21 -07:00
undo-manager-spec.coffee Get spec suite running (lots of failures) 2012-08-27 17:36:36 -05:00
window-spec.coffee Fix window spec 2012-08-30 16:19:38 -06:00