Krita Source Code Documentation
Loading...
Searching...
No Matches
pythoneditor.py File Reference

Go to the source code of this file.

Classes

class  scripter.ui_scripter.editor.pythoneditor.CodeEditor
 

Namespaces

namespace  scripter
 
namespace  scripter.ui_scripter
 
namespace  scripter.ui_scripter.editor
 
namespace  scripter.ui_scripter.editor.pythoneditor
 

Variables

str scripter.ui_scripter.editor.pythoneditor.CHAR_COLON = ":"
 
str scripter.ui_scripter.editor.pythoneditor.CHAR_COMMA = ","
 
str scripter.ui_scripter.editor.pythoneditor.CHAR_COMMENT = "#"
 
str scripter.ui_scripter.editor.pythoneditor.CHAR_CONTINUATION = "\\"
 
str scripter.ui_scripter.editor.pythoneditor.CHAR_EQUALS = "="
 
str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_BRACE = "{"
 
str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_BRACKET = "("
 
str scripter.ui_scripter.editor.pythoneditor.CHAR_OPEN_SQUARE_BRACKET = "["
 
str scripter.ui_scripter.editor.pythoneditor.CHAR_SPACE = " "
 
int scripter.ui_scripter.editor.pythoneditor.INDENT_WIDTH = 4
 Constants.
 
 scripter.ui_scripter.editor.pythoneditor.KEY_COMMENT = Qt.Key.Key_M
 
 scripter.ui_scripter.editor.pythoneditor.MODIFIER_COMMENT = Qt.KeyboardModifier.ControlModifier