mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Added a marker in text_edit that tells which row is executing.
This commit is contained in:
parent
886afa9b76
commit
9bfa63496a
18 changed files with 152 additions and 0 deletions
|
@ -123,6 +123,8 @@ public:
|
|||
virtual Vector<String> get_functions();
|
||||
virtual void get_breakpoints(List<int> *p_breakpoints);
|
||||
virtual void goto_line(int p_line, bool p_with_error = false);
|
||||
virtual void set_executing_line(int p_line);
|
||||
virtual void clear_executing_line();
|
||||
virtual void trim_trailing_whitespace();
|
||||
virtual void convert_indent_to_spaces();
|
||||
virtual void convert_indent_to_tabs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue