src/eric7/ViewManager/ViewManager.py

branch
eric7
changeset 10673
214deec16021
parent 10672
072047a94342
child 10674
8fc0af9c76dc
equal deleted inserted replaced
10672:072047a94342 10673:214deec16021
5664 @param pos position within the line to place the cursor at 5664 @param pos position within the line to place the cursor at
5665 @type int 5665 @type int
5666 @param addNext flag indicating to add the file next to the current 5666 @param addNext flag indicating to add the file next to the current
5667 editor 5667 editor
5668 @type bool 5668 @type bool
5669 @param indexes of the editor, first the split view index, second the 5669 @param indexes indexes of the editor, first the split view index, second the
5670 index within the view 5670 index within the view
5671 @type tuple of two int 5671 @type tuple of two int
5672 @return reference to the opened editor 5672 @return reference to the opened editor
5673 @rtype Editor 5673 @rtype Editor
5674 """ 5674 """

eric ide

mercurial