Home
last modified time | relevance | path

Searched refs:is_selection_active (Results 1 – 24 of 24) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dcode_editor.cpp181 bool selection_enabled = text_edit->is_selection_active(); in _replace()
232 bool selection_enabled = text_edit->is_selection_active(); in _replace_all()
320 if (text_edit->is_selection_active() && is_selection_only()) { in _get_search_from()
404 if (text_edit->is_selection_active()) in search_prev()
1105 if (!text_editor->is_selection_active()) { in convert_case()
1149 if (text_editor->is_selection_active()) { in move_lines_up()
1190 if (text_editor->is_selection_active()) { in move_lines_down()
1244 if (text_editor->is_selection_active()) { in delete_lines()
1272 if (text_editor->is_selection_active()) { in clone_lines_down()
1306 if (text_editor->is_selection_active()) { in toggle_inline_comment()
[all …]
H A Danimation_track_editor.h520 bool is_selection_active() const;
H A Danimation_track_editor.cpp2834 if (editor->is_selection_active()) { in _gui_input()
4106 bool AnimationTrackEditor::is_selection_active() const { in is_selection_active() function in AnimationTrackEditor
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dcode_editor.cpp181 bool selection_enabled = text_edit->is_selection_active(); in _replace()
232 bool selection_enabled = text_edit->is_selection_active(); in _replace_all()
320 if (text_edit->is_selection_active() && is_selection_only()) { in _get_search_from()
404 if (text_edit->is_selection_active()) in search_prev()
1105 if (!text_editor->is_selection_active()) { in convert_case()
1149 if (text_editor->is_selection_active()) { in move_lines_up()
1190 if (text_editor->is_selection_active()) { in move_lines_down()
1244 if (text_editor->is_selection_active()) { in delete_lines()
1272 if (text_editor->is_selection_active()) { in clone_lines_down()
1306 if (text_editor->is_selection_active()) { in toggle_inline_comment()
[all …]
H A Danimation_track_editor.h520 bool is_selection_active() const;
H A Danimation_track_editor.cpp2834 if (editor->is_selection_active()) { in _gui_input()
4106 bool AnimationTrackEditor::is_selection_active() const { in is_selection_active() function in AnimationTrackEditor
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dcode_editor.cpp177 bool selection_enabled = text_edit->is_selection_active(); in _replace_all()
252 if (text_edit->is_selection_active() && !replace_all_mode) { in _get_search_from()
357 if (text_edit->is_selection_active()) { in _show_search()
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()
584 if (!do_selection && text_edit->is_selection_active()) { in popup_replace()
635 bool selection_enabled = text_edit->is_selection_active(); in _replace()
651 if (!text_edit->is_selection_active()) { in _replace()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dcode_editor.cpp177 bool selection_enabled = text_edit->is_selection_active(); in _replace_all()
252 if (text_edit->is_selection_active() && !replace_all_mode) { in _get_search_from()
357 if (text_edit->is_selection_active()) { in _show_search()
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()
584 if (!do_selection && text_edit->is_selection_active()) { in popup_replace()
635 bool selection_enabled = text_edit->is_selection_active(); in _replace()
651 if (!text_edit->is_selection_active()) { in _replace()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtext_editor.cpp562 if (tx->is_selection_active()) { in _text_edit_gui_input()
574 if (!tx->is_selection_active()) { in _text_edit_gui_input()
581 _make_context_menu(tx->is_selection_active(), can_fold, is_folded, get_local_mouse_position()); in _text_edit_gui_input()
590 …_make_context_menu(tx->is_selection_active(), tx->can_fold(line), tx->is_folded(line), (get_global… in _text_edit_gui_input()
H A Dshader_editor_plugin.cpp512 if (tx->is_selection_active()) { in _text_edit_gui_input()
524 if (!tx->is_selection_active()) { in _text_edit_gui_input()
529 _make_context_menu(tx->is_selection_active(), get_local_mouse_position()); in _text_edit_gui_input()
536 …_make_context_menu(tx->is_selection_active(), (get_global_transform().inverse() * tx->get_global_t… in _text_edit_gui_input()
H A Dscript_text_editor.cpp1189 if (tx->is_selection_active()) { in _edit_option()
1642 if (tx->is_selection_active()) { in _text_edit_gui_input()
1653 if (!tx->is_selection_active()) { in _text_edit_gui_input()
1714 …_make_context_menu(tx->is_selection_active(), has_color, foldable, open_docs, goto_definition, loc… in _text_edit_gui_input()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtext_editor.cpp562 if (tx->is_selection_active()) { in _text_edit_gui_input()
574 if (!tx->is_selection_active()) { in _text_edit_gui_input()
581 _make_context_menu(tx->is_selection_active(), can_fold, is_folded, get_local_mouse_position()); in _text_edit_gui_input()
590 …_make_context_menu(tx->is_selection_active(), tx->can_fold(line), tx->is_folded(line), (get_global… in _text_edit_gui_input()
H A Dshader_editor_plugin.cpp512 if (tx->is_selection_active()) { in _text_edit_gui_input()
524 if (!tx->is_selection_active()) { in _text_edit_gui_input()
529 _make_context_menu(tx->is_selection_active(), get_local_mouse_position()); in _text_edit_gui_input()
536 …_make_context_menu(tx->is_selection_active(), (get_global_transform().inverse() * tx->get_global_t… in _text_edit_gui_input()
H A Dscript_text_editor.cpp1189 if (tx->is_selection_active()) { in _edit_option()
1642 if (tx->is_selection_active()) { in _text_edit_gui_input()
1653 if (!tx->is_selection_active()) { in _text_edit_gui_input()
1714 …_make_context_menu(tx->is_selection_active(), has_color, foldable, open_docs, goto_definition, loc… in _text_edit_gui_input()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp1213 if (tx->is_selection_active()) { in _menu_option()
1252 if (tx->is_selection_active()) { in _menu_option()
1291 if (tx->is_selection_active()) { in _menu_option()
1320 if (tx->is_selection_active()) { in _menu_option()
1344 if (tx->is_selection_active()) { in _menu_option()
1363 if (tx->is_selection_active()) { in _menu_option()
1379 if (tx->is_selection_active()) { in _menu_option()
1424 if (te->is_selection_active()) { in _menu_option()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dscript_editor_plugin.cpp1213 if (tx->is_selection_active()) { in _menu_option()
1252 if (tx->is_selection_active()) { in _menu_option()
1291 if (tx->is_selection_active()) { in _menu_option()
1320 if (tx->is_selection_active()) { in _menu_option()
1344 if (tx->is_selection_active()) { in _menu_option()
1363 if (tx->is_selection_active()) { in _menu_option()
1379 if (tx->is_selection_active()) { in _menu_option()
1424 if (te->is_selection_active()) { in _menu_option()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp1779 if (is_selection_active()) { in _consume_pair_symbol()
1966 if (is_selection_active()) { in indent_right()
1982 if (line_text.size() == 0 && is_selection_active()) { in indent_right()
2000 if (is_selection_active()) { in indent_right()
2022 if (is_selection_active()) { in indent_left()
2435 if (is_selection_active()) {
2447 if (!is_selection_active()) {
2977 if (is_selection_active()) {
5369 bool TextEdit::is_selection_active() const { function in TextEdit
5982 if (is_selection_active()) {
[all …]
H A Dtext_edit.h703 bool is_selection_active() const;
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp1779 if (is_selection_active()) { in _consume_pair_symbol()
1966 if (is_selection_active()) { in indent_right()
1982 if (line_text.size() == 0 && is_selection_active()) { in indent_right()
2000 if (is_selection_active()) { in indent_right()
2022 if (is_selection_active()) { in indent_left()
2435 if (is_selection_active()) {
2447 if (!is_selection_active()) {
2977 if (is_selection_active()) {
5369 bool TextEdit::is_selection_active() const { function in TextEdit
5982 if (is_selection_active()) {
[all …]
H A Dtext_edit.h703 bool is_selection_active() const;
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.h449 bool is_selection_active() const;
H A Dtext_edit.cpp1212 if (is_selection_active()) { in _consume_pair_symbol()
1308 if (!is_selection_active()) { in indent_selection_right()
1334 if (!is_selection_active()) { in indent_selection_left()
3512 bool TextEdit::is_selection_active() const { function in TextEdit
4420 ObjectTypeDB::bind_method(_MD("is_selection_active"), &TextEdit::is_selection_active);
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.h449 bool is_selection_active() const;
H A Dtext_edit.cpp1212 if (is_selection_active()) { in _consume_pair_symbol()
1308 if (!is_selection_active()) { in indent_selection_right()
1334 if (!is_selection_active()) { in indent_selection_left()
3512 bool TextEdit::is_selection_active() const { function in TextEdit
4420 ObjectTypeDB::bind_method(_MD("is_selection_active"), &TextEdit::is_selection_active);