diff -r 0304d4bce902 -r 49aa77e9c593 eric6/Documentation/Source/eric6.Project.Project.html --- a/eric6/Documentation/Source/eric6.Project.Project.html Sun Jan 17 16:24:59 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.Project.html Sun Jan 17 16:25:40 2021 +0100 @@ -689,6 +689,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> @@ -2454,6 +2458,35 @@ 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>)