Corey Johnson & Nathan Sobo 90faddf9f1 Refactor all buffer manipulation to use Buffer.change
Change takes a range and a string and replaces the range with the
string, then emits a change event with the range of text that was
changed, the range of text occupied by the new string, and the string
itself. This can be used to implement backspace, insert, as well as
various cut and paste manipulations.
2012-01-25 17:59:15 -08:00
2012-01-25 12:29:36 -08:00
2012-01-12 16:03:31 -08:00
2011-12-15 14:14:12 -08:00
2012-01-17 18:13:50 -08:00
2011-12-14 18:37:33 -08:00
2012-01-25 16:07:04 -08:00
Description
No description provided
Readme 447 MiB
Languages
JavaScript 88.3%
Less 8.7%
CoffeeScript 2.8%
Shell 0.1%