src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html

branch
eric7
changeset 10674
8fc0af9c76dc
parent 10523
e4069ddd7dc7
child 10677
6ee2e475490c
equal deleted inserted replaced
10673:214deec16021 10674:8fc0af9c76dc
594 <tr> 594 <tr>
595 <td><a href="#ViewManager.__previousWarning">__previousWarning</a></td> 595 <td><a href="#ViewManager.__previousWarning">__previousWarning</a></td>
596 <td>Private method to handle the previous warning action.</td> 596 <td>Private method to handle the previous warning action.</td>
597 </tr> 597 </tr>
598 <tr> 598 <tr>
599 <td><a href="#ViewManager.__reloadCurrentEditor">__reloadCurrentEditor</a></td>
600 <td>Private slot to reload the contents of the current editor.</td>
601 </tr>
602 <tr>
599 <td><a href="#ViewManager.__replaceFiles">__replaceFiles</a></td> 603 <td><a href="#ViewManager.__replaceFiles">__replaceFiles</a></td>
600 <td>Private method to handle the replace in files action.</td> 604 <td>Private method to handle the replace in files action.</td>
601 </tr> 605 </tr>
602 <tr> 606 <tr>
603 <td><a href="#ViewManager.__replaceOpenFiles">__replaceOpenFiles</a></td> 607 <td><a href="#ViewManager.__replaceOpenFiles">__replaceOpenFiles</a></td>
2219 <a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a> 2223 <a NAME="ViewManager.__previousWarning" ID="ViewManager.__previousWarning"></a>
2220 <h4>ViewManager.__previousWarning</h4> 2224 <h4>ViewManager.__previousWarning</h4>
2221 <b>__previousWarning</b>(<i></i>) 2225 <b>__previousWarning</b>(<i></i>)
2222 <p> 2226 <p>
2223 Private method to handle the previous warning action. 2227 Private method to handle the previous warning action.
2228 </p>
2229
2230 <a NAME="ViewManager.__reloadCurrentEditor" ID="ViewManager.__reloadCurrentEditor"></a>
2231 <h4>ViewManager.__reloadCurrentEditor</h4>
2232 <b>__reloadCurrentEditor</b>(<i></i>)
2233 <p>
2234 Private slot to reload the contents of the current editor.
2224 </p> 2235 </p>
2225 2236
2226 <a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a> 2237 <a NAME="ViewManager.__replaceFiles" ID="ViewManager.__replaceFiles"></a>
2227 <h4>ViewManager.__replaceFiles</h4> 2238 <h4>ViewManager.__replaceFiles</h4>
2228 <b>__replaceFiles</b>(<i></i>) 2239 <b>__replaceFiles</b>(<i></i>)
4184 flag indicating to add the file next to the current 4195 flag indicating to add the file next to the current
4185 editor 4196 editor
4186 </dd> 4197 </dd>
4187 <dt><i>indexes</i> (tuple of two int)</dt> 4198 <dt><i>indexes</i> (tuple of two int)</dt>
4188 <dd> 4199 <dd>
4189 of the editor, first the split view index, second the 4200 indexes of the editor, first the split view index, second the
4190 index within the view 4201 index within the view
4191 </dd> 4202 </dd>
4192 </dl> 4203 </dl>
4193 <dl> 4204 <dl>
4194 <dt>Return:</dt> 4205 <dt>Return:</dt>

eric ide

mercurial