Sat, 16 Mar 2013 11:50:32 +0100
Regenerated source docu.
--- a/Documentation/Help/source.qhp Sat Mar 16 11:48:07 2013 +0100 +++ b/Documentation/Help/source.qhp Sat Mar 16 11:50:32 2013 +0100 @@ -3889,6 +3889,7 @@ <keyword name="Editor.__initContextMenuUnifiedMargins" id="Editor.__initContextMenuUnifiedMargins" ref="eric5.QScintilla.Editor.html#Editor.__initContextMenuUnifiedMargins" /> <keyword name="Editor.__initOnlineChangeTrace" id="Editor.__initOnlineChangeTrace" ref="eric5.QScintilla.Editor.html#Editor.__initOnlineChangeTrace" /> <keyword name="Editor.__initOnlineSyntaxCheck" id="Editor.__initOnlineSyntaxCheck" ref="eric5.QScintilla.Editor.html#Editor.__initOnlineSyntaxCheck" /> + <keyword name="Editor.__isCommentedLine" id="Editor.__isCommentedLine" ref="eric5.QScintilla.Editor.html#Editor.__isCommentedLine" /> <keyword name="Editor.__isStartChar" id="Editor.__isStartChar" ref="eric5.QScintilla.Editor.html#Editor.__isStartChar" /> <keyword name="Editor.__languageChanged" id="Editor.__languageChanged" ref="eric5.QScintilla.Editor.html#Editor.__languageChanged" /> <keyword name="Editor.__languageMenuTriggered" id="Editor.__languageMenuTriggered" ref="eric5.QScintilla.Editor.html#Editor.__languageMenuTriggered" />
--- a/Documentation/Source/eric5.QScintilla.Editor.html Sat Mar 16 11:48:07 2013 +0100 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Sat Mar 16 11:50:32 2013 +0100 @@ -335,6 +335,9 @@ <td><a href="#Editor.__initOnlineSyntaxCheck">__initOnlineSyntaxCheck</a></td> <td>Private slot to initialize the online syntax check.</td> </tr><tr> +<td><a href="#Editor.__isCommentedLine">__isCommentedLine</a></td> +<td>Private method to check, if the given line is a comment line as produced by the configured comment rules.</td> +</tr><tr> <td><a href="#Editor.__isStartChar">__isStartChar</a></td> <td>Private method to check, if a character is an autocompletion start character.</td> </tr><tr> @@ -1622,7 +1625,26 @@ <b>__initOnlineSyntaxCheck</b>(<i></i>) <p> Private slot to initialize the online syntax check. -</p><a NAME="Editor.__isStartChar" ID="Editor.__isStartChar"></a> +</p><a NAME="Editor.__isCommentedLine" ID="Editor.__isCommentedLine"></a> +<h4>Editor.__isCommentedLine</h4> +<b>__isCommentedLine</b>(<i>line, commentStr</i>) +<p> + Private method to check, if the given line is a comment line as produced + by the configured comment rules. +</p><dl> +<dt><i>line</i></dt> +<dd> +text of the line to check (string) +</dd><dt><i>commentStr</i></dt> +<dd> +comment string to check against (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating a commented line (boolean) +</dd> +</dl><a NAME="Editor.__isStartChar" ID="Editor.__isStartChar"></a> <h4>Editor.__isStartChar</h4> <b>__isStartChar</b>(<i>ch</i>) <p>