blender/scripts/modules/bl_text_utils
Campbell Barton 9d4dc5376c Fix #112377: Edit Source missing info in the status bar
Reports from the internal operator weren't forwarded to the Python
operator, they were printed in the console instead.

Resolve by moving the operator to C++, use a utility function
to launch the external editor instead of an operator.
2023-10-05 13:09:47 +11:00
..
__init__.py Fix #112377: Edit Source missing info in the status bar 2023-10-05 13:09:47 +11:00
external_editor.py Fix #112377: Edit Source missing info in the status bar 2023-10-05 13:09:47 +11:00