697 <tr> |
697 <tr> |
698 <td><a href="#Editor.__restoreBreakpoints">__restoreBreakpoints</a></td> |
698 <td><a href="#Editor.__restoreBreakpoints">__restoreBreakpoints</a></td> |
699 <td>Private method to restore the breakpoints.</td> |
699 <td>Private method to restore the breakpoints.</td> |
700 </tr> |
700 </tr> |
701 <tr> |
701 <tr> |
|
702 <td><a href="#Editor.__saveDeviceFile">__saveDeviceFile</a></td> |
|
703 <td>Private method to save the text to a file on the connected device.</td> |
|
704 </tr> |
|
705 <tr> |
702 <td><a href="#Editor.__saveLastEditPosition">__saveLastEditPosition</a></td> |
706 <td><a href="#Editor.__saveLastEditPosition">__saveLastEditPosition</a></td> |
703 <td>Private slot to record the last edit position.</td> |
707 <td>Private slot to record the last edit position.</td> |
704 </tr> |
708 </tr> |
705 <tr> |
709 <tr> |
706 <td><a href="#Editor.__searchCurrentWord">__searchCurrentWord</a></td> |
710 <td><a href="#Editor.__searchCurrentWord">__searchCurrentWord</a></td> |
3622 <b>__restoreBreakpoints</b>(<i></i>) |
3626 <b>__restoreBreakpoints</b>(<i></i>) |
3623 |
3627 |
3624 <p> |
3628 <p> |
3625 Private method to restore the breakpoints. |
3629 Private method to restore the breakpoints. |
3626 </p> |
3630 </p> |
|
3631 <a NAME="Editor.__saveDeviceFile" ID="Editor.__saveDeviceFile"></a> |
|
3632 <h4>Editor.__saveDeviceFile</h4> |
|
3633 <b>__saveDeviceFile</b>(<i>saveas=False</i>) |
|
3634 |
|
3635 <p> |
|
3636 Private method to save the text to a file on the connected device. |
|
3637 </p> |
|
3638 <dl> |
|
3639 |
|
3640 <dt><i>saveas</i> (bool (optional))</dt> |
|
3641 <dd> |
|
3642 flag indicating a 'save as' action (defaults to False) |
|
3643 </dd> |
|
3644 </dl> |
|
3645 <dl> |
|
3646 <dt>Return:</dt> |
|
3647 <dd> |
|
3648 flag indicating success |
|
3649 </dd> |
|
3650 </dl> |
|
3651 <dl> |
|
3652 <dt>Return Type:</dt> |
|
3653 <dd> |
|
3654 bool |
|
3655 </dd> |
|
3656 </dl> |
3627 <a NAME="Editor.__saveLastEditPosition" ID="Editor.__saveLastEditPosition"></a> |
3657 <a NAME="Editor.__saveLastEditPosition" ID="Editor.__saveLastEditPosition"></a> |
3628 <h4>Editor.__saveLastEditPosition</h4> |
3658 <h4>Editor.__saveLastEditPosition</h4> |
3629 <b>__saveLastEditPosition</b>(<i></i>) |
3659 <b>__saveLastEditPosition</b>(<i></i>) |
3630 |
3660 |
3631 <p> |
3661 <p> |