base classes — bpy_struct, Space
Text editor space data
Text to search for with the find tool
| Type : | string, default “” |
|---|
Font size to use for displaying the text
| Type : | int in [8, 32], default 0 |
|---|
Column number to show right margin at
| Type : | int in [0, 1024], default 0 |
|---|
Text to replace selected text with using the replace tool
| Type : | string, default “” |
|---|
Highlight the current line
| Type : | boolean, default False |
|---|
Show line numbers next to the text
| Type : | boolean, default False |
|---|
Show right margin
| Type : | boolean, default False |
|---|
Syntax highlight for scripting
| Type : | boolean, default False |
|---|
Wrap words if there is not enough horizontal space
| Type : | boolean, default False |
|---|
Number of spaces to display tabs with
| Type : | int in [2, 8], default 0 |
|---|
Search in all text datablocks, instead of only the active one
| Type : | boolean, default False |
|---|
Search again from the start of the file when reaching the end
| Type : | boolean, default False |
|---|
Run python while editing
| Type : | boolean, default False |
|---|
Search string is sensitive to uppercase and lowercase letters
| Type : | boolean, default False |
|---|
Overwrite characters when typing rather than inserting them
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|