Home
last modified time | relevance | path

Searched refs:get_selection_from_line (Results 1 – 20 of 20) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dcode_editor.cpp184 …selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_colu… in _replace()
235 …selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_colu… in _replace_all()
512 …nly->set_pressed((text_edit->is_selection_active() && text_edit->get_selection_from_line() < text_… in popup_replace()
1111 int begin = text_editor->get_selection_from_line(); in convert_case()
1150 int from_line = text_editor->get_selection_from_line(); in move_lines_up()
1191 int from_line = text_editor->get_selection_from_line(); in move_lines_down()
1246 int from_line = text_editor->get_selection_from_line(); in delete_lines()
1276 from_line = text_editor->get_selection_from_line(); in clone_lines_down()
1307 int begin = text_editor->get_selection_from_line(); in toggle_inline_comment()
1413 state["selection_from_line"] = text_editor->get_selection_from_line(); in get_edit_state()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dcode_editor.cpp184 …selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_colu… in _replace()
235 …selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_colu… in _replace_all()
512 …nly->set_pressed((text_edit->is_selection_active() && text_edit->get_selection_from_line() < text_… in popup_replace()
1111 int begin = text_editor->get_selection_from_line(); in convert_case()
1150 int from_line = text_editor->get_selection_from_line(); in move_lines_up()
1191 int from_line = text_editor->get_selection_from_line(); in move_lines_down()
1246 int from_line = text_editor->get_selection_from_line(); in delete_lines()
1276 from_line = text_editor->get_selection_from_line(); in clone_lines_down()
1307 int begin = text_editor->get_selection_from_line(); in toggle_inline_comment()
1413 state["selection_from_line"] = text_editor->get_selection_from_line(); in get_edit_state()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dcode_editor.cpp180 …selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_colu… in _replace_all()
254 int selection_line = text_edit->get_selection_from_line(); in _get_search_from()
569 …if (text_edit->is_selection_active() && (text_edit->get_selection_from_line() == text_edit->get_se… in popup_search()
581 …bool do_selection = (text_edit->is_selection_active() && text_edit->get_selection_from_line() < te… in popup_replace()
638 …selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_colu… in _replace()
657 Point2i match_from(text_edit->get_selection_from_line(), text_edit->get_selection_from_column()); in _replace()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dcode_editor.cpp180 …selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_colu… in _replace_all()
254 int selection_line = text_edit->get_selection_from_line(); in _get_search_from()
569 …if (text_edit->is_selection_active() && (text_edit->get_selection_from_line() == text_edit->get_se… in popup_search()
581 …bool do_selection = (text_edit->is_selection_active() && text_edit->get_selection_from_line() < te… in popup_replace()
638 …selection_begin = Point2i(text_edit->get_selection_from_line(), text_edit->get_selection_from_colu… in _replace()
657 Point2i match_from(text_edit->get_selection_from_line(), text_edit->get_selection_from_column()); in _replace()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.h450 int get_selection_from_line() const;
H A Dtext_edit.cpp1217 _insert_text(get_selection_from_line(), get_selection_from_column(), in _consume_pair_symbol()
1222 if (get_selection_from_line() == get_selection_to_line()) in _consume_pair_symbol()
1312 int start_line = get_selection_from_line(); in indent_selection_right()
1338 int start_line = get_selection_from_line(); in indent_selection_left()
3516 int TextEdit::get_selection_from_line() const { function in TextEdit
4421 ObjectTypeDB::bind_method(_MD("get_selection_from_line"), &TextEdit::get_selection_from_line);
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.h450 int get_selection_from_line() const;
H A Dtext_edit.cpp1217 _insert_text(get_selection_from_line(), get_selection_from_column(), in _consume_pair_symbol()
1222 if (get_selection_from_line() == get_selection_to_line()) in _consume_pair_symbol()
1312 int start_line = get_selection_from_line(); in indent_selection_right()
1338 int start_line = get_selection_from_line(); in indent_selection_left()
3516 int TextEdit::get_selection_from_line() const { function in TextEdit
4421 ObjectTypeDB::bind_method(_MD("get_selection_from_line"), &TextEdit::get_selection_from_line);
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp1214 int from_line = tx->get_selection_from_line(); in _menu_option()
1253 int from_line = tx->get_selection_from_line(); in _menu_option()
1345 from_line = tx->get_selection_from_line(); in _menu_option()
1380 int begin = tx->get_selection_from_line(); in _menu_option()
1425 begin = te->get_selection_from_line(); in _menu_option()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp1214 int from_line = tx->get_selection_from_line(); in _menu_option()
1253 int from_line = tx->get_selection_from_line(); in _menu_option()
1345 from_line = tx->get_selection_from_line(); in _menu_option()
1380 int begin = tx->get_selection_from_line(); in _menu_option()
1425 begin = te->get_selection_from_line(); in _menu_option()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.h704 int get_selection_from_line() const;
H A Dtext_edit.cpp1784 _insert_text(get_selection_from_line(), get_selection_from_column(), in _consume_pair_symbol()
1789 if (get_selection_from_line() == get_selection_to_line()) in _consume_pair_symbol()
1967 start_line = get_selection_from_line(); in indent_right()
2023 start_line = get_selection_from_line(); in indent_left()
2437 int from_line = get_selection_from_line();
5373 int TextEdit::get_selection_from_line() const { function in TextEdit
7067 ClassDB::bind_method(D_METHOD("get_selection_from_line"), &TextEdit::get_selection_from_line);
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.h704 int get_selection_from_line() const;
H A Dtext_edit.cpp1784 _insert_text(get_selection_from_line(), get_selection_from_column(), in _consume_pair_symbol()
1789 if (get_selection_from_line() == get_selection_to_line()) in _consume_pair_symbol()
1967 start_line = get_selection_from_line(); in indent_right()
2023 start_line = get_selection_from_line(); in indent_left()
2437 int from_line = get_selection_from_line();
5373 int TextEdit::get_selection_from_line() const { function in TextEdit
7067 ClassDB::bind_method(D_METHOD("get_selection_from_line"), &TextEdit::get_selection_from_line);
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtext_editor.cpp564 int from_line = tx->get_selection_from_line(); in _text_edit_gui_input()
H A Dshader_editor_plugin.cpp514 int from_line = tx->get_selection_from_line(); in _text_edit_gui_input()
H A Dscript_text_editor.cpp1190 begin = tx->get_selection_from_line(); in _edit_option()
1643 int from_line = tx->get_selection_from_line(); in _text_edit_gui_input()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtext_editor.cpp564 int from_line = tx->get_selection_from_line(); in _text_edit_gui_input()
H A Dshader_editor_plugin.cpp514 int from_line = tx->get_selection_from_line(); in _text_edit_gui_input()
H A Dscript_text_editor.cpp1190 begin = tx->get_selection_from_line(); in _edit_option()
1643 int from_line = tx->get_selection_from_line(); in _text_edit_gui_input()