QScintilla/Editor.py

changeset 3581
03b351be4436
parent 3579
eccd12461319
child 3583
3e8e0346d639
--- a/QScintilla/Editor.py	Sat May 17 10:27:22 2014 +0200
+++ b/QScintilla/Editor.py	Sat May 17 10:39:44 2014 +0200
@@ -5070,7 +5070,7 @@
 
     def checkSyntax(self):
         """
-        Private method to perform an automatic syntax check of the file.
+        Public method to perform an automatic syntax check of the file.
         """
         if self.filetype not in self.syntaxCheckService.getLanguages():
             return
@@ -5084,7 +5084,7 @@
 
     def __processResult(self, fn, problems):
         """
-        Slot to report the resulting messages.
+        Private slot to report the resulting messages.
         
         @param fn filename of the checked file (str)
         @param problems dictionary with the keys 'error' and 'warnings' which

eric ide

mercurial