gaupol.SearchDialog

Source: gaupol/dialogs/search.py

Anchestors: gaupol.dialogs.builder.BuilderDialog, builtins.object

class gaupol.SearchDialog

Dialog for searching for and replacing text.

SearchDialog.patterns

List of patterns previously searched for

SearchDialog.replacements

List of replacements previously used

Methods

SearchDialog.__init__(parent, application)

Initialize a SearchDialog instance.

SearchDialog.next()

Find the next match of pattern.

SearchDialog.previous()

Find the previous match of pattern.

SearchDialog.replace()

Replace the current match of pattern.

SearchDialog.replace_all()

Replace all matches of pattern.