"External Text Edit" is a Blender addon to edit text in an external editor, even if the text is internal (not a separate text file).
- Download "
external_text_edit.py
" file - In User Preferences window, install the addon file and enable it
If the addon is enabled in the User Preferences window, "Preferences" box will appear just under there.
You can use preset data if the text editor you want to use is listed in the "Preset" menu. Otherwise, you have to manually specify the text editor, command line options, and whether the addon waits the external program terminated or not.
- Open Text Editor in Blender and create new text if no text exists
- Select menu Text > External Text Editor > Start
If the text is internal, a temporary file is created.
- Edit the text in the external text edior
- Save the text, then the Blender's Text Editor will be updated immediately
- Close the text you are editing in the external text editor
- Select menu Text > External Text Editor > Stop
The step 2 above is unnecessary if "Wait for Return" is ON and correctly working. The temporary file created for internal text is deleted automatically.