eric6/QScintilla/Editor.py

changeset 8169
139bd30c52c2
parent 8165
61ca9619decb
child 8176
31965986ecd1
child 8193
2aa8953a2145
diff -r bdb0258faf42 -r 139bd30c52c2 eric6/QScintilla/Editor.py
--- 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()
         

eric ide

mercurial