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

branch
eric7-maintenance
changeset 9111
4ac66b6c33a4
parent 8596
d64760b2da50
equal deleted inserted replaced
9049:2b9bd8f97576 9111:4ac66b6c33a4
2490 info. 2490 info.
2491 </p> 2491 </p>
2492 <dl> 2492 <dl>
2493 <dt>Return:</dt> 2493 <dt>Return:</dt>
2494 <dd> 2494 <dd>
2495 file name of the coverage file (string) 2495 file name of the coverage file
2496 </dd>
2497 </dl>
2498 <dl>
2499 <dt>Return Type:</dt>
2500 <dd>
2501 str
2496 </dd> 2502 </dd>
2497 </dl> 2503 </dl>
2498 <a NAME="Editor.__getEditorConfig" ID="Editor.__getEditorConfig"></a> 2504 <a NAME="Editor.__getEditorConfig" ID="Editor.__getEditorConfig"></a>
2499 <h4>Editor.__getEditorConfig</h4> 2505 <h4>Editor.__getEditorConfig</h4>
2500 <b>__getEditorConfig</b>(<i>option, nodefault=False, config=None</i>) 2506 <b>__getEditorConfig</b>(<i>option, nodefault=False, config=None</i>)
4421 <p> 4427 <p>
4422 Public method called by the viewmanager to finally get rid of us. 4428 Public method called by the viewmanager to finally get rid of us.
4423 </p> 4429 </p>
4424 <a NAME="Editor.codeCoverageShowAnnotations" ID="Editor.codeCoverageShowAnnotations"></a> 4430 <a NAME="Editor.codeCoverageShowAnnotations" ID="Editor.codeCoverageShowAnnotations"></a>
4425 <h4>Editor.codeCoverageShowAnnotations</h4> 4431 <h4>Editor.codeCoverageShowAnnotations</h4>
4426 <b>codeCoverageShowAnnotations</b>(<i>silent=False</i>) 4432 <b>codeCoverageShowAnnotations</b>(<i>silent=False, coverageFile=None</i>)
4427 4433
4428 <p> 4434 <p>
4429 Public method to handle the show code coverage annotations context 4435 Public method to handle the show code coverage annotations context
4430 menu action. 4436 menu action.
4431 </p> 4437 </p>
4432 <dl> 4438 <dl>
4433 4439
4434 <dt><i>silent</i></dt> 4440 <dt><i>silent</i> (bool (optional))</dt>
4435 <dd> 4441 <dd>
4436 flag indicating to not show any dialog (boolean) 4442 flag indicating to not show any dialog (defaults to
4443 False)
4444 </dd>
4445 <dt><i>coverageFile</i> (str (optional))</dt>
4446 <dd>
4447 path of the file containing the code coverage data
4448 (defaults to None)
4437 </dd> 4449 </dd>
4438 </dl> 4450 </dl>
4439 <a NAME="Editor.collapseFoldWithChildren" ID="Editor.collapseFoldWithChildren"></a> 4451 <a NAME="Editor.collapseFoldWithChildren" ID="Editor.collapseFoldWithChildren"></a>
4440 <h4>Editor.collapseFoldWithChildren</h4> 4452 <h4>Editor.collapseFoldWithChildren</h4>
4441 <b>collapseFoldWithChildren</b>(<i>line=-1</i>) 4453 <b>collapseFoldWithChildren</b>(<i>line=-1</i>)

eric ide

mercurial