pulsar/spec
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
..
app Fix linemap translation when an atomic token is at the end of a line. 2012-10-10 14:45:47 -07:00
extensions Add core:page-up and core:page-down support to tree view 2012-10-05 15:50:32 -07:00
fixtures Use tree-view fixtures dir in tree-view specs 2012-10-01 19:18:13 -07:00
stdlib Update fs spec for new traverseTree callbacks 2012-10-09 17:41:32 -07:00
spec-bootstrap.coffee Require atom.coffee in spec-bootstrap and benchmark-bootstrap 2012-08-30 11:26:31 -06:00
spec-helper.coffee Optimization: Use absolute positioning instead of flexbox in editor 2012-09-25 14:58:31 -06:00
spec-suite.coffee Move atom.resourcePath to window.resourcePath 2012-09-10 17:22:21 -07:00