Add multi caret support to Editor
This commit is contained in:
parent
e9180241e8
commit
0cbe176ce6
5 changed files with 456 additions and 255 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue