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

Method cancel_code_completion

scene/gui/code_edit.cpp:2438–2446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2436}
2437
2438void CodeEdit::cancel_code_completion() {
2439 if (!code_completion_active) {
2440 return;
2441 }
2442 code_completion_forced = false;
2443 code_completion_active = false;
2444 is_code_completion_drag_started = false;
2445 queue_redraw();
2446}
2447
2448/* Line length guidelines */
2449void CodeEdit::set_line_length_guidelines(TypedArray<int> p_guideline_columns) {

Callers 4

_searchMethod · 0.80
goto_lineMethod · 0.80
goto_line_selectionMethod · 0.80
goto_line_centeredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected