Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable filedialogs: configure QSci panes to use UTF8 (fixes #198)

Changeset 09c7b40467ab

Parent 1b8c7c5e7af3

by Steve Borho

Changes to one file · Browse files at 09c7b40467ab Showing diff from parent 1b8c7c5e7af3 Diff from another changeset...

 
310
311
312
 
313
314
315
 
310
311
312
313
314
315
316
@@ -310,6 +310,7 @@
  sci.setLexer(self.lexer)     sci.setReadOnly(True) + sci.setUtf8(True)   lay.addWidget(sci)     # hide margin 0 (markers)