Add line inserting

This commit is contained in:
Petr Mironychev
2024-09-01 21:41:46 +02:00
parent a974b0aa82
commit 4d9adf75ff
3 changed files with 42 additions and 3 deletions

View File

@ -32,6 +32,7 @@ public:
bool apply() final;
bool applyWord(TextEditor::TextEditorWidget *widget) final;
bool applyNextLine(TextEditor::TextEditorWidget *widget);
void reset() final;
int position() final;