Updated todo file.

This commit is contained in:
Nathan Vegdahl 2015-01-11 00:30:58 -08:00
parent dfcf9fc6a5
commit b31903e838

View File

@ -10,14 +10,13 @@
- Editing (these are undoable): - Editing (these are undoable):
//- insert_text //- insert_text
//- remove_text //- remove_text
- move_text //- move_text
- Undo functionality: - Undo functionality:
//- Undo //- Undo
//- Redo //- Redo
- Op section begin (for delimiting composite edit operations) - Op section begin (for delimiting composite edit operations)
- Op section end - Op section end
- Info: - Info:
- byte_count (useful when saving the file)
//- grapheme_count //- grapheme_count
//- line_count //- line_count
- Position conversions: - Position conversions: