--- a/Documentation/Source/eric5.QScintilla.MiniEditor.html Mon Jan 11 17:42:24 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.MiniEditor.html Mon Jan 11 18:05:51 2010 +0000 @@ -252,9 +252,6 @@ <td><a href="#MiniEditor.getSRHistory">getSRHistory</a></td> <td>Public method to get the search or replace history list.</td> </tr><tr> -<td><a href="#MiniEditor.readLine0">readLine0</a></td> -<td>Public slot to read the first line from a file.</td> -</tr><tr> <td><a href="#MiniEditor.setLanguage">setLanguage</a></td> <td>Public method to set a lexer language.</td> </tr><tr> @@ -764,25 +761,6 @@ <dd> the requested history list (list of strings) </dd> -</dl><a NAME="MiniEditor.readLine0" ID="MiniEditor.readLine0"></a> -<h4>MiniEditor.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="MiniEditor.setLanguage" ID="MiniEditor.setLanguage"></a> <h4>MiniEditor.setLanguage</h4> <b>setLanguage</b>(<i>filename, initTextDisplay = True, pyname = ""</i>)