Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one
| File: | startup/bl_operators/console.py:71 |
|---|
Print a message when the terminal initializes
| File: | startup/bl_operators/console.py:116 |
|---|
Clear text by type
| Parameters: |
|
|---|
Clear the line and store in history
Copy selected text to clipboard
Copy the console contents for use in a script
| File: | startup/bl_operators/console.py:93 |
|---|
Delete text by cursor position
| Parameters: | type (enum in [‘NEXT_CHARACTER’, ‘PREVIOUS_CHARACTER’, ‘NEXT_WORD’, ‘PREVIOUS_WORD’], (optional)) – Type, Which part of the text to delete |
|---|
Execute the current console line as a python expression
| Parameters: | interactive (boolean, (optional)) – interactive |
|---|---|
| File: | startup/bl_operators/console.py:47 |
Append history at cursor position
| Parameters: |
|
|---|
Cycle through history
| Parameters: | reverse (boolean, (optional)) – Reverse, Reverse cycle history |
|---|
Add 4 spaces at line beginning
Insert text at cursor position
| Parameters: | text (string, (optional, never None)) – Text, Text to insert at the cursor position |
|---|
Set the current language for this console
| Parameters: | language (string, (optional, never None)) – Language |
|---|---|
| File: | startup/bl_operators/console.py:148 |
Move cursor position
| Parameters: | type (enum in [‘LINE_BEGIN’, ‘LINE_END’, ‘PREVIOUS_CHARACTER’, ‘NEXT_CHARACTER’, ‘PREVIOUS_WORD’, ‘NEXT_WORD’], (optional)) – Type, Where to move cursor to |
|---|
Paste text from clipboard
Append scrollback text by type
| Parameters: |
|
|---|
Set the console selection
Delete 4 spaces from line beginning