1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Center script line when double clicked on error in debugger

This commit is contained in:
Dawid Wdowiak
2019-01-04 13:09:01 +01:00
committed by Dawid Wdowiak
parent 4d6ad16ac4
commit 0f14489ecb
6 changed files with 17 additions and 1 deletions

View File

@@ -219,6 +219,7 @@ public:
void goto_line(int p_line);
void goto_line_selection(int p_line, int p_begin, int p_end);
void goto_line_centered(int p_line);
void set_executing_line(int p_line);
void clear_executing_line();