eric7/Documentation/Source/eric7.QScintilla.Editor.html

branch
eric7
changeset 9097
213951c41dcd
parent 8596
d64760b2da50
diff -r f6f7d8f364c3 -r 213951c41dcd eric7/Documentation/Source/eric7.QScintilla.Editor.html
--- a/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Mon May 23 17:31:02 2022 +0200
+++ b/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Mon May 23 18:15:10 2022 +0200
@@ -2492,7 +2492,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-file name of the coverage file (string)
+file name of the coverage file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="Editor.__getEditorConfig" ID="Editor.__getEditorConfig"></a>
@@ -4423,7 +4429,7 @@
 </p>
 <a NAME="Editor.codeCoverageShowAnnotations" ID="Editor.codeCoverageShowAnnotations"></a>
 <h4>Editor.codeCoverageShowAnnotations</h4>
-<b>codeCoverageShowAnnotations</b>(<i>silent=False</i>)
+<b>codeCoverageShowAnnotations</b>(<i>silent=False, coverageFile=None</i>)
 
 <p>
         Public method to handle the show code coverage annotations context
@@ -4431,9 +4437,15 @@
 </p>
 <dl>
 
-<dt><i>silent</i></dt>
-<dd>
-flag indicating to not show any dialog (boolean)
+<dt><i>silent</i> (bool (optional))</dt>
+<dd>
+flag indicating to not show any dialog (defaults to
+            False)
+</dd>
+<dt><i>coverageFile</i> (str (optional))</dt>
+<dd>
+path of the file containing the code coverage data
+            (defaults to None)
 </dd>
 </dl>
 <a NAME="Editor.collapseFoldWithChildren" ID="Editor.collapseFoldWithChildren"></a>

eric ide

mercurial