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

Method remove_character_before_cursor

text_block.py:303–305  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301 else: bpy.ops.text.move(type = type)
302
303 def remove_character_before_cursor(self):
304 self.make_active()
305 bpy.ops.text.delete(type = "PREVIOUS_CHARACTER")
306
307 def line_break(self):
308 self.make_active()

Callers 2

delete_current_wordMethod · 0.95
delete_selectionMethod · 0.95

Calls 1

make_activeMethod · 0.95

Tested by

no test coverage detected