67 <td>Public method to get the source code.</td> |
67 <td>Public method to get the source code.</td> |
68 </tr> |
68 </tr> |
69 </table> |
69 </table> |
70 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a> |
70 <a NAME="PyRegExpWizardDialog.__init__" ID="PyRegExpWizardDialog.__init__"></a> |
71 <h4>PyRegExpWizardDialog (Constructor)</h4> |
71 <h4>PyRegExpWizardDialog (Constructor)</h4> |
72 <b>PyRegExpWizardDialog</b>(<i>parent = None, fromEric = True</i>) |
72 <b>PyRegExpWizardDialog</b>(<i>parent=None, fromEric=True</i>) |
73 <p> |
73 <p> |
74 Constructor |
74 Constructor |
75 </p><dl> |
75 </p><dl> |
76 <dt><i>parent</i></dt> |
76 <dt><i>parent</i></dt> |
77 <dd> |
77 <dd> |
209 <td>Private slot to handle the word boundary toolbutton.</td> |
209 <td>Private slot to handle the word boundary toolbutton.</td> |
210 </tr> |
210 </tr> |
211 </table> |
211 </table> |
212 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a> |
212 <a NAME="PyRegExpWizardWidget.__init__" ID="PyRegExpWizardWidget.__init__"></a> |
213 <h4>PyRegExpWizardWidget (Constructor)</h4> |
213 <h4>PyRegExpWizardWidget (Constructor)</h4> |
214 <b>PyRegExpWizardWidget</b>(<i>parent = None, fromEric = True</i>) |
214 <b>PyRegExpWizardWidget</b>(<i>parent=None, fromEric=True</i>) |
215 <p> |
215 <p> |
216 Constructor |
216 Constructor |
217 </p><dl> |
217 </p><dl> |
218 <dt><i>parent</i></dt> |
218 <dt><i>parent</i></dt> |
219 <dd> |
219 <dd> |
222 <dd> |
222 <dd> |
223 flag indicating a call from within eric5 |
223 flag indicating a call from within eric5 |
224 </dd> |
224 </dd> |
225 </dl><a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a> |
225 </dl><a NAME="PyRegExpWizardWidget.__insertString" ID="PyRegExpWizardWidget.__insertString"></a> |
226 <h4>PyRegExpWizardWidget.__insertString</h4> |
226 <h4>PyRegExpWizardWidget.__insertString</h4> |
227 <b>__insertString</b>(<i>s, steps = 0</i>) |
227 <b>__insertString</b>(<i>s, steps=0</i>) |
228 <p> |
228 <p> |
229 Private method to insert a string into line edit and move cursor. |
229 Private method to insert a string into line edit and move cursor. |
230 </p><dl> |
230 </p><dl> |
231 <dt><i>s</i></dt> |
231 <dt><i>s</i></dt> |
232 <dd> |
232 <dd> |
302 <b>on_endlineButton_clicked</b>(<i></i>) |
302 <b>on_endlineButton_clicked</b>(<i></i>) |
303 <p> |
303 <p> |
304 Private slot to handle the end line toolbutton. |
304 Private slot to handle the end line toolbutton. |
305 </p><a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a> |
305 </p><a NAME="PyRegExpWizardWidget.on_executeButton_clicked" ID="PyRegExpWizardWidget.on_executeButton_clicked"></a> |
306 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4> |
306 <h4>PyRegExpWizardWidget.on_executeButton_clicked</h4> |
307 <b>on_executeButton_clicked</b>(<i>startpos = 0</i>) |
307 <b>on_executeButton_clicked</b>(<i>startpos=0</i>) |
308 <p> |
308 <p> |
309 Private slot to execute the entered regexp on the test text. |
309 Private slot to execute the entered regexp on the test text. |
310 </p><p> |
310 </p><p> |
311 This slot will execute the entered regexp on the entered test |
311 This slot will execute the entered regexp on the entered test |
312 data and will display the result in the table part of the dialog. |
312 data and will display the result in the table part of the dialog. |