QScintilla/SearchReplaceWidget.py

changeset 6574
c13af8becbf4
parent 6573
ccac2d1f6858
child 6645
ad476851d7e0
equal deleted inserted replaced
6573:ccac2d1f6858 6574:c13af8becbf4
21 import Preferences 21 import Preferences
22 22
23 import UI.PixmapCache 23 import UI.PixmapCache
24 24
25 25
26 # TODO: add support for more POSIX like regexp support of QScintilla
27 class SearchReplaceWidget(QWidget): 26 class SearchReplaceWidget(QWidget):
28 """ 27 """
29 Class implementing the search and replace widget. 28 Class implementing the search and replace widget.
30 29
31 @signal searchListChanged() emitted to indicate a change of the search list 30 @signal searchListChanged() emitted to indicate a change of the search list

eric ide

mercurial