MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / update_line_and_column

Method update_line_and_column

editor/gui/code_editor.h:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 4

set_edited_resourceMethod · 0.80
reload_textMethod · 0.80
set_edited_resourceMethod · 0.80
reload_textMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected