QScintilla/EditorAssembly.py

changeset 4891
d6e8171d2c02
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
equal deleted inserted replaced
4889:10cec9d5aa91 4891:d6e8171d2c02
19 class EditorAssembly(QWidget): 19 class EditorAssembly(QWidget):
20 """ 20 """
21 Class implementing the editor assembly widget containing the navigation 21 Class implementing the editor assembly widget containing the navigation
22 combos and the editor widget. 22 combos and the editor widget.
23 """ 23 """
24 def __init__(self, dbs, fn=None, vm=None, filetype="", editor=None, 24 def __init__(self, dbs, fn="", vm=None, filetype="", editor=None,
25 tv=None): 25 tv=None):
26 """ 26 """
27 Constructor 27 Constructor
28 28
29 @param dbs reference to the debug server object 29 @param dbs reference to the debug server object

eric ide

mercurial