364:a92b3272f4c1 | 365:f740b50380df |
---|---|
51 | 51 |
52 <p> | 52 <p> |
53 Class implementing the refactoring interface to rope. | 53 Class implementing the refactoring interface to rope. |
54 </p> | 54 </p> |
55 <h3>Derived from</h3> | 55 <h3>Derived from</h3> |
56 E5JsonServer | 56 EricJsonServer |
57 <h3>Class Attributes</h3> | 57 <h3>Class Attributes</h3> |
58 | 58 |
59 <table> | 59 <table> |
60 <tr><td>None</td></tr> | 60 <tr><td>None</td></tr> |
61 </table> | 61 </table> |
526 <p> | 526 <p> |
527 Note: rope seems to convert all EOL styles to just \n. | 527 Note: rope seems to convert all EOL styles to just \n. |
528 </p> | 528 </p> |
529 <dl> | 529 <dl> |
530 | 530 |
531 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> | 531 <dt><i>editor</i> (Editor)</dt> |
532 <dd> | 532 <dd> |
533 reference to the editor | 533 reference to the editor |
534 </dd> | 534 </dd> |
535 <dt><i>line</i> (int)</dt> | 535 <dt><i>line</i> (int)</dt> |
536 <dd> | 536 <dd> |
1016 <p> | 1016 <p> |
1017 Public method to check, if an editor has unsaved changes. | 1017 Public method to check, if an editor has unsaved changes. |
1018 </p> | 1018 </p> |
1019 <dl> | 1019 <dl> |
1020 | 1020 |
1021 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> | 1021 <dt><i>editor</i> (Editor)</dt> |
1022 <dd> | 1022 <dd> |
1023 reference to the editor to be checked | 1023 reference to the editor to be checked |
1024 </dd> | 1024 </dd> |
1025 </dl> | 1025 </dl> |
1026 <dl> | 1026 <dl> |
1057 </dd> | 1057 </dd> |
1058 </dl> | 1058 </dl> |
1059 <dl> | 1059 <dl> |
1060 <dt>Return Type:</dt> | 1060 <dt>Return Type:</dt> |
1061 <dd> | 1061 <dd> |
1062 list of E5Action | 1062 list of EricAction |
1063 </dd> | 1063 </dd> |
1064 </dl> | 1064 </dl> |
1065 <a NAME="RefactoringServer.getMainWindow" ID="RefactoringServer.getMainWindow"></a> | 1065 <a NAME="RefactoringServer.getMainWindow" ID="RefactoringServer.getMainWindow"></a> |
1066 <h4>RefactoringServer.getMainWindow</h4> | 1066 <h4>RefactoringServer.getMainWindow</h4> |
1067 <b>getMainWindow</b>(<i></i>) | 1067 <b>getMainWindow</b>(<i></i>) |