void |
_backspace ( int caret_index ) virtual |
void |
_copy ( int caret_index ) virtual |
void |
_cut ( int caret_index ) virtual |
void |
_handle_unicode_input ( int unicode_char, int caret_index ) virtual |
void |
_paste ( int caret_index ) virtual |
void |
_paste_primary_clipboard ( int caret_index ) virtual |
int |
add_caret ( int line, int col ) |
void |
add_caret_at_carets ( bool below ) |
void |
add_gutter ( int at=-1 ) |
void |
add_selection_for_next_occurrence ( ) |
void |
adjust_carets_after_edit ( int caret, int from_line, int from_col, int to_line, int to_col ) |
void |
adjust_viewport_to_caret ( int caret_index=0 ) |
void |
backspace ( int caret_index=-1 ) |
void |
begin_complex_operation ( ) |
void |
center_viewport_to_caret ( int caret_index=0 ) |
void |
clear ( ) |
void |
clear_undo_history ( ) |
void |
copy ( int caret_index=-1 ) |
void |
cut ( int caret_index=-1 ) |
void |
delete_selection ( int caret_index=-1 ) |
void |
deselect ( int caret_index=-1 ) |
void |
end_action ( ) |
void |
end_complex_operation ( ) |
int |
get_caret_column ( int caret_index=0 ) const |
int |
get_caret_count ( ) const |
Vector2 |
get_caret_draw_pos ( int caret_index=0 ) const |
PackedInt32Array |
get_caret_index_edit_order ( ) |
int |
get_caret_line ( int caret_index=0 ) const |
int |
get_caret_wrap_index ( int caret_index=0 ) const |
int |
get_first_non_whitespace_column ( int line ) const |
int |
get_first_visible_line ( ) const |
int |
get_gutter_count ( ) const |
String |
get_gutter_name ( int gutter ) const |
GutterType |
get_gutter_type ( int gutter ) const |
int |
get_gutter_width ( int gutter ) const |
HScrollBar |
get_h_scroll_bar ( ) const |
int |
get_indent_level ( int line ) const |
int |
get_last_full_visible_line ( ) const |
int |
get_last_full_visible_line_wrap_index ( ) const |
int |
get_last_unhidden_line ( ) const |
String |
get_line ( int line ) const |
Color |
get_line_background_color ( int line ) const |
Vector2i |
get_line_column_at_pos ( Vector2i position, bool allow_out_of_bounds=true ) const |
int |
get_line_count ( ) const |
Texture2D |
get_line_gutter_icon ( int line, int gutter ) const |
Color |
get_line_gutter_item_color ( int line, int gutter ) const |
Variant |
get_line_gutter_metadata ( int line, int gutter ) const |
String |
get_line_gutter_text ( int line, int gutter ) const |
int |
get_line_height ( ) const |
int |
get_line_width ( int line, int wrap_index=-1 ) const |
int |
get_line_wrap_count ( int line ) const |
int |
get_line_wrap_index_at_column ( int line, int column ) const |
PackedStringArray |
get_line_wrapped_text ( int line ) const |
Vector2 |
get_local_mouse_pos ( ) const |
PopupMenu |
get_menu ( ) const |
int |
get_minimap_line_at_pos ( Vector2i position ) const |
int |
get_minimap_visible_lines ( ) const |
Vector2i |
get_next_visible_line_index_offset_from ( int line, int wrap_index, int visible_amount ) const |
int |
get_next_visible_line_offset_from ( int line, int visible_amount ) const |
Vector2i |
get_pos_at_line_column ( int line, int column ) const |
Rect2i |
get_rect_at_line_column ( int line, int column ) const |
int |
get_saved_version ( ) const |
float |
get_scroll_pos_for_line ( int line, int wrap_index=0 ) const |
String |
get_selected_text ( int caret_index=-1 ) |
int |
get_selection_column ( int caret_index=0 ) const |
int |
get_selection_from_column ( int caret_index=0 ) const |
int |
get_selection_from_line ( int caret_index=0 ) const |
int |
get_selection_line ( int caret_index=0 ) const |
SelectionMode |
get_selection_mode ( ) const |
int |
get_selection_to_column ( int caret_index=0 ) const |
int |
get_selection_to_line ( int caret_index=0 ) const |
int |
get_tab_size ( ) const |
int |
get_total_gutter_width ( ) const |
int |
get_total_visible_line_count ( ) const |
VScrollBar |
get_v_scroll_bar ( ) const |
int |
get_version ( ) const |
int |
get_visible_line_count ( ) const |
int |
get_visible_line_count_in_range ( int from_line, int to_line ) const |
String |
get_word_at_pos ( Vector2 position ) const |
String |
get_word_under_caret ( int caret_index=-1 ) const |
bool |
has_ime_text ( ) const |
bool |
has_redo ( ) const |
bool |
has_selection ( int caret_index=-1 ) const |
bool |
has_undo ( ) const |
|