| 242 | } |
| 243 | |
| 244 | void NppInterface::delete_range(TextPosition start, TextPosition length) { |
| 245 | send_msg_to_scintilla(SCI_DELETERANGE, start, length); |
| 246 | } |
| 247 | |
| 248 | void NppInterface::begin_undo_action() { |
| 249 | send_msg_to_scintilla(SCI_BEGINUNDOACTION); |
no outgoing calls
no test coverage detected