The Text Window

Text Toolbar

WindowType

As with every window header, the first button allows you to set the window type.

Full Window

Maximise the window, or return to the previous window display size; return to the previous screen setting (CTRL-UPARROW).

Line Numbers

This button toggles showing of the line numbers on and off.

Text Browse

Choose another Text from the list of available Buffers. The option "Add New" opens a new empty buffer. The option "Open New" turns the Text Window into a FIle Selection Window an allows to load a Text Buffer from the disk.

TX:

Give the current Text buffer a new and unique name. After the new name is entered, it appears in the list, sorted alphabetically.

Unlink Text

The current Text Buffer is unlinked.

TextWindow

The TextWindow is a simple but useful Texteditor, fully integrated into Blender. The main purpose of it is to write Python scripts, but it is also very useful to write comments in the Blendfile or to instruct other users the purpose of the scene.

The mouse

LMB

Sets the cursor position, defines a selection.

SHIFT-LMB

Adds/remove from selection.

MMB

Pan / translates window.

RMB

Opens a menu:

  • "New" - Creates a new empty buffer.

  • "Open" - Turns window in File Selection Window for loading a text buffer fromdisk.

  • "Save" - Save text buffer to disc.

  • "Save As" - Turns window in File Selection Window for saving the current text buffer to disc.

The HotKeys

ALT-C or CTRL-C

Copy the marked text into a temporary buffer

SHIFT-ALT-F

Opens the same menu as RMB

ALT-J

Asks for a line number and makes the cursor jump to it.

ALT-M

Converts the text in the buffer into a 3D text object (Max 1000 chars.).

ALT-O

Opens a Text buffer.

ALT-P

Executes the Text as a Python script.

ALT-R

Redo.

ALT-S

Saves the Text buffer.

ALT-U

Undo.

ALT-V or CTRL-V

Paste the marked text from the temporary buffer

ALT-X or CTRL-X

Cut the marked text into a temporary buffer

Windows

Blender's temporarybuffer is separated from Window's clipboard. To access Window's clipboard use SHIFT-CTRL-C, SHIFT-CTRL-V, SHIFT-CTRL-X