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_ui/space_console.py:106 |
---|
Print a message whem the terminal initializes
File : | startup/bl_ui/space_console.py:123 |
---|
Clear text by type
Parameters: |
|
---|
Copy selected text to clipboard
Delete text by cursor position
Parameters: | type (enum in [‘NEXT_CHARACTER’, ‘PREVIOUS_CHARACTER’], (optional)) – Type, Which part of the text to delete. |
---|
Execute the current console line as a python expression
File : | startup/bl_ui/space_console.py:88 |
---|
Append history at cursor position
Parameters: |
|
---|
Cycle through history
Parameters: | reverse (boolean, (optional)) – Reverse, reverse cycle history |
---|
Insert text at cursor position
Parameters: | text (string, (optional)) – Text, Text to insert at the cursor position. |
---|
Set the current language for this console
Parameters: | language (string, (optional)) – Language |
---|---|
File : | startup/bl_ui/space_console.py:150 |
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