File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
python/plugins/processing/script Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ def setCommonOptions(self):
61
61
self .setBraceMatching (QsciScintilla .SloppyBraceMatch )
62
62
self .setMatchedBraceBackgroundColor (QColor ("#b7f907" ))
63
63
64
- self .setWrapMode (QsciScintilla .WrapWord )
65
- self .setWrapVisualFlags (QsciScintilla .WrapFlagByText ,
66
- QsciScintilla .WrapFlagNone , 4 )
64
+ # self.setWrapMode(QsciScintilla.WrapWord)
65
+ # self.setWrapVisualFlags(QsciScintilla.WrapFlagByText,
66
+ # QsciScintilla.WrapFlagNone, 4)
67
67
68
68
self .setSelectionForegroundColor (QColor ('#2e3436' ))
69
69
self .setSelectionBackgroundColor (QColor ('#babdb6' ))
@@ -90,7 +90,7 @@ def setCommonOptions(self):
90
90
# Mark column 80 with vertical line
91
91
self .setEdgeMode (QsciScintilla .EdgeLine )
92
92
self .setEdgeColumn (80 )
93
- self .setEdgeColor (QColor ('#eeeeec' ))
93
+ self .setEdgeColor (QColor ("#FF0000" ))
94
94
95
95
# Indentation
96
96
self .setAutoIndent (True )
You can’t perform that action at this time.
0 commit comments