Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

commit: a better color for 'Makefile' syntax errors (closes #95)

Changeset 8b2a68af5191

Parent 8842eab5f9b7

by Steve Borho

Changes to one file · Browse files at 8b2a68af5191 Showing diff from parent 8842eab5f9b7 Diff from another changeset...

 
43
44
45
 
46
47
48
 
43
44
45
46
47
48
49
@@ -43,6 +43,7 @@
  self.setAutoCompletionFillupsEnabled(True)   self.setLexer(QsciLexerMakefile(self))   self.lexer().setFont(qtlib.getfont('fontcomment').font()) + self.lexer().setColor(QColor(Qt.red), QsciLexerMakefile.Error)   self.setMatchedBraceBackgroundColor(Qt.yellow)   self.setIndentationsUseTabs(False)   self.setBraceMatching(QsciScintilla.SloppyBraceMatch)