diff -r 866adc8c315b -r 0acf98cd089a eric6/Documentation/Source/eric6.Project.Project.html --- a/eric6/Documentation/Source/eric6.Project.Project.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.Project.html Mon Feb 01 10:38:16 2021 +0100 @@ -350,7 +350,7 @@ </tr> <tr> <td><a href="#Project.__pluginCreateArchives">__pluginCreateArchives</a></td> -<td>Private slot to create eric6 plugin archives.</td> +<td>Private slot to create eric plugin archives.</td> </tr> <tr> <td><a href="#Project.__pluginCreatePkgList">__pluginCreatePkgList</a></td> @@ -358,7 +358,7 @@ </tr> <tr> <td><a href="#Project.__pluginCreateSnapshotArchives">__pluginCreateSnapshotArchives</a></td> -<td>Private slot to create eric6 plugin archive snapshot releases.</td> +<td>Private slot to create eric plugin archive snapshot releases.</td> </tr> <tr> <td><a href="#Project.__pluginExtractVersion">__pluginExtractVersion</a></td> @@ -677,6 +677,10 @@ <td>Public method to get the default extension for the project's programming language.</td> </tr> <tr> +<td><a href="#Project.getDocstringType">getDocstringType</a></td> +<td>Public method to get the configured docstring style.</td> +</tr> +<tr> <td><a href="#Project.getEditorLexerAssoc">getEditorLexerAssoc</a></td> <td>Public method to retrieve a lexer association.</td> </tr> @@ -689,6 +693,10 @@ <td>Public method to get all files starting with a common prefix.</td> </tr> <tr> +<td><a href="#Project.getFiletypeAssociations">getFiletypeAssociations</a></td> +<td>Public method to get the list of file type associations for the given association type.</td> +</tr> +<tr> <td><a href="#Project.getHash">getHash</a></td> <td>Public method to get the project hash.</td> </tr> @@ -809,6 +817,10 @@ <td>Public slot used to handle the preferencesChanged signal.</td> </tr> <tr> +<td><a href="#Project.hasDefaultDocstringParameter">hasDefaultDocstringParameter</a></td> +<td>Public method to test, if the project contains the default docstring parameter.</td> +</tr> +<tr> <td><a href="#Project.hasDefaultIdlCompilerParameters">hasDefaultIdlCompilerParameters</a></td> <td>Public method to test, if the project contains the default IDL compiler parameters.</td> </tr> @@ -1146,7 +1158,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the binary translations file (string) </dd> @@ -1190,7 +1202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -1229,7 +1241,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified source (bytes), snapshot version string (string) </dd> @@ -1348,7 +1360,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership </dd> @@ -1434,7 +1446,7 @@ <b>__pluginCreateArchives</b>(<i>snapshot=False</i>) <p> - Private slot to create eric6 plugin archives. + Private slot to create eric plugin archives. </p> <dl> @@ -1455,7 +1467,7 @@ <b>__pluginCreateSnapshotArchives</b>(<i></i>) <p> - Private slot to create eric6 plugin archive snapshot releases. + Private slot to create eric plugin archive snapshot releases. </p> <a NAME="Project.__pluginExtractVersion" ID="Project.__pluginExtractVersion"></a> <h4>Project.__pluginExtractVersion</h4> @@ -1472,7 +1484,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version string (string) </dd> @@ -1493,7 +1505,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version info as a tuple </dd> @@ -1534,7 +1546,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1553,7 +1565,7 @@ flag indicating quiet operations. If this flag is true, no errors are reported. </dd> -<dt><i>indicator=</i></dt> +<dt><i>indicator</i></dt> <dd> indicator string (string) </dd> @@ -1749,7 +1761,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> source extensions (list of string) </dd> @@ -1824,7 +1836,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1843,7 +1855,7 @@ flag indicating quiet operations. If this flag is true, no errors are reported. </dd> -<dt><i>indicator=</i></dt> +<dt><i>indicator</i></dt> <dd> indicator string (string) </dd> @@ -2048,14 +2060,14 @@ </p> <dl> -<dt><i>reportSyntaxErrors=</i></dt> +<dt><i>reportSyntaxErrors</i></dt> <dd> flag indicating special reporting for syntax errors (boolean) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -2068,7 +2080,7 @@ Public method to check dirty status and open a message window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether this operation was successful (boolean) </dd> @@ -2124,17 +2136,17 @@ </p> <dl> -<dt><i>reopen=</i></dt> +<dt><i>reopen</i></dt> <dd> flag indicating a reopening of the project (boolean) </dd> -<dt><i>noSave=</i></dt> +<dt><i>noSave</i></dt> <dd> flag indicating to not perform save actions (boolean) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -2193,7 +2205,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -2213,7 +2225,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -2256,7 +2268,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute path (string) </dd> @@ -2277,7 +2289,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute path (string) </dd> @@ -2290,7 +2302,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -2316,7 +2328,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a copy of the requested data or None </dd> @@ -2336,7 +2348,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the property </dd> @@ -2356,7 +2368,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filter string </dd> @@ -2375,7 +2387,7 @@ Public method to get the default rcc compiler parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the default rcc compiler parameters </dd> @@ -2395,11 +2407,30 @@ programming language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default extension (including the dot) (string) </dd> </dl> +<a NAME="Project.getDocstringType" ID="Project.getDocstringType"></a> +<h4>Project.getDocstringType</h4> +<b>getDocstringType</b>(<i></i>) + +<p> + Public method to get the configured docstring style. +</p> +<dl> +<dt>Return:</dt> +<dd> +configured docstring style +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="Project.getEditorLexerAssoc" ID="Project.getEditorLexerAssoc"></a> <h4>Project.getEditorLexerAssoc</h4> <b>getEditorLexerAssoc</b>(<i>filename</i>) @@ -2416,7 +2447,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested lexer language (string) </dd> @@ -2429,7 +2460,7 @@ Public method to get the EOL-string to be used by the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> eol string (string) </dd> @@ -2449,11 +2480,40 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of files starting with a common prefix (list of strings) </dd> </dl> +<a NAME="Project.getFiletypeAssociations" ID="Project.getFiletypeAssociations"></a> +<h4>Project.getFiletypeAssociations</h4> +<b>getFiletypeAssociations</b>(<i>associationType</i>) + +<p> + Public method to get the list of file type associations for + the given association type. +</p> +<dl> + +<dt><i>associationType</i> (str)</dt> +<dd> +type of the association (one of FORMS, + INTERFACES, OTHERS, PROTOCOLS, RESOURCES, SOURCES or + TRANSLATIONS) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +list of file patterns for the given type +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> <a NAME="Project.getHash" ID="Project.getHash"></a> <h4>Project.getHash</h4> <b>getHash</b>(<i></i>) @@ -2462,7 +2522,7 @@ Public method to get the project hash. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project hash as a hex string (string) </dd> @@ -2483,7 +2543,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the projects main script (string) </dd> @@ -2503,7 +2563,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the requested menu (QMenu) or None </dd> @@ -2516,7 +2576,7 @@ Public method to get a reference to the project browser model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the project browser model (ProjectBrowserModel) </dd> @@ -2529,7 +2589,7 @@ Public method to get the most recently opened project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the most recently opened project (string) </dd> @@ -2542,7 +2602,7 @@ Public method to get the programming languages supported by project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported programming languages (list of string) </dd> @@ -2555,7 +2615,7 @@ Public method to get the author of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> author name </dd> @@ -2574,7 +2634,7 @@ Public method to get the email address of the project author. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project author email </dd> @@ -2593,7 +2653,7 @@ Public method to get the description of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project description </dd> @@ -2612,7 +2672,7 @@ Public method to get the names of the project specific dictionaries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two strings giving the absolute path names of the project specific word and exclude list @@ -2626,7 +2686,7 @@ Public method to get the path of the project file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the project file (string) </dd> @@ -2651,7 +2711,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of file names </dd> @@ -2677,7 +2737,7 @@ Public method to get the project's programming language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> programming language (string) </dd> @@ -2690,7 +2750,7 @@ Public method to get the path of the management directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the management directory (string) </dd> @@ -2706,7 +2766,7 @@ The project name is determined from the name of the project file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the project (string) </dd> @@ -2719,7 +2779,7 @@ Public method to get the project path. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project path (string) </dd> @@ -2732,7 +2792,7 @@ Public method to get the project's programming language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> programming language (string) </dd> @@ -2745,7 +2805,7 @@ Public method to get the type of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> UI type of the project (string) </dd> @@ -2766,7 +2826,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the dictionary of project types. </dd> @@ -2779,7 +2839,7 @@ Public mehod to get the version number of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version number </dd> @@ -2806,7 +2866,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project relative path or unchanged path, if path doesn't belong to the project (string) @@ -2828,7 +2888,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project relative path or unchanged path, if path doesn't belong to the project (string) @@ -2850,7 +2910,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of the projects scripts (list of string) </dd> @@ -2863,7 +2923,7 @@ Public method to retrieve the status of the auto update function. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> status of the auto update function (boolean) </dd> @@ -2876,7 +2936,7 @@ Public method to get the monitor interval. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> interval in seconds (integer) </dd> @@ -2889,7 +2949,7 @@ Public method to get the translation pattern. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> translation pattern (string) </dd> @@ -2909,7 +2969,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the given parameter </dd> @@ -2928,7 +2988,7 @@ Public method to get a reference to the VCS object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the VCS object </dd> @@ -2947,6 +3007,26 @@ <p> Public slot used to handle the preferencesChanged signal. </p> +<a NAME="Project.hasDefaultDocstringParameter" ID="Project.hasDefaultDocstringParameter"></a> +<h4>Project.hasDefaultDocstringParameter</h4> +<b>hasDefaultDocstringParameter</b>(<i></i>) + +<p> + Public method to test, if the project contains the default docstring + parameter. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating default parameter +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="Project.hasDefaultIdlCompilerParameters" ID="Project.hasDefaultIdlCompilerParameters"></a> <h4>Project.hasDefaultIdlCompilerParameters</h4> <b>hasDefaultIdlCompilerParameters</b>(<i></i>) @@ -2956,7 +3036,7 @@ parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating default parameter set </dd> @@ -2976,7 +3056,7 @@ parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating default parameter set </dd> @@ -2996,7 +3076,7 @@ parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating default parameter set </dd> @@ -3016,7 +3096,7 @@ parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating default parameter set </dd> @@ -3042,7 +3122,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the project contains the file (boolean) </dd> @@ -3066,7 +3146,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating presence of the project type (boolean) </dd> @@ -3094,7 +3174,7 @@ Public slot to initialize the project menus. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of generated menus </dd> @@ -3122,7 +3202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the generated toolbars (tuple of two QToolBar) </dd> @@ -3147,7 +3227,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a reference to the vcs object </dd> @@ -3160,7 +3240,7 @@ Public method to return the status of the debug properties. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> load status of debug properties (boolean) </dd> @@ -3173,7 +3253,7 @@ Public method to return the dirty state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dirty state (boolean) </dd> @@ -3186,7 +3266,7 @@ Public method to check, if this project is a JavaScript project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a JavaScript project (boolean) </dd> @@ -3199,7 +3279,7 @@ Public method to test, if make is enabled for the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating enabled make support </dd> @@ -3218,7 +3298,7 @@ Public method to check, if this project is a MicroPython project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a MicroPython project </dd> @@ -3237,7 +3317,7 @@ Public method to check, if this is a mixed language project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a mixed language project </dd> @@ -3256,7 +3336,7 @@ Public method to return the opened state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> open state (boolean) </dd> @@ -3277,7 +3357,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3298,7 +3378,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3319,7 +3399,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3340,7 +3420,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership </dd> @@ -3367,7 +3447,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3388,7 +3468,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3401,7 +3481,7 @@ Public method to check, if this project is a Python3 project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Python3 project (boolean) </dd> @@ -3415,7 +3495,7 @@ project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Python project (boolean) </dd> @@ -3428,7 +3508,7 @@ Public method to check, if this project is a Ruby project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Ruby project (boolean) </dd> @@ -3483,7 +3563,7 @@ flag indicating to restore the project session (boolean) </dd> -<dt><i>reopen=</i></dt> +<dt><i>reopen</i></dt> <dd> flag indicating a reopening of the project (boolean) </dd> @@ -3525,24 +3605,24 @@ <dd> more verbose type name (display string) (string) </dd> -<dt><i>fileTypeCallback=</i></dt> +<dt><i>fileTypeCallback</i></dt> <dd> reference to a method returning a dictionary of filetype associations. </dd> -<dt><i>binaryTranslationsCallback=</i></dt> +<dt><i>binaryTranslationsCallback</i></dt> <dd> reference to a method returning the name of the binary translation file given the name of the raw translation file </dd> -<dt><i>lexerAssociationCallback=</i></dt> +<dt><i>lexerAssociationCallback</i></dt> <dd> reference to a method returning the lexer type to be used for syntax highlighting given the name of a file </dd> -<dt><i>progLanguages=</i></dt> +<dt><i>progLanguages</i></dt> <dd> programming languages supported by the project type (list of string) @@ -3637,7 +3717,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -3720,14 +3800,14 @@ </p> <dl> -<dt><i>reportSyntaxErrors=</i></dt> +<dt><i>reportSyntaxErrors</i></dt> <dd> flag indicating special reporting for syntax errors (boolean) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -3740,7 +3820,7 @@ Public slot to save the current project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -3753,7 +3833,7 @@ Public slot to save the current project to a different file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -3783,14 +3863,14 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> </dl> <a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> <h4>Project.setDbgInfo</h4> -<b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None</i>) +<b>setDbgInfo</b>(<i>venvName, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None, enableMultiprocess=None, multiprocessNoDebug=None</i>) <p> Public method to set the debugging information. @@ -3830,16 +3910,26 @@ flag indicating, that the interpreter window should be cleared </dd> -<dt><i>tracePython=</i> (bool)</dt> +<dt><i>tracePython</i> (bool)</dt> <dd> flag to indicate if the Python library should be traced as well </dd> -<dt><i>autoContinue=</i> (bool)</dt> +<dt><i>autoContinue</i> (bool)</dt> <dd> flag indicating, that the debugger should not stop at the first executable line </dd> +<dt><i>enableMultiprocess</i> (bool)</dt> +<dd> +flag indicating, that the debugger should + run in multi process mode +</dd> +<dt><i>multiprocessNoDebug</i> (str)</dt> +<dd> +list of programs not to be debugged in + multi process mode +</dd> </dl> <a NAME="Project.setDirty" ID="Project.setDirty"></a> <h4>Project.setDirty</h4> @@ -3929,7 +4019,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the path starts with the project path (boolean) @@ -3979,7 +4069,7 @@ Public method to check, if the project uses the system eol setting. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the usage of system eol (boolean) </dd> @@ -3993,7 +4083,7 @@ to the IDE. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability of VCS software (boolean) </dd>