Plugins/ViewManagerPlugins/Listspace/Listspace.py

changeset 4298
4e7a0e2c20fc
parent 4025
ffc69fe3a61d
child 4393
aa574fe5ea93
diff -r 8ece10107224 -r 4e7a0e2c20fc Plugins/ViewManagerPlugins/Listspace/Listspace.py
--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Fri Jun 26 18:34:11 2015 +0200
+++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Fri Jun 26 19:21:16 2015 +0200
@@ -379,13 +379,15 @@
             self.changeCaption.emit("")
         self.editorChangedEd.emit(aw)
         
-    def _addView(self, win, fn=None, noName=""):
+    def _addView(self, win, fn=None, noName="", next=False):
         """
         Protected method to add a view (i.e. window).
         
         @param win editor assembly to be added
         @param fn filename of this editor (string)
         @param noName name to be used for an unnamed editor (string)
+        @param next flag indicating to add the view next to the current
+            view (bool)
         """
         editor = win.getEditor()
         if fn is None:

eric ide

mercurial