--- a/QScintilla/SearchReplaceWidget.py Sat Feb 20 16:10:25 2016 +0100 +++ b/QScintilla/SearchReplaceWidget.py Sat Feb 20 16:09:11 2016 +0100 @@ -351,7 +351,11 @@ if indicate: aw.setSearchIndicator(tgtPos, tgtLen) ok = aw.findNextTarget() - aw.updateMarkerMap() + try: + aw.updateMarkerMap() + except AttributeError: + # MiniEditor doesn't have this, ignore it + pass def __findNextPrev(self, txt, backwards): """