(e)
| 89 | # Text Editor |
| 90 | |
| 91 | def _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 | |
| 97 | def _text_editor_and_3dview_startup(e, window): |
no outgoing calls
no test coverage detected