|
Krita Source Code Documentation
|
Classes | |
| class | CodeEditor |
Variables | |
| str | CHAR_COLON = ":" |
| str | CHAR_COMMA = "," |
| str | CHAR_COMMENT = "#" |
| str | CHAR_CONTINUATION = "\\" |
| str | CHAR_EQUALS = "=" |
| str | CHAR_OPEN_BRACE = "{" |
| str | CHAR_OPEN_BRACKET = "(" |
| str | CHAR_OPEN_SQUARE_BRACKET = "[" |
| str | CHAR_SPACE = " " |
| int | INDENT_WIDTH = 4 |
| Constants. | |
| KEY_COMMENT = Qt.Key.Key_M | |
| MODIFIER_COMMENT = Qt.KeyboardModifier.ControlModifier | |
SPDX-FileCopyrightText: 2017 Eliakin Costa <eliakim170@gmail.com> SPDX-License-Identifier: GPL-2.0-or-later
| str scripter.ui_scripter.editor.pythoneditor.CHAR_COLON = ":" |
Definition at line 28 of file pythoneditor.py.
| str scripter.ui_scripter.editor.pythoneditor.CHAR_COMMA = "," |
Definition at line 29 of file pythoneditor.py.
| str scripter.ui_scripter.editor.pythoneditor.CHAR_COMMENT = "#" |
Definition at line 25 of file pythoneditor.py.
| str scripter.ui_scripter.editor.pythoneditor.CHAR_CONTINUATION = "\\" |
Definition at line 30 of file pythoneditor.py.
| str scripter.ui_scripter.editor.pythoneditor.CHAR_EQUALS = "=" |
Definition at line 34 of file pythoneditor.py.
| str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_BRACE = "{" |
Definition at line 33 of file pythoneditor.py.
| str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_BRACKET = "(" |
Definition at line 31 of file pythoneditor.py.
| str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_SQUARE_BRACKET = "[" |
Definition at line 32 of file pythoneditor.py.
| str scripter.ui_scripter.editor.pythoneditor.CHAR_SPACE = " " |
Definition at line 27 of file pythoneditor.py.
| int scripter.ui_scripter.editor.pythoneditor.INDENT_WIDTH = 4 |
Constants.
Definition at line 20 of file pythoneditor.py.
| scripter.ui_scripter.editor.pythoneditor.KEY_COMMENT = Qt.Key.Key_M |
Definition at line 24 of file pythoneditor.py.
| scripter.ui_scripter.editor.pythoneditor.MODIFIER_COMMENT = Qt.KeyboardModifier.ControlModifier |
Definition at line 23 of file pythoneditor.py.