MCPcopy Create free account
hub / github.com/blender/blender / _text_editor_startup

Function _text_editor_startup

tests/python/ui_simulate/test_undo.py:91–94  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

89# Text Editor
90
91def _text_editor_startup(e):
92 yield e.shift.f11() # Text editor.
93 yield e.ctrl.alt.space() # Full-screen.
94 yield e.alt.n() # New text.
95
96
97def _text_editor_and_3dview_startup(e, window):

Callers 1

text_editor_simpleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected