diff -r 0b6a6e49cc06 -r 09e9084796de ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html --- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html Sun Jun 16 14:51:36 2013 +0200 +++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html Tue Jun 18 19:27:03 2013 +0200 @@ -305,6 +305,9 @@ <td><a href="#Project.newForm">newForm</a></td> <td>Public method to create a new form.</td> </tr><tr> +<td><a href="#Project.openPOEditor">openPOEditor</a></td> +<td>Public method to edit the given file in an external .po editor.</td> +</tr><tr> <td><a href="#Project.projectClosed">projectClosed</a></td> <td>Public method to handle the closing of a project.</td> </tr><tr> @@ -314,6 +317,9 @@ <td><a href="#Project.projectOpenedHooks">projectOpenedHooks</a></td> <td>Public method to add our hook methods.</td> </tr><tr> +<td><a href="#Project.registerOpenHook">registerOpenHook</a></td> +<td>Public method to register the open hook to open a translations file in a translations editor.</td> +</tr><tr> <td><a href="#Project.setMostRecentApplication">setMostRecentApplication</a></td> <td>Public method to set the most recently used applications entry.</td> </tr><tr> @@ -956,6 +962,16 @@ <dd> full directory path for the new form file (string) </dd> +</dl><a NAME="Project.openPOEditor" ID="Project.openPOEditor"></a> +<h4>Project.openPOEditor</h4> +<b>openPOEditor</b>(<i>poFile</i>) +<p> + Public method to edit the given file in an external .po editor. +</p><dl> +<dt><i>poFile</i></dt> +<dd> +name of the .po file (string) +</dd> </dl><a NAME="Project.projectClosed" ID="Project.projectClosed"></a> <h4>Project.projectClosed</h4> <b>projectClosed</b>(<i></i>) @@ -971,6 +987,12 @@ <b>projectOpenedHooks</b>(<i></i>) <p> Public method to add our hook methods. +</p><a NAME="Project.registerOpenHook" ID="Project.registerOpenHook"></a> +<h4>Project.registerOpenHook</h4> +<b>registerOpenHook</b>(<i></i>) +<p> + Public method to register the open hook to open a translations file + in a translations editor. </p><a NAME="Project.setMostRecentApplication" ID="Project.setMostRecentApplication"></a> <h4>Project.setMostRecentApplication</h4> <b>setMostRecentApplication</b>(<i>applStr</i>)