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

settings: remove a comment, QsciLexerLua is _not_ an improvement

Changeset fdc86ff0f4c0

Parent 49d2c256b15a

by Steve Borho

Changes to one file · Browse files at fdc86ff0f4c0 Showing diff from parent 49d2c256b15a Diff from another changeset...

 
547
548
549
550
 
551
552
553
 
547
548
549
 
550
551
552
553
@@ -547,7 +547,7 @@
  self.connect(bb, SIGNAL("accepted()"), dialog, SLOT('accept()'))   self.connect(bb, SIGNAL("rejected()"), dialog, SLOT('reject()'))   vbox.addWidget(bb) - lexer = Qsci.QsciLexerProperties() # QsciLexerLua? + lexer = Qsci.QsciLexerProperties()   editor.setLexer(lexer)   s = self.settings   try: