QScintilla/Editor.py

changeset 5913
7ab2293917f8
parent 5911
0c7bcba51391
child 5916
26a37798aa75
--- a/QScintilla/Editor.py	Tue Oct 17 19:40:32 2017 +0200
+++ b/QScintilla/Editor.py	Wed Oct 18 19:16:28 2017 +0200
@@ -4854,6 +4854,7 @@
         """
         return (self.acAPI or
                 bool(self.__ctHookFunctions))
+    
     def callTip(self):
         """
         Public method to show calltips.
@@ -4983,7 +4984,6 @@
                 ct = ct - ctshift
         return ct
     
-    
     #################################################################
     ## Methods needed by the code documentation viewer
     #################################################################

eric ide

mercurial