Project/ProjectBrowser.py

changeset 2965
d133c7edd88a
parent 2769
8cbebde7a984
child 2995
63d874899b8b
diff -r 84b65fb9e780 -r d133c7edd88a Project/ProjectBrowser.py
--- a/Project/ProjectBrowser.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/Project/ProjectBrowser.py	Sun Sep 29 18:22:08 2013 +0200
@@ -34,7 +34,6 @@
     that doesn't fit these categories. Optionally it contains an additional
     tab with the file system browser.
     """
-    
     def __init__(self, project, parent=None, embeddedBrowser=True):
         """
         Constructor
@@ -153,7 +152,7 @@
         
     def __setBrowsersAvailable(self, browserFlags):
         """
-        Private method to add selected browsers to the project browser
+        Private method to add selected browsers to the project browser.
         
         @param browserFlags flags indicating the browsers to add (integer)
         """
@@ -212,6 +211,8 @@
     def __currentChanged(self, index):
         """
         Private slot to handle the currentChanged(int) signal.
+        
+        @param index index of the tab (integer)
         """
         if index > -1:
             browser = self.widget(index)

eric ide

mercurial