251 <tr> |
251 <tr> |
252 <td><a href="#UserInterface.__activateCondaWidget">__activateCondaWidget</a></td> |
252 <td><a href="#UserInterface.__activateCondaWidget">__activateCondaWidget</a></td> |
253 <td>Private slot to handle the activation of the Conda manager widget.</td> |
253 <td>Private slot to handle the activation of the Conda manager widget.</td> |
254 </tr> |
254 </tr> |
255 <tr> |
255 <tr> |
|
256 <td><a href="#UserInterface.__activateFindFileWidget">__activateFindFileWidget</a></td> |
|
257 <td>Private method to activate the Find In Files widget.</td> |
|
258 </tr> |
|
259 <tr> |
256 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td> |
260 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td> |
257 <td>Private slot to handle the activation of the IRC window.</td> |
261 <td>Private slot to handle the activation of the IRC window.</td> |
258 </tr> |
262 </tr> |
259 <tr> |
263 <tr> |
260 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> |
264 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> |
1087 <tr> |
1091 <tr> |
1088 <td><a href="#UserInterface.showFindFileByNameDialog">showFindFileByNameDialog</a></td> |
1092 <td><a href="#UserInterface.showFindFileByNameDialog">showFindFileByNameDialog</a></td> |
1089 <td>Public slot to show the Find File by Name dialog.</td> |
1093 <td>Public slot to show the Find File by Name dialog.</td> |
1090 </tr> |
1094 </tr> |
1091 <tr> |
1095 <tr> |
1092 <td><a href="#UserInterface.showFindFilesDialog">showFindFilesDialog</a></td> |
1096 <td><a href="#UserInterface.showFindFilesWidget">showFindFilesWidget</a></td> |
1093 <td>Public slot to show the Find In Files dialog.</td> |
1097 <td>Public slot to show the Find In Files widget.</td> |
1094 </tr> |
1098 </tr> |
1095 <tr> |
1099 <tr> |
1096 <td><a href="#UserInterface.showLogViewer">showLogViewer</a></td> |
1100 <td><a href="#UserInterface.showLogViewer">showLogViewer</a></td> |
1097 <td>Public method to show the Log-Viewer.</td> |
1101 <td>Public method to show the Log-Viewer.</td> |
1098 </tr> |
1102 </tr> |
1103 <tr> |
1107 <tr> |
1104 <td><a href="#UserInterface.showPreferences">showPreferences</a></td> |
1108 <td><a href="#UserInterface.showPreferences">showPreferences</a></td> |
1105 <td>Public slot to set the preferences.</td> |
1109 <td>Public slot to set the preferences.</td> |
1106 </tr> |
1110 </tr> |
1107 <tr> |
1111 <tr> |
1108 <td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td> |
1112 <td><a href="#UserInterface.showReplaceFilesWidget">showReplaceFilesWidget</a></td> |
1109 <td>Public slot to show the Find & Replace In Files dialog.</td> |
1113 <td>Public slot to show the Find In Files widget in replace mode.</td> |
1110 </tr> |
1114 </tr> |
1111 <tr> |
1115 <tr> |
1112 <td><a href="#UserInterface.showSideWidget">showSideWidget</a></td> |
1116 <td><a href="#UserInterface.showSideWidget">showSideWidget</a></td> |
1113 <td>Public method to show a specific widget placed in the side widgets.</td> |
1117 <td>Public method to show a specific widget placed in the side widgets.</td> |
1114 </tr> |
1118 </tr> |
1258 <h4>UserInterface.__activateCondaWidget</h4> |
1262 <h4>UserInterface.__activateCondaWidget</h4> |
1259 <b>__activateCondaWidget</b>(<i></i>) |
1263 <b>__activateCondaWidget</b>(<i></i>) |
1260 |
1264 |
1261 <p> |
1265 <p> |
1262 Private slot to handle the activation of the Conda manager widget. |
1266 Private slot to handle the activation of the Conda manager widget. |
|
1267 </p> |
|
1268 <a NAME="UserInterface.__activateFindFileWidget" ID="UserInterface.__activateFindFileWidget"></a> |
|
1269 <h4>UserInterface.__activateFindFileWidget</h4> |
|
1270 <b>__activateFindFileWidget</b>(<i></i>) |
|
1271 |
|
1272 <p> |
|
1273 Private method to activate the Find In Files widget. |
1263 </p> |
1274 </p> |
1264 <a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a> |
1275 <a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a> |
1265 <h4>UserInterface.__activateIRC</h4> |
1276 <h4>UserInterface.__activateIRC</h4> |
1266 <b>__activateIRC</b>(<i></i>) |
1277 <b>__activateIRC</b>(<i></i>) |
1267 |
1278 |
3676 <b>showFindFileByNameDialog</b>(<i></i>) |
3687 <b>showFindFileByNameDialog</b>(<i></i>) |
3677 |
3688 |
3678 <p> |
3689 <p> |
3679 Public slot to show the Find File by Name dialog. |
3690 Public slot to show the Find File by Name dialog. |
3680 </p> |
3691 </p> |
3681 <a NAME="UserInterface.showFindFilesDialog" ID="UserInterface.showFindFilesDialog"></a> |
3692 <a NAME="UserInterface.showFindFilesWidget" ID="UserInterface.showFindFilesWidget"></a> |
3682 <h4>UserInterface.showFindFilesDialog</h4> |
3693 <h4>UserInterface.showFindFilesWidget</h4> |
3683 <b>showFindFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>) |
3694 <b>showFindFilesWidget</b>(<i>txt="", searchDir="", openFiles=False</i>) |
3684 |
3695 |
3685 <p> |
3696 <p> |
3686 Public slot to show the Find In Files dialog. |
3697 Public slot to show the Find In Files widget. |
3687 </p> |
3698 </p> |
3688 <dl> |
3699 <dl> |
3689 |
3700 |
3690 <dt><i>txt</i></dt> |
3701 <dt><i>txt</i> (str (optional))</dt> |
3691 <dd> |
3702 <dd> |
3692 text to search for (string) |
3703 text to search for (defaults to "") |
3693 </dd> |
3704 </dd> |
3694 <dt><i>searchDir</i></dt> |
3705 <dt><i>searchDir</i> (str (optional))</dt> |
3695 <dd> |
3706 <dd> |
3696 directory to search in (string) |
3707 directory to search in (defaults to "") |
3697 </dd> |
3708 </dd> |
3698 <dt><i>openFiles</i></dt> |
3709 <dt><i>openFiles</i> (bool (optional))</dt> |
3699 <dd> |
3710 <dd> |
3700 flag indicating to operate on open files (boolean) |
3711 flag indicating to operate on open files only |
|
3712 (defaults to False) |
3701 </dd> |
3713 </dd> |
3702 </dl> |
3714 </dl> |
3703 <a NAME="UserInterface.showLogViewer" ID="UserInterface.showLogViewer"></a> |
3715 <a NAME="UserInterface.showLogViewer" ID="UserInterface.showLogViewer"></a> |
3704 <h4>UserInterface.showLogViewer</h4> |
3716 <h4>UserInterface.showLogViewer</h4> |
3705 <b>showLogViewer</b>(<i></i>) |
3717 <b>showLogViewer</b>(<i></i>) |
3750 <dt><i>pageName</i></dt> |
3762 <dt><i>pageName</i></dt> |
3751 <dd> |
3763 <dd> |
3752 name of the configuration page to show (string) |
3764 name of the configuration page to show (string) |
3753 </dd> |
3765 </dd> |
3754 </dl> |
3766 </dl> |
3755 <a NAME="UserInterface.showReplaceFilesDialog" ID="UserInterface.showReplaceFilesDialog"></a> |
3767 <a NAME="UserInterface.showReplaceFilesWidget" ID="UserInterface.showReplaceFilesWidget"></a> |
3756 <h4>UserInterface.showReplaceFilesDialog</h4> |
3768 <h4>UserInterface.showReplaceFilesWidget</h4> |
3757 <b>showReplaceFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>) |
3769 <b>showReplaceFilesWidget</b>(<i>txt="", searchDir="", openFiles=False</i>) |
3758 |
3770 |
3759 <p> |
3771 <p> |
3760 Public slot to show the Find & Replace In Files dialog. |
3772 Public slot to show the Find In Files widget in replace mode. |
3761 </p> |
3773 </p> |
3762 <dl> |
3774 <dl> |
3763 |
3775 |
3764 <dt><i>txt</i></dt> |
3776 <dt><i>txt</i> (str (optional))</dt> |
3765 <dd> |
3777 <dd> |
3766 text to search for (string) |
3778 text to search for (defaults to "") |
3767 </dd> |
3779 </dd> |
3768 <dt><i>searchDir</i></dt> |
3780 <dt><i>searchDir</i> (str (optional))</dt> |
3769 <dd> |
3781 <dd> |
3770 directory to search in (string) |
3782 directory to search in (defaults to "") |
3771 </dd> |
3783 </dd> |
3772 <dt><i>openFiles</i></dt> |
3784 <dt><i>openFiles</i> (bool (optional))</dt> |
3773 <dd> |
3785 <dd> |
3774 flag indicating to operate on open files (boolean) |
3786 flag indicating to operate on open files only |
|
3787 (defaults to False) |
3775 </dd> |
3788 </dd> |
3776 </dl> |
3789 </dl> |
3777 <a NAME="UserInterface.showSideWidget" ID="UserInterface.showSideWidget"></a> |
3790 <a NAME="UserInterface.showSideWidget" ID="UserInterface.showSideWidget"></a> |
3778 <h4>UserInterface.showSideWidget</h4> |
3791 <h4>UserInterface.showSideWidget</h4> |
3779 <b>showSideWidget</b>(<i>widget</i>) |
3792 <b>showSideWidget</b>(<i>widget</i>) |