Regenerated source docu.

Sat, 16 Mar 2013 11:48:46 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Mar 2013 11:48:46 +0100
changeset 2494
40964eb4fbb4
parent 2493
476f6016114d
child 2498
86b6f2ba361e

Regenerated source docu.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.QScintilla.Editor.html file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sat Mar 16 11:48:07 2013 +0100
+++ b/Documentation/Help/source.qhp	Sat Mar 16 11:48:46 2013 +0100
@@ -3968,6 +3968,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:48:46 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>
@@ -1619,7 +1622,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>

eric ide

mercurial