UICodeEditor copy and cut with multiple cursors.

This commit is contained in:
Martín Lucas Golini
2023-01-27 16:43:09 -03:00
parent 906c0a4358
commit ae592d29ff
3 changed files with 17 additions and 2 deletions

View File

@@ -512,6 +512,8 @@ class EE_API TextDocument {
void selectAllMatches();
String getAllSelectedText() const;
protected:
friend class UndoStack;