MCPcopy Create free account
hub / github.com/JacquesLucke/code_autocomplete / simplify_work_operators

Method simplify_work_operators

modal_handler.py:40–43  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

38 self.auto_complete_box.draw()
39
40 def simplify_work_operators(self, event):
41 if event.ctrl and event.type == "Y" and event.value == "PRESS":
42 get_active_text_block().select_current_string()
43 raise BlockEvent()
44
45
46class AutoCompleteTextBox:

Callers

nothing calls this directly

Calls 3

get_active_text_blockFunction · 0.85
BlockEventClass · 0.85
select_current_stringMethod · 0.80

Tested by

no test coverage detected