eric6/QScintilla/MiniEditor.py

changeset 8169
139bd30c52c2
parent 8165
61ca9619decb
child 8176
31965986ecd1
child 8218
7c09585bd960
diff -r bdb0258faf42 -r 139bd30c52c2 eric6/QScintilla/MiniEditor.py
--- a/eric6/QScintilla/MiniEditor.py	Mon Mar 22 19:22:11 2021 +0100
+++ b/eric6/QScintilla/MiniEditor.py	Mon Mar 22 19:31:18 2021 +0100
@@ -90,6 +90,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