--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html Tue Sep 06 18:33:27 2011 +0200 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html Tue Sep 06 19:47:39 2011 +0200 @@ -109,22 +109,28 @@ <td>Private method to handle caption change signals from the editor.</td> </tr><tr> <td><a href="#Listspace.__contextMenuClose">__contextMenuClose</a></td> -<td>Private method to close the selected tab.</td> +<td>Private method to close the selected editor.</td> </tr><tr> <td><a href="#Listspace.__contextMenuCloseAll">__contextMenuCloseAll</a></td> -<td>Private method to close all tabs.</td> +<td>Private method to close all editors.</td> +</tr><tr> +<td><a href="#Listspace.__contextMenuCopyPathToClipboard">__contextMenuCopyPathToClipboard</a></td> +<td>Private method to copy the file name of the selected editor to the clipboard.</td> +</tr><tr> +<td><a href="#Listspace.__contextMenuOpenRejections">__contextMenuOpenRejections</a></td> +<td>Private slot to open a rejections file associated with the selected editor.</td> </tr><tr> <td><a href="#Listspace.__contextMenuPrintFile">__contextMenuPrintFile</a></td> -<td>Private method to print the selected tab.</td> +<td>Private method to print the selected editor.</td> </tr><tr> <td><a href="#Listspace.__contextMenuSave">__contextMenuSave</a></td> -<td>Private method to save the selected tab.</td> +<td>Private method to save the selected editor.</td> </tr><tr> <td><a href="#Listspace.__contextMenuSaveAll">__contextMenuSaveAll</a></td> -<td>Private method to save all tabs.</td> +<td>Private method to save all editors.</td> </tr><tr> <td><a href="#Listspace.__contextMenuSaveAs">__contextMenuSaveAs</a></td> -<td>Private method to save the selected tab to a new file.</td> +<td>Private method to save the selected editor to a new file.</td> </tr><tr> <td><a href="#Listspace.__currentChanged">__currentChanged</a></td> <td>Private slot to handle the currentChanged signal.</td> @@ -241,32 +247,42 @@ <h4>Listspace.__contextMenuClose</h4> <b>__contextMenuClose</b>(<i></i>) <p> - Private method to close the selected tab. + Private method to close the selected editor. </p><a NAME="Listspace.__contextMenuCloseAll" ID="Listspace.__contextMenuCloseAll"></a> <h4>Listspace.__contextMenuCloseAll</h4> <b>__contextMenuCloseAll</b>(<i></i>) <p> - Private method to close all tabs. + Private method to close all editors. +</p><a NAME="Listspace.__contextMenuCopyPathToClipboard" ID="Listspace.__contextMenuCopyPathToClipboard"></a> +<h4>Listspace.__contextMenuCopyPathToClipboard</h4> +<b>__contextMenuCopyPathToClipboard</b>(<i></i>) +<p> + Private method to copy the file name of the selected editor to the clipboard. +</p><a NAME="Listspace.__contextMenuOpenRejections" ID="Listspace.__contextMenuOpenRejections"></a> +<h4>Listspace.__contextMenuOpenRejections</h4> +<b>__contextMenuOpenRejections</b>(<i></i>) +<p> + Private slot to open a rejections file associated with the selected editor. </p><a NAME="Listspace.__contextMenuPrintFile" ID="Listspace.__contextMenuPrintFile"></a> <h4>Listspace.__contextMenuPrintFile</h4> <b>__contextMenuPrintFile</b>(<i></i>) <p> - Private method to print the selected tab. + Private method to print the selected editor. </p><a NAME="Listspace.__contextMenuSave" ID="Listspace.__contextMenuSave"></a> <h4>Listspace.__contextMenuSave</h4> <b>__contextMenuSave</b>(<i></i>) <p> - Private method to save the selected tab. + Private method to save the selected editor. </p><a NAME="Listspace.__contextMenuSaveAll" ID="Listspace.__contextMenuSaveAll"></a> <h4>Listspace.__contextMenuSaveAll</h4> <b>__contextMenuSaveAll</b>(<i></i>) <p> - Private method to save all tabs. + Private method to save all editors. </p><a NAME="Listspace.__contextMenuSaveAs" ID="Listspace.__contextMenuSaveAs"></a> <h4>Listspace.__contextMenuSaveAs</h4> <b>__contextMenuSaveAs</b>(<i></i>) <p> - Private method to save the selected tab to a new file. + Private method to save the selected editor to a new file. </p><a NAME="Listspace.__currentChanged" ID="Listspace.__currentChanged"></a> <h4>Listspace.__currentChanged</h4> <b>__currentChanged</b>(<i>index</i>)