Krita Source Code Documentation
Loading...
Searching...
No Matches
scripter.ui_scripter.editor.pythoneditor Namespace Reference

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
 

Detailed Description

SPDX-FileCopyrightText: 2017 Eliakin Costa <eliakim170@gmail.com>

SPDX-License-Identifier: GPL-2.0-or-later

Variable Documentation

◆ CHAR_COLON

str scripter.ui_scripter.editor.pythoneditor.CHAR_COLON = ":"

Definition at line 28 of file pythoneditor.py.

◆ CHAR_COMMA

str scripter.ui_scripter.editor.pythoneditor.CHAR_COMMA = ","

Definition at line 29 of file pythoneditor.py.

◆ CHAR_COMMENT

str scripter.ui_scripter.editor.pythoneditor.CHAR_COMMENT = "#"

Definition at line 25 of file pythoneditor.py.

◆ CHAR_CONTINUATION

str scripter.ui_scripter.editor.pythoneditor.CHAR_CONTINUATION = "\\"

Definition at line 30 of file pythoneditor.py.

◆ CHAR_EQUALS

str scripter.ui_scripter.editor.pythoneditor.CHAR_EQUALS = "="

Definition at line 34 of file pythoneditor.py.

◆ CHAR_OPEN_BRACE

str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_BRACE = "{"

Definition at line 33 of file pythoneditor.py.

◆ CHAR_OPEN_BRACKET

str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_BRACKET = "("

Definition at line 31 of file pythoneditor.py.

◆ CHAR_OPEN_SQUARE_BRACKET

str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_SQUARE_BRACKET = "["

Definition at line 32 of file pythoneditor.py.

◆ CHAR_SPACE

str scripter.ui_scripter.editor.pythoneditor.CHAR_SPACE = " "

Definition at line 27 of file pythoneditor.py.

◆ INDENT_WIDTH

int scripter.ui_scripter.editor.pythoneditor.INDENT_WIDTH = 4

Constants.

Definition at line 20 of file pythoneditor.py.

◆ KEY_COMMENT

scripter.ui_scripter.editor.pythoneditor.KEY_COMMENT = Qt.Key.Key_M

Definition at line 24 of file pythoneditor.py.

◆ MODIFIER_COMMENT

scripter.ui_scripter.editor.pythoneditor.MODIFIER_COMMENT = Qt.KeyboardModifier.ControlModifier

Definition at line 23 of file pythoneditor.py.