Module implementing the Python re wizard dialog.
PyRegExpWizardDialog | Class implementing the Python re wizard dialog. |
None |
Class implementing the Python re wizard dialog.
PyRegExpWizardDialog | Constructor |
copy | Private slot to copy the regexp string into the clipboard. |
execute | Private slot to execute the entered regexp on the test text. |
getCode | Public method to get the source code. |
handleAlternatives | Private slot to handle the alternatives toolbutton. |
handleAnyChar | Private slot to handle the any character toolbutton. |
handleBeginLine | Private slot to handle the begin line toolbutton. |
handleCharacters | Private slot to handle the characters toolbutton. |
handleComment | Private slot to handle the comment toolbutton. |
handleEndLine | Private slot to handle the end line toolbutton. |
handleGroup | Private slot to handle the group toolbutton. |
handleNamedGroup | Private slot to handle the named group toolbutton. |
handleNamedReference | Private slot to handle the named reference toolbutton. |
handleNegLookahead | Private slot to handle the negative lookahead toolbutton. |
handleNegLookbehind | Private slot to handle the negative lookbehind toolbutton. |
handleNonGroup | Private slot to handle the non group toolbutton. |
handleNonWordBoundary | Private slot to handle the non word boundary toolbutton. |
handlePosLookahead | Private slot to handle the positive lookahead toolbutton. |
handlePosLookbehind | Private slot to handle the positive lookbehind toolbutton. |
handleRepeat | Private slot to handle the repeat toolbutton. |
handleWordBoundary | Private slot to handle the word boundary toolbutton. |
insertString | Private method to insert a string into line edit and move cursor. |
validate | Private slot to validate the entered regexp. |
Constructor
Private slot to copy the regexp string into the clipboard.
This slot is only available, if not called from within eric3.
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.
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 to handle the characters toolbutton.
Private slot to handle the comment toolbutton.
Private slot to handle the end line toolbutton.
Private slot to handle the group toolbutton.
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 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 repeat toolbutton.
Private slot to handle the word boundary toolbutton.
Private method to insert a string into line edit and move cursor.
Private slot to validate the entered regexp.