324 <h4>RefactoringServer.__connectMouseClickHandler</h4> |
324 <h4>RefactoringServer.__connectMouseClickHandler</h4> |
325 <b>__connectMouseClickHandler</b>(<i>editor</i>) |
325 <b>__connectMouseClickHandler</b>(<i>editor</i>) |
326 <p> |
326 <p> |
327 Private method to connect the mouse click handler to an editor. |
327 Private method to connect the mouse click handler to an editor. |
328 </p><dl> |
328 </p><dl> |
329 <dt><i>editor</i> (QScintilla.Editor)</dt> |
329 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> |
330 <dd> |
330 <dd> |
331 reference to the editor |
331 reference to the editor |
332 </dd> |
332 </dd> |
333 </dl><a NAME="RefactoringServer.__convertLocalToAttribute" ID="RefactoringServer.__convertLocalToAttribute"></a> |
333 </dl><a NAME="RefactoringServer.__convertLocalToAttribute" ID="RefactoringServer.__convertLocalToAttribute"></a> |
334 <h4>RefactoringServer.__convertLocalToAttribute</h4> |
334 <h4>RefactoringServer.__convertLocalToAttribute</h4> |
355 <h4>RefactoringServer.__disconnectMouseClickHandler</h4> |
355 <h4>RefactoringServer.__disconnectMouseClickHandler</h4> |
356 <b>__disconnectMouseClickHandler</b>(<i>editor</i>) |
356 <b>__disconnectMouseClickHandler</b>(<i>editor</i>) |
357 <p> |
357 <p> |
358 Private method to disconnect the mouse click handler from an editor. |
358 Private method to disconnect the mouse click handler from an editor. |
359 </p><dl> |
359 </p><dl> |
360 <dt><i>editor</i> (QScintilla.Editor)</dt> |
360 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> |
361 <dd> |
361 <dd> |
362 reference to the editor |
362 reference to the editor |
363 </dd> |
363 </dd> |
364 </dl><a NAME="RefactoringServer.__doExtract" ID="RefactoringServer.__doExtract"></a> |
364 </dl><a NAME="RefactoringServer.__doExtract" ID="RefactoringServer.__doExtract"></a> |
365 <h4>RefactoringServer.__doExtract</h4> |
365 <h4>RefactoringServer.__doExtract</h4> |
431 Private method to get the offset into the text treating CRLF as ONE |
431 Private method to get the offset into the text treating CRLF as ONE |
432 character. |
432 character. |
433 </p><p> |
433 </p><p> |
434 Note: rope seems to convert all EOL styles to just \n. |
434 Note: rope seems to convert all EOL styles to just \n. |
435 </p><dl> |
435 </p><dl> |
436 <dt><i>editor</i> (QScintilla.Editor)</dt> |
436 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> |
437 <dd> |
437 <dd> |
438 reference to the editor |
438 reference to the editor |
439 </dd><dt><i>line</i> (int)</dt> |
439 </dd><dt><i>line</i> (int)</dt> |
440 <dd> |
440 <dd> |
441 line for the offset |
441 line for the offset |
787 <h4>RefactoringServer.confirmBufferIsSaved</h4> |
787 <h4>RefactoringServer.confirmBufferIsSaved</h4> |
788 <b>confirmBufferIsSaved</b>(<i>editor</i>) |
788 <b>confirmBufferIsSaved</b>(<i>editor</i>) |
789 <p> |
789 <p> |
790 Public method to check, if an editor has unsaved changes. |
790 Public method to check, if an editor has unsaved changes. |
791 </p><dl> |
791 </p><dl> |
792 <dt><i>editor</i> (QScintilla.Editor)</dt> |
792 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> |
793 <dd> |
793 <dd> |
794 reference to the editor to be checked |
794 reference to the editor to be checked |
795 </dd> |
795 </dd> |
796 </dl><dl> |
796 </dl><dl> |
797 <dt>Returns:</dt> |
797 <dt>Returns:</dt> |
808 <h4>RefactoringServer.connectEditor</h4> |
808 <h4>RefactoringServer.connectEditor</h4> |
809 <b>connectEditor</b>(<i>editor</i>) |
809 <b>connectEditor</b>(<i>editor</i>) |
810 <p> |
810 <p> |
811 Public method to connect an editor. |
811 Public method to connect an editor. |
812 </p><dl> |
812 </p><dl> |
813 <dt><i>editor</i> (QScintilla.Editor)</dt> |
813 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> |
814 <dd> |
814 <dd> |
815 reference to the editor |
815 reference to the editor |
816 </dd> |
816 </dd> |
817 </dl><a NAME="RefactoringServer.deactivate" ID="RefactoringServer.deactivate"></a> |
817 </dl><a NAME="RefactoringServer.deactivate" ID="RefactoringServer.deactivate"></a> |
818 <h4>RefactoringServer.deactivate</h4> |
818 <h4>RefactoringServer.deactivate</h4> |
823 <h4>RefactoringServer.disconnectEditor</h4> |
823 <h4>RefactoringServer.disconnectEditor</h4> |
824 <b>disconnectEditor</b>(<i>editor</i>) |
824 <b>disconnectEditor</b>(<i>editor</i>) |
825 <p> |
825 <p> |
826 Public method to disconnect an editor. |
826 Public method to disconnect an editor. |
827 </p><dl> |
827 </p><dl> |
828 <dt><i>editor</i> (QScintilla.Editor)</dt> |
828 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> |
829 <dd> |
829 <dd> |
830 reference to the editor |
830 reference to the editor |
831 </dd> |
831 </dd> |
832 </dl><a NAME="RefactoringServer.getActions" ID="RefactoringServer.getActions"></a> |
832 </dl><a NAME="RefactoringServer.getActions" ID="RefactoringServer.getActions"></a> |
833 <h4>RefactoringServer.getActions</h4> |
833 <h4>RefactoringServer.getActions</h4> |
866 Public slot to find the definition for the word at the cursor position |
866 Public slot to find the definition for the word at the cursor position |
867 and go to it. |
867 and go to it. |
868 </p><p> |
868 </p><p> |
869 Note: This is executed upon a mouse click sequence. |
869 Note: This is executed upon a mouse click sequence. |
870 </p><dl> |
870 </p><dl> |
871 <dt><i>editor</i> (QScintilla.Editor)</dt> |
871 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> |
872 <dd> |
872 <dd> |
873 reference to the calling editor |
873 reference to the calling editor |
874 </dd> |
874 </dd> |
875 </dl><a NAME="RefactoringServer.handleCall" ID="RefactoringServer.handleCall"></a> |
875 </dl><a NAME="RefactoringServer.handleCall" ID="RefactoringServer.handleCall"></a> |
876 <h4>RefactoringServer.handleCall</h4> |
876 <h4>RefactoringServer.handleCall</h4> |