--- a/Documentation/Source/eric5.QScintilla.MiniEditor.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.QScintilla.MiniEditor.html Fri Mar 11 16:51:57 2011 +0100 @@ -267,7 +267,7 @@ </table> <a NAME="MiniEditor.__init__" ID="MiniEditor.__init__"></a> <h4>MiniEditor (Constructor)</h4> -<b>MiniEditor</b>(<i>filename = "", filetype = "", parent = None, name = None</i>) +<b>MiniEditor</b>(<i>filename="", filetype="", parent=None, name=None</i>) <p> Constructor </p><dl> @@ -296,7 +296,7 @@ Private slot to handle the About Qt dialog. </p><a NAME="MiniEditor.__bindLexer" ID="MiniEditor.__bindLexer"></a> <h4>MiniEditor.__bindLexer</h4> -<b>__bindLexer</b>(<i>filename, pyname = ""</i>) +<b>__bindLexer</b>(<i>filename, pyname=""</i>) <p> Private slot to set the correct lexer depending on language. </p><dl> @@ -319,7 +319,7 @@ </dd> </dl><a NAME="MiniEditor.__checkActions" ID="MiniEditor.__checkActions"></a> <h4>MiniEditor.__checkActions</h4> -<b>__checkActions</b>(<i>setSb = True</i>) +<b>__checkActions</b>(<i>setSb=True</i>) <p> Private slot to check some actions for their enable/disable status and set the statusbar info. @@ -387,7 +387,7 @@ <h4>MiniEditor.__cursorPositionChanged</h4> <b>__cursorPositionChanged</b>(<i>line, pos</i>) <p> - Private slot to handle the cursorPositionChanged signal. + Private slot to handle the cursorPositionChanged signal. </p><dl> <dt><i>line</i></dt> <dd> @@ -456,7 +456,7 @@ </dd> </dl><a NAME="MiniEditor.__loadFile" ID="MiniEditor.__loadFile"></a> <h4>MiniEditor.__loadFile</h4> -<b>__loadFile</b>(<i>fileName, filetype = None</i>) +<b>__loadFile</b>(<i>fileName, filetype=None</i>) <p> Private method to load the given file. </p><dl> @@ -486,7 +486,7 @@ <h4>MiniEditor.__modificationChanged</h4> <b>__modificationChanged</b>(<i>m</i>) <p> - Private slot to handle the modificationChanged signal. + Private slot to handle the modificationChanged signal. </p><dl> <dt><i>m</i></dt> <dd> @@ -640,7 +640,7 @@ </dd> </dl><a NAME="MiniEditor.__setSbFile" ID="MiniEditor.__setSbFile"></a> <h4>MiniEditor.__setSbFile</h4> -<b>__setSbFile</b>(<i>line = None, pos = None</i>) +<b>__setSbFile</b>(<i>line=None, pos=None</i>) <p> Private method to set the file info in the status bar. </p><dl> @@ -763,7 +763,7 @@ </dd> </dl><a NAME="MiniEditor.setLanguage" ID="MiniEditor.setLanguage"></a> <h4>MiniEditor.setLanguage</h4> -<b>setLanguage</b>(<i>filename, initTextDisplay = True, pyname = ""</i>) +<b>setLanguage</b>(<i>filename, initTextDisplay=True, pyname=""</i>) <p> Public method to set a lexer language. </p><dl> @@ -793,7 +793,7 @@ </dd> </dl><a NAME="MiniEditor.setText" ID="MiniEditor.setText"></a> <h4>MiniEditor.setText</h4> -<b>setText</b>(<i>txt, filetype = None</i>) +<b>setText</b>(<i>txt, filetype=None</i>) <p> Public method to set the text programatically. </p><dl> @@ -808,7 +808,7 @@ <h4>MiniEditor.textForFind</h4> <b>textForFind</b>(<i></i>) <p> - Public method to determine the selection or the current word for the next + Public method to determine the selection or the current word for the next find operation. </p><dl> <dt>Returns:</dt> @@ -847,7 +847,7 @@ </table> <a NAME="MiniScintilla.__init__" ID="MiniScintilla.__init__"></a> <h4>MiniScintilla (Constructor)</h4> -<b>MiniScintilla</b>(<i>parent = None</i>) +<b>MiniScintilla</b>(<i>parent=None</i>) <p> Constructor </p><dl>