src/eric7/Documentation/Source/eric7.UI.Browser.html

branch
eric7
changeset 10784
521fd465b048
parent 10677
6ee2e475490c
child 10951
8a7e3a26fe36
diff -r ccf28bec1227 -r 521fd465b048 src/eric7/Documentation/Source/eric7.UI.Browser.html
--- a/src/eric7/Documentation/Source/eric7.UI.Browser.html	Fri Jun 14 11:18:10 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.UI.Browser.html	Fri Jun 14 11:23:45 2024 +0200
@@ -148,7 +148,7 @@
 </tr>
 <tr>
 <td><a href="#Browser.__addAsToplevelDir">__addAsToplevelDir</a></td>
-<td>Private slot to handle the Add as toplevel directory popup menu entry.</td>
+<td>Private slot to handle the Add as top level directory popup menu entry.</td>
 </tr>
 <tr>
 <td><a href="#Browser.__createPopupMenus">__createPopupMenus</a></td>
@@ -171,8 +171,12 @@
 <td>Private slot to handle the Find in directory popup menu entry.</td>
 </tr>
 <tr>
-<td><a href="#Browser.__newToplevelDir">__newToplevelDir</a></td>
-<td>Private slot to handle the New toplevel directory popup menu entry.</td>
+<td><a href="#Browser.__newRemoteTopLevelDir">__newRemoteTopLevelDir</a></td>
+<td>Private slot to handle the New Remote Top Level Directory popup menu entry.</td>
+</tr>
+<tr>
+<td><a href="#Browser.__newTopLevelDir">__newTopLevelDir</a></td>
+<td>Private slot to handle the New Top Level Directory popup menu entry.</td>
 </tr>
 <tr>
 <td><a href="#Browser.__refreshDirectory">__refreshDirectory</a></td>
@@ -184,7 +188,7 @@
 </tr>
 <tr>
 <td><a href="#Browser.__removeToplevel">__removeToplevel</a></td>
-<td>Private slot to handle the Remove from toplevel popup menu entry.</td>
+<td>Private slot to handle the Remove from top level popup menu entry.</td>
 </tr>
 <tr>
 <td><a href="#Browser.__replaceInDirectory">__replaceInDirectory</a></td>
@@ -196,7 +200,7 @@
 </tr>
 <tr>
 <td><a href="#Browser._contextMenuRequested">_contextMenuRequested</a></td>
-<td>Protected slot to show the context menu of the listview.</td>
+<td>Protected slot to show the context menu of the list view.</td>
 </tr>
 <tr>
 <td><a href="#Browser._copyToClipboard">_copyToClipboard</a></td>
@@ -324,13 +328,17 @@
 
 <a NAME="Browser.__init__" ID="Browser.__init__"></a>
 <h4>Browser (Constructor)</h4>
-<b>Browser</b>(<i>parent=None</i>)
+<b>Browser</b>(<i>serverInterface, parent=None</i>)
 <p>
         Constructor
 </p>
 
 <dl>
 
+<dt><i>serverInterface</i> (EricServerInterface)</dt>
+<dd>
+reference to the 'eric-ide' server interface object
+</dd>
 <dt><i>parent</i> (QWidget)</dt>
 <dd>
 parent widget
@@ -340,7 +348,7 @@
 <h4>Browser.__addAsToplevelDir</h4>
 <b>__addAsToplevelDir</b>(<i></i>)
 <p>
-        Private slot to handle the Add as toplevel directory popup menu entry.
+        Private slot to handle the Add as top level directory popup menu entry.
 </p>
 
 <a NAME="Browser.__createPopupMenus" ID="Browser.__createPopupMenus"></a>
@@ -396,11 +404,18 @@
         Private slot to handle the Find in directory popup menu entry.
 </p>
 
-<a NAME="Browser.__newToplevelDir" ID="Browser.__newToplevelDir"></a>
-<h4>Browser.__newToplevelDir</h4>
-<b>__newToplevelDir</b>(<i></i>)
+<a NAME="Browser.__newRemoteTopLevelDir" ID="Browser.__newRemoteTopLevelDir"></a>
+<h4>Browser.__newRemoteTopLevelDir</h4>
+<b>__newRemoteTopLevelDir</b>(<i></i>)
 <p>
-        Private slot to handle the New toplevel directory popup menu entry.
+        Private slot to handle the New Remote Top Level Directory popup menu entry.
+</p>
+
+<a NAME="Browser.__newTopLevelDir" ID="Browser.__newTopLevelDir"></a>
+<h4>Browser.__newTopLevelDir</h4>
+<b>__newTopLevelDir</b>(<i></i>)
+<p>
+        Private slot to handle the New Top Level Directory popup menu entry.
 </p>
 
 <a NAME="Browser.__refreshDirectory" ID="Browser.__refreshDirectory"></a>
@@ -421,7 +436,7 @@
 <h4>Browser.__removeToplevel</h4>
 <b>__removeToplevel</b>(<i></i>)
 <p>
-        Private slot to handle the Remove from toplevel popup menu entry.
+        Private slot to handle the Remove from top level popup menu entry.
 </p>
 
 <a NAME="Browser.__replaceInDirectory" ID="Browser.__replaceInDirectory"></a>
@@ -442,7 +457,7 @@
 <h4>Browser._contextMenuRequested</h4>
 <b>_contextMenuRequested</b>(<i>coord</i>)
 <p>
-        Protected slot to show the context menu of the listview.
+        Protected slot to show the context menu of the list view.
 </p>
 
 <dl>

eric ide

mercurial