Module implementing the Python re wizard dialog.
None |
PyRegExpWizardDialog | Class for the dialog variant. |
PyRegExpWizardWidget | Class implementing the Python re wizard dialog. |
PyRegExpWizardWindow | Main window class for the standalone dialog. |
None |
Class for the dialog variant.
None |
None |
PyRegExpWizardDialog | Constructor |
getCode | Public method to get the source code. |
None |
Constructor
Public method to get the source code.
Class implementing the Python re wizard dialog.
None |
None |
PyRegExpWizardWidget | Constructor |
__insertString | Private method to insert a string into line edit and move cursor. |
getCode | Public method to get the source code. |
on_altnButton_clicked | Private slot to handle the alternatives toolbutton. |
on_anycharButton_clicked | Private slot to handle the any character toolbutton. |
on_beglineButton_clicked | Private slot to handle the begin line toolbutton. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_charButton_clicked | Private slot to handle the characters toolbutton. |
on_commentButton_clicked | Private slot to handle the comment toolbutton. |
on_copyButton_clicked | Private slot to copy the regexp string into the clipboard. |
on_endlineButton_clicked | Private slot to handle the end line toolbutton. |
on_executeButton_clicked | Private slot to execute the entered regexp on the test text. |
on_groupButton_clicked | Private slot to handle the group toolbutton. |
on_loadButton_clicked | Private slot to load a regexp from a file. |
on_namedGroupButton_clicked | Private slot to handle the named group toolbutton. |
on_namedReferenceButton_clicked | Private slot to handle the named reference toolbutton. |
on_neglookaheadButton_clicked | Private slot to handle the negative lookahead toolbutton. |
on_neglookbehindButton_clicked | Private slot to handle the negative lookbehind toolbutton. |
on_nextButton_clicked | Private slot to find the next match. |
on_nonGroupButton_clicked | Private slot to handle the non group toolbutton. |
on_nonwordboundButton_clicked | Private slot to handle the non word boundary toolbutton. |
on_poslookaheadButton_clicked | Private slot to handle the positive lookahead toolbutton. |
on_poslookbehindButton_clicked | Private slot to handle the positive lookbehind toolbutton. |
on_redoButton_clicked | Private slot to handle the redo action. |
on_regexpTextEdit_textChanged | Private slot called when the regexp changes. |
on_repeatButton_clicked | Private slot to handle the repeat toolbutton. |
on_saveButton_clicked | Private slot to save the regexp to a file. |
on_undoButton_clicked | Private slot to handle the undo action. |
on_validateButton_clicked | Private slot to validate the entered regexp. |
on_wordboundButton_clicked | Private slot to handle the word boundary toolbutton. |
None |
Constructor
Private method to insert a string into line edit and move cursor.
Public method to get the source code.
Private slot to handle the alternatives toolbutton.
Private slot to handle the any character toolbutton.
Private slot to handle the begin line toolbutton.
Private slot called by a button of the button box clicked.
Private slot to handle the characters toolbutton.
Private slot to handle the comment toolbutton.
Private slot to copy the regexp string into the clipboard.
This slot is only available, if not called from within eric6.
Private slot to handle the end line toolbutton.
Private slot to execute the entered regexp on the test text.
This slot will execute the entered regexp on the entered test data and will display the result in the table part of the dialog.
Private slot to handle the group toolbutton.
Private slot to load a regexp from a file.
Private slot to handle the named group toolbutton.
Private slot to handle the named reference toolbutton.
Private slot to handle the negative lookahead toolbutton.
Private slot to handle the negative lookbehind toolbutton.
Private slot to find the next match.
Private slot to handle the non group toolbutton.
Private slot to handle the non word boundary toolbutton.
Private slot to handle the positive lookahead toolbutton.
Private slot to handle the positive lookbehind toolbutton.
Private slot to handle the redo action.
Private slot called when the regexp changes.
Private slot to handle the repeat toolbutton.
Private slot to save the regexp to a file.
Private slot to handle the undo action.
Private slot to validate the entered regexp.
Private slot to handle the word boundary toolbutton.
Main window class for the standalone dialog.
None |
None |
PyRegExpWizardWindow | Constructor |
None |
Constructor