| 289 | void set_error_pos(int p_line, int p_column); |
| 290 | Point2i get_error_pos() const; |
| 291 | void update_line_and_column() { _line_col_changed(); } |
| 292 | CodeEdit *get_text_editor() { return text_editor; } |
| 293 | FindReplaceBar *get_find_replace_bar() { return find_replace_bar; } |
| 294 | void set_find_replace_bar(FindReplaceBar *p_bar); |
no outgoing calls
no test coverage detected