diff -r 6feb46361342 -r 0fb6d2c26cbf src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html --- a/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html Mon May 05 17:43:44 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html Mon May 05 17:45:44 2025 +0200 @@ -824,10 +824,6 @@ <td>Public method to signal if tiling of managed windows is available.</td> </tr> <tr> -<td><a href="#ViewManager.cancelSharedEdit">cancelSharedEdit</a></td> -<td>Public slot to cancel a shared edit session for the current editor.</td> -</tr> -<tr> <td><a href="#ViewManager.cascade">cascade</a></td> <td>Public method to cascade the managed windows.</td> </tr> @@ -1028,10 +1024,6 @@ <td>Public slot to insert a symbol text into the active window.</td> </tr> <tr> -<td><a href="#ViewManager.isConnected">isConnected</a></td> -<td>Public method to check the connection status of the IDE.</td> -</tr> -<tr> <td><a href="#ViewManager.isEditorInfoSupported">isEditorInfoSupported</a></td> <td>Public method to check, if a language is supported by the documentation viewer.</td> </tr> @@ -1108,10 +1100,6 @@ <td>Public slot to handle the projectOpened signal.</td> </tr> <tr> -<td><a href="#ViewManager.receive">receive</a></td> -<td>Public slot to handle received editor commands.</td> -</tr> -<tr> <td><a href="#ViewManager.remoteConnectionChanged">remoteConnectionChanged</a></td> <td>Public slot handling a change of the connection state to an eric-ide server.</td> </tr> @@ -1172,18 +1160,6 @@ <td>Public method to get a reference to the search widget.</td> </tr> <tr> -<td><a href="#ViewManager.send">send</a></td> -<td>Public method to send an editor command to remote editors.</td> -</tr> -<tr> -<td><a href="#ViewManager.sendSharedEdit">sendSharedEdit</a></td> -<td>Public slot to end a shared edit session for the current editor and send the changes.</td> -</tr> -<tr> -<td><a href="#ViewManager.setCooperationClient">setCooperationClient</a></td> -<td>Public method to set a reference to the cooperation client.</td> -</tr> -<tr> <td><a href="#ViewManager.setEditorName">setEditorName</a></td> <td>Public method to change the displayed name of the editor.</td> </tr> @@ -1208,14 +1184,6 @@ <td>Public method used to set the orientation of the split view.</td> </tr> <tr> -<td><a href="#ViewManager.shareConnected">shareConnected</a></td> -<td>Public slot to handle a change of the connected state.</td> -</tr> -<tr> -<td><a href="#ViewManager.shareEditor">shareEditor</a></td> -<td>Public slot to set the shared status of the current editor.</td> -</tr> -<tr> <td><a href="#ViewManager.showDebugSource">showDebugSource</a></td> <td>Public method to open the given file and highlight the given line in it.</td> </tr> @@ -1240,10 +1208,6 @@ <td>Public method to get the number of split views.</td> </tr> <tr> -<td><a href="#ViewManager.startSharedEdit">startSharedEdit</a></td> -<td>Public slot to start a shared edit session for the current editor.</td> -</tr> -<tr> <td><a href="#ViewManager.textForFind">textForFind</a></td> <td>Public method to determine the selection or the current word for the next find operation.</td> </tr> @@ -3013,13 +2977,6 @@ Not implemented </dd> </dl> -<a NAME="ViewManager.cancelSharedEdit" ID="ViewManager.cancelSharedEdit"></a> -<h4>ViewManager.cancelSharedEdit</h4> -<b>cancelSharedEdit</b>(<i></i>) -<p> - Public slot to cancel a shared edit session for the current editor. -</p> - <a NAME="ViewManager.cascade" ID="ViewManager.cascade"></a> <h4>ViewManager.cascade</h4> <b>cascade</b>(<i></i>) @@ -4061,25 +4018,6 @@ text to be inserted </dd> </dl> -<a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a> -<h4>ViewManager.isConnected</h4> -<b>isConnected</b>(<i></i>) -<p> - Public method to check the connection status of the IDE. -</p> - -<dl> -<dt>Return:</dt> -<dd> -flag indicating the connection status -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> -</dl> <a NAME="ViewManager.isEditorInfoSupported" ID="ViewManager.isEditorInfoSupported"></a> <h4>ViewManager.isEditorInfoSupported</h4> <b>isEditorInfoSupported</b>(<i>language</i>) @@ -4408,28 +4346,6 @@ Public slot to handle the projectOpened signal. </p> -<a NAME="ViewManager.receive" ID="ViewManager.receive"></a> -<h4>ViewManager.receive</h4> -<b>receive</b>(<i>projectHash, fileName, command</i>) -<p> - Public slot to handle received editor commands. -</p> - -<dl> - -<dt><i>projectHash</i> (str)</dt> -<dd> -hash of the project -</dd> -<dt><i>fileName</i> (str)</dt> -<dd> -project relative file name of the editor -</dd> -<dt><i>command</i> (str)</dt> -<dd> -command string -</dd> -</dl> <a NAME="ViewManager.remoteConnectionChanged" ID="ViewManager.remoteConnectionChanged"></a> <h4>ViewManager.remoteConnectionChanged</h4> <b>remoteConnectionChanged</b>(<i>connected</i>) @@ -4652,46 +4568,6 @@ SearchReplaceSlidingWidget </dd> </dl> -<a NAME="ViewManager.send" ID="ViewManager.send"></a> -<h4>ViewManager.send</h4> -<b>send</b>(<i>fileName, message</i>) -<p> - Public method to send an editor command to remote editors. -</p> - -<dl> - -<dt><i>fileName</i> (str)</dt> -<dd> -file name of the editor -</dd> -<dt><i>message</i> (str)</dt> -<dd> -command message to be sent -</dd> -</dl> -<a NAME="ViewManager.sendSharedEdit" ID="ViewManager.sendSharedEdit"></a> -<h4>ViewManager.sendSharedEdit</h4> -<b>sendSharedEdit</b>(<i></i>) -<p> - Public slot to end a shared edit session for the current editor and - send the changes. -</p> - -<a NAME="ViewManager.setCooperationClient" ID="ViewManager.setCooperationClient"></a> -<h4>ViewManager.setCooperationClient</h4> -<b>setCooperationClient</b>(<i>client</i>) -<p> - Public method to set a reference to the cooperation client. -</p> - -<dl> - -<dt><i>client</i> (CooperationClient)</dt> -<dd> -reference to the cooperation client -</dd> -</dl> <a NAME="ViewManager.setEditorName" ID="ViewManager.setEditorName"></a> <h4>ViewManager.setEditorName</h4> <b>setEditorName</b>(<i>editor, newName</i>) @@ -4832,34 +4708,6 @@ orientation of the split </dd> </dl> -<a NAME="ViewManager.shareConnected" ID="ViewManager.shareConnected"></a> -<h4>ViewManager.shareConnected</h4> -<b>shareConnected</b>(<i>connected</i>) -<p> - Public slot to handle a change of the connected state. -</p> - -<dl> - -<dt><i>connected</i> (bool)</dt> -<dd> -flag indicating the connected state -</dd> -</dl> -<a NAME="ViewManager.shareEditor" ID="ViewManager.shareEditor"></a> -<h4>ViewManager.shareEditor</h4> -<b>shareEditor</b>(<i>share</i>) -<p> - Public slot to set the shared status of the current editor. -</p> - -<dl> - -<dt><i>share</i> (bool)</dt> -<dd> -flag indicating the share status -</dd> -</dl> <a NAME="ViewManager.showDebugSource" ID="ViewManager.showDebugSource"></a> <h4>ViewManager.showDebugSource</h4> <b>showDebugSource</b>(<i>fn, line</i>) @@ -4947,13 +4795,6 @@ int </dd> </dl> -<a NAME="ViewManager.startSharedEdit" ID="ViewManager.startSharedEdit"></a> -<h4>ViewManager.startSharedEdit</h4> -<b>startSharedEdit</b>(<i></i>) -<p> - Public slot to start a shared edit session for the current editor. -</p> - <a NAME="ViewManager.textForFind" ID="ViewManager.textForFind"></a> <h4>ViewManager.textForFind</h4> <b>textForFind</b>(<i>getCurrentWord=True</i>)