ace/lib/ace
Joe Cheng 065afc28c2 Improve wrap mode behavior when wrap limit changes
- The cursor wasn't repainting in its new position
- Incorrect content width due to session.getScreenWidth() returning a stale value
2011-02-10 17:10:58 +08:00
..
commands fix copyright 2011-01-15 13:36:51 +01:00
css unify css coding style 2011-02-02 10:49:05 +01:00
keyboard Merge branch 'master' of github.com:ajaxorg/ace 2011-02-08 09:16:26 +01:00
layer Fix IE8 issues 2011-02-09 20:43:22 +08:00
mode removed throwing of error so that one can tokenize a empty line; added tokenizing of empty line to test mode (to demonstrate); commented out navigation test as it's not working before or after these changes. 2011-02-10 15:20:29 +08:00
narcissus requireJS version of narcissus 2011-01-25 13:33:37 +01:00
settings Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
test enable navigation test again 2011-02-10 09:52:28 +01:00
theme Extending editor and twilight theme to allow styling of cursor form a vim plugin or any other that needs to visually indicate it's mode. 2011-01-26 18:01:40 +01:00
worker console.log is not always available 2011-02-10 09:54:22 +01:00
background_tokenizer.js IE fixes 2011-02-01 11:48:46 +01:00
defaults.js Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
document.js Ensure there is always at least one line if a empty document is created 2011-02-08 01:06:18 +08:00
edit_session.js Improve wrap mode behavior when wrap limit changes 2011-02-10 17:10:58 +08:00
editor.js Improve wrap mode behavior when wrap limit changes 2011-02-10 17:10:58 +08:00
mouse_handler.js fix broken reference to "self" 2011-02-04 13:24:04 +01:00
range.js Merge current ajaxorg:master with jviereck:wrapMode 2011-01-26 23:51:04 +01:00
renderloop.js update postMessage fix based on @gozala's feedback 2011-01-17 11:07:53 +01:00
scrollbar.js fix copyright 2011-01-15 13:36:51 +01:00
search.js all tests are green again 2011-01-19 08:41:04 +01:00
selection.js Merge current ajaxorg:master with jviereck:wrapMode 2011-01-26 23:51:04 +01:00
tokenizer.js removed the 'match[i + 1].length' clause in order to support tokenizing on an empty line (all the test cases pass without it) 2011-02-10 15:20:29 +08:00
undomanager.js remove dead code 2011-01-19 08:15:13 +01:00
virtual_renderer.js don't move the textarea in IE 2011-02-01 10:08:58 +01:00