--- a/eric6/QScintilla/Editor.py Mon Mar 22 19:22:11 2021 +0100 +++ b/eric6/QScintilla/Editor.py Mon Mar 22 19:31:18 2021 +0100 @@ -7730,6 +7730,7 @@ line, index = self.getCursorPosition() text = self.text(line)[index - 1:index + 1] matchingPairs = ['()', '[]', '{}', '<>', "''", '""'] + # __IGNORE_WARNING_M613__ if text in matchingPairs: self.delete()