--- a/Documentation/Source/eric6.Project.Project.html Sun Dec 09 12:08:57 2018 +0100 +++ b/Documentation/Source/eric6.Project.Project.html Sun Dec 09 12:09:37 2018 +0100 @@ -509,6 +509,9 @@ <td><a href="#Project.getDebuggerFilters">getDebuggerFilters</a></td> <td>Public method to get the debugger filters for a programming language.</td> </tr><tr> +<td><a href="#Project.getDefaultRccCompilerParameters">getDefaultRccCompilerParameters</a></td> +<td>Public method to get the default rcc compiler parameters.</td> +</tr><tr> <td><a href="#Project.getDefaultSourceExtension">getDefaultSourceExtension</a></td> <td>Public method to get the default extension for the project's programming language.</td> </tr><tr> @@ -614,6 +617,9 @@ <td><a href="#Project.hasDefaultMakeParameters">hasDefaultMakeParameters</a></td> <td>Public method to test, if the project contains the default make parameters.</td> </tr><tr> +<td><a href="#Project.hasDefaultRccCompilerParameters">hasDefaultRccCompilerParameters</a></td> +<td>Public method to test, if the project contains the default rcc compiler parameters.</td> +</tr><tr> <td><a href="#Project.hasDefaultUicCompilerParameters">hasDefaultUicCompilerParameters</a></td> <td>Public method to test, if the project contains the default uic compiler parameters.</td> </tr><tr> @@ -1731,6 +1737,21 @@ <dd> str </dd> +</dl><a NAME="Project.getDefaultRccCompilerParameters" ID="Project.getDefaultRccCompilerParameters"></a> +<h4>Project.getDefaultRccCompilerParameters</h4> +<b>getDefaultRccCompilerParameters</b>(<i></i>) +<p> + Public method to get the default rcc compiler parameters. +</p><dl> +<dt>Returns:</dt> +<dd> +dictionary containing the default rcc compiler parameters +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> </dl><a NAME="Project.getDefaultSourceExtension" ID="Project.getDefaultSourceExtension"></a> <h4>Project.getDefaultSourceExtension</h4> <b>getDefaultSourceExtension</b>(<i></i>) @@ -2174,6 +2195,22 @@ <dd> bool </dd> +</dl><a NAME="Project.hasDefaultRccCompilerParameters" ID="Project.hasDefaultRccCompilerParameters"></a> +<h4>Project.hasDefaultRccCompilerParameters</h4> +<b>hasDefaultRccCompilerParameters</b>(<i></i>) +<p> + Public method to test, if the project contains the default rcc compiler + parameters. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating default parameter set +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> </dl><a NAME="Project.hasDefaultUicCompilerParameters" ID="Project.hasDefaultUicCompilerParameters"></a> <h4>Project.hasDefaultUicCompilerParameters</h4> <b>hasDefaultUicCompilerParameters</b>(<i></i>)