QScintilla/Lexers/Lexer.py

changeset 3011
18292228c724
parent 2965
d133c7edd88a
child 3030
4a0a82ddd9d2
child 3057
10516539f238
diff -r befeff46ec0f -r 18292228c724 QScintilla/Lexers/Lexer.py
--- a/QScintilla/Lexers/Lexer.py	Sat Oct 12 18:25:29 2013 +0200
+++ b/QScintilla/Lexers/Lexer.py	Sun Oct 13 12:21:37 2013 +0200
@@ -53,7 +53,8 @@
         
     def canBlockComment(self):
         """
-        Public method to determine, whether the lexer language supports a block comment.
+        Public method to determine, whether the lexer language supports a 
+        block comment.
         
         @return flag (boolean)
         """
@@ -69,7 +70,8 @@
         
     def canStreamComment(self):
         """
-        Public method to determine, whether the lexer language supports a stream comment.
+        Public method to determine, whether the lexer language supports a
+        stream comment.
         
         @return flag (boolean)
         """
@@ -87,7 +89,8 @@
         
     def canBoxComment(self):
         """
-        Public method to determine, whether the lexer language supports a box comment.
+        Public method to determine, whether the lexer language supports a
+        box comment.
         
         @return flag (boolean)
         """

eric ide

mercurial