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

chunks: disable wrap in the two chunk panes

Side-by-side views need horizontal scrollbars

Changeset 703ae086e86e

Parent b05a3b26dc5d

by Steve Borho

Changes to one file · Browse files at 703ae086e86e Showing diff from parent b05a3b26dc5d Diff from another changeset...

 
426
427
428
429
 
430
431
432
 
426
427
428
 
429
430
431
432
@@ -426,7 +426,7 @@
  self.sci.setFrameStyle(0)   self.sci.setReadOnly(True)   self.sci.setUtf8(True) - self.sci.setWrapMode(qsci.WrapCharacter) + #self.sci.setWrapMode(qsci.WrapCharacter)     i = qscilib.KeyPressInterceptor(self, None, [QKeySequence.SelectAll,   QKeySequence.New])