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
|
|
@ -196,6 +196,8 @@ public:
|
|||
|
||||
virtual void goto_line(int p_line, bool p_with_error = false);
|
||||
void goto_line_selection(int p_line, int p_begin, int p_end);
|
||||
virtual void set_executing_line(int p_line);
|
||||
virtual void clear_executing_line();
|
||||
|
||||
virtual void reload(bool p_soft);
|
||||
virtual void get_breakpoints(List<int> *p_breakpoints);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue