Sun, 04 May 2014 18:14:49 +0200
Corrected a source docu error in the lexers package.
--- a/Documentation/Source/eric5.QScintilla.Lexers.__init__.html Sun May 04 18:07:57 2014 +0200 +++ b/Documentation/Source/eric5.QScintilla.Lexers.__init__.html Sun May 04 18:14:49 2014 +0200 @@ -205,7 +205,7 @@ <dt>Returns:</dt> <dd> dictionary of supported lexer languages. The keys are the - internal language names. The items are lists of two entries. + internal language names. The items are lists of three entries. The first is the display string for the language, the second is a dummy file name, which can be used to derive the lexer, and the third is the name of an icon file.
--- a/QScintilla/Lexers/__init__.py Sun May 04 18:07:57 2014 +0200 +++ b/QScintilla/Lexers/__init__.py Sun May 04 18:14:49 2014 +0200 @@ -73,7 +73,7 @@ Module function to get a dictionary of supported lexer languages. @return dictionary of supported lexer languages. The keys are the - internal language names. The items are lists of two entries. + internal language names. The items are lists of three entries. The first is the display string for the language, the second is a dummy file name, which can be used to derive the lexer, and the third is the name of an icon file.