diff -r 884e62c0b9cb -r f4274afeba82 Documentation/Source/eric5.QScintilla.Editor.html --- a/Documentation/Source/eric5.QScintilla.Editor.html Mon Jan 11 17:42:24 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Mon Jan 11 18:05:51 2010 +0000 @@ -770,9 +770,6 @@ <td><a href="#Editor.readFile">readFile</a></td> <td>Public slot to read the text from a file.</td> </tr><tr> -<td><a href="#Editor.readLine0">readLine0</a></td> -<td>Public slot to read the first line from a file.</td> -</tr><tr> <td><a href="#Editor.readSettings">readSettings</a></td> <td>Public slot to read the settings into our lexer.</td> </tr><tr> @@ -2660,25 +2657,6 @@ flag indicating the creation of a new file, if the given one doesn't exist (boolean) </dd> -</dl><a NAME="Editor.readLine0" ID="Editor.readLine0"></a> -<h4>Editor.readLine0</h4> -<b>readLine0</b>(<i>fn, createIt = False</i>) -<p> - Public slot to read the first line from a file. -</p><dl> -<dt><i>fn</i></dt> -<dd> -filename to read from (string) -</dd><dt><i>createIt</i></dt> -<dd> -flag indicating the creation of a new file, if the given - one doesn't exist (boolean) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -first line of the file (string) -</dd> </dl><a NAME="Editor.readSettings" ID="Editor.readSettings"></a> <h4>Editor.readSettings</h4> <b>readSettings</b>(<i></i>) @@ -2982,7 +2960,7 @@ </dl><dl> <dt>Returns:</dt> <dd> -flag indicating success +flag indicating success (boolean) </dd> </dl> <div align="right"><a href="#top">Up</a></div>