Add multi caret support to Editor

This commit is contained in:
Paulb23
2022-06-08 22:41:38 +01:00
parent e9180241e8
commit 0cbe176ce6
5 changed files with 456 additions and 255 deletions

View File

@ -197,7 +197,7 @@ class CodeTextEditor : public VBoxContainer {
void _update_status_bar_theme();
void _delete_line(int p_line);
void _delete_line(int p_line, int p_caret);
void _toggle_scripts_pressed();
protected: