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

qtlib: add line number column to fileEditor

Changeset 3f70c22ed9a0

Parent 184436d64bd0

by Yuya Nishihara

Changes to one file · Browse files at 3f70c22ed9a0 Showing diff from parent 184436d64bd0 Diff from another changeset...

 
447
448
449
 
 
450
451
452
 
447
448
449
450
451
452
453
454
@@ -447,6 +447,8 @@
  dialog.setLayout(vbox)   editor = QsciScintilla()   editor.setBraceMatching(QsciScintilla.SloppyBraceMatch) + editor.setMarginLineNumbers(1, True) + editor.setMarginWidth(1, '000')   vbox.addWidget(editor)   BB = QDialogButtonBox   bb = QDialogButtonBox(BB.Save|BB.Cancel)