expanded comment

This commit is contained in:
Anton-4 2021-03-29 12:02:33 +02:00
parent 661f5f2adc
commit 0cb6af04fd

View file

@ -41,7 +41,7 @@ impl<'a> EdModel<'a> {
Ok(()) Ok(())
} }
// TODO delete // TODO delete once we use `GridNodeMap` for everything that now uses `CodeLines`.
// disregards EdModel.code_lines because the caller knows the resulting caret position will be valid. // disregards EdModel.code_lines because the caller knows the resulting caret position will be valid.
// allows us to prevent multiple updates to EdModel.code_lines // allows us to prevent multiple updates to EdModel.code_lines
pub fn simple_move_carets_right(&mut self) { pub fn simple_move_carets_right(&mut self) {