eric6/Documentation/Source/eric6.Project.Project.html

changeset 7900
72b88fb20261
parent 7635
0cdead130a81
child 7960
e8fc383322f7
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
1551 <dt><i>quiet</i></dt> 1551 <dt><i>quiet</i></dt>
1552 <dd> 1552 <dd>
1553 flag indicating quiet operations. 1553 flag indicating quiet operations.
1554 If this flag is true, no errors are reported. 1554 If this flag is true, no errors are reported.
1555 </dd> 1555 </dd>
1556 <dt><i>indicator=</i></dt> 1556 <dt><i>indicator</i></dt>
1557 <dd> 1557 <dd>
1558 indicator string (string) 1558 indicator string (string)
1559 </dd> 1559 </dd>
1560 </dl> 1560 </dl>
1561 <a NAME="Project.__readTasks" ID="Project.__readTasks"></a> 1561 <a NAME="Project.__readTasks" ID="Project.__readTasks"></a>
1841 <dt><i>quiet</i></dt> 1841 <dt><i>quiet</i></dt>
1842 <dd> 1842 <dd>
1843 flag indicating quiet operations. 1843 flag indicating quiet operations.
1844 If this flag is true, no errors are reported. 1844 If this flag is true, no errors are reported.
1845 </dd> 1845 </dd>
1846 <dt><i>indicator=</i></dt> 1846 <dt><i>indicator</i></dt>
1847 <dd> 1847 <dd>
1848 indicator string (string) 1848 indicator string (string)
1849 </dd> 1849 </dd>
1850 </dl> 1850 </dl>
1851 <a NAME="Project.__writeUserProperties" ID="Project.__writeUserProperties"></a> 1851 <a NAME="Project.__writeUserProperties" ID="Project.__writeUserProperties"></a>
2046 Public method to check all scripts belonging to the project for 2046 Public method to check all scripts belonging to the project for
2047 their dirty status. 2047 their dirty status.
2048 </p> 2048 </p>
2049 <dl> 2049 <dl>
2050 2050
2051 <dt><i>reportSyntaxErrors=</i></dt> 2051 <dt><i>reportSyntaxErrors</i></dt>
2052 <dd> 2052 <dd>
2053 flag indicating special reporting 2053 flag indicating special reporting
2054 for syntax errors (boolean) 2054 for syntax errors (boolean)
2055 </dd> 2055 </dd>
2056 </dl> 2056 </dl>
2122 <p> 2122 <p>
2123 Public slot to close the current project. 2123 Public slot to close the current project.
2124 </p> 2124 </p>
2125 <dl> 2125 <dl>
2126 2126
2127 <dt><i>reopen=</i></dt> 2127 <dt><i>reopen</i></dt>
2128 <dd> 2128 <dd>
2129 flag indicating a reopening of the project (boolean) 2129 flag indicating a reopening of the project (boolean)
2130 </dd> 2130 </dd>
2131 <dt><i>noSave=</i></dt> 2131 <dt><i>noSave</i></dt>
2132 <dd> 2132 <dd>
2133 flag indicating to not perform save actions (boolean) 2133 flag indicating to not perform save actions (boolean)
2134 </dd> 2134 </dd>
2135 </dl> 2135 </dl>
2136 <dl> 2136 <dl>
3481 <dt><i>restoreSession</i></dt> 3481 <dt><i>restoreSession</i></dt>
3482 <dd> 3482 <dd>
3483 flag indicating to restore the project 3483 flag indicating to restore the project
3484 session (boolean) 3484 session (boolean)
3485 </dd> 3485 </dd>
3486 <dt><i>reopen=</i></dt> 3486 <dt><i>reopen</i></dt>
3487 <dd> 3487 <dd>
3488 flag indicating a reopening of the project (boolean) 3488 flag indicating a reopening of the project (boolean)
3489 </dd> 3489 </dd>
3490 </dl> 3490 </dl>
3491 <a NAME="Project.othersAdded" ID="Project.othersAdded"></a> 3491 <a NAME="Project.othersAdded" ID="Project.othersAdded"></a>
3523 </dd> 3523 </dd>
3524 <dt><i>description</i></dt> 3524 <dt><i>description</i></dt>
3525 <dd> 3525 <dd>
3526 more verbose type name (display string) (string) 3526 more verbose type name (display string) (string)
3527 </dd> 3527 </dd>
3528 <dt><i>fileTypeCallback=</i></dt> 3528 <dt><i>fileTypeCallback</i></dt>
3529 <dd> 3529 <dd>
3530 reference to a method returning a dictionary 3530 reference to a method returning a dictionary
3531 of filetype associations. 3531 of filetype associations.
3532 </dd> 3532 </dd>
3533 <dt><i>binaryTranslationsCallback=</i></dt> 3533 <dt><i>binaryTranslationsCallback</i></dt>
3534 <dd> 3534 <dd>
3535 reference to a method returning 3535 reference to a method returning
3536 the name of the binary translation file given the name of the raw 3536 the name of the binary translation file given the name of the raw
3537 translation file 3537 translation file
3538 </dd> 3538 </dd>
3539 <dt><i>lexerAssociationCallback=</i></dt> 3539 <dt><i>lexerAssociationCallback</i></dt>
3540 <dd> 3540 <dd>
3541 reference to a method returning the 3541 reference to a method returning the
3542 lexer type to be used for syntax highlighting given the name of 3542 lexer type to be used for syntax highlighting given the name of
3543 a file 3543 a file
3544 </dd> 3544 </dd>
3545 <dt><i>progLanguages=</i></dt> 3545 <dt><i>progLanguages</i></dt>
3546 <dd> 3546 <dd>
3547 programming languages supported by the 3547 programming languages supported by the
3548 project type (list of string) 3548 project type (list of string)
3549 </dd> 3549 </dd>
3550 </dl> 3550 </dl>
3718 <p> 3718 <p>
3719 Public method to save all scripts belonging to the project. 3719 Public method to save all scripts belonging to the project.
3720 </p> 3720 </p>
3721 <dl> 3721 <dl>
3722 3722
3723 <dt><i>reportSyntaxErrors=</i></dt> 3723 <dt><i>reportSyntaxErrors</i></dt>
3724 <dd> 3724 <dd>
3725 flag indicating special reporting 3725 flag indicating special reporting
3726 for syntax errors (boolean) 3726 for syntax errors (boolean)
3727 </dd> 3727 </dd>
3728 </dl> 3728 </dl>
3828 <dt><i>autoClearShell</i> (bool)</dt> 3828 <dt><i>autoClearShell</i> (bool)</dt>
3829 <dd> 3829 <dd>
3830 flag indicating, that the interpreter window 3830 flag indicating, that the interpreter window
3831 should be cleared 3831 should be cleared
3832 </dd> 3832 </dd>
3833 <dt><i>tracePython=</i> (bool)</dt> 3833 <dt><i>tracePython</i> (bool)</dt>
3834 <dd> 3834 <dd>
3835 flag to indicate if the Python library should be 3835 flag to indicate if the Python library should be
3836 traced as well 3836 traced as well
3837 </dd> 3837 </dd>
3838 <dt><i>autoContinue=</i> (bool)</dt> 3838 <dt><i>autoContinue</i> (bool)</dt>
3839 <dd> 3839 <dd>
3840 flag indicating, that the debugger should not 3840 flag indicating, that the debugger should not
3841 stop at the first executable line 3841 stop at the first executable line
3842 </dd> 3842 </dd>
3843 </dl> 3843 </dl>

eric ide

mercurial