--- a/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html Sun May 05 19:27:51 2013 +0200 +++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.ProjectPyramid.Project.html Thu Jun 20 18:59:13 2013 +0200 @@ -171,6 +171,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> @@ -180,6 +183,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.supportedPythonVariants">supportedPythonVariants</a></td> <td>Public method to get the supported Python variants.</td> </tr><tr> @@ -548,6 +554,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>) @@ -563,6 +579,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.supportedPythonVariants" ID="Project.supportedPythonVariants"></a> <h4>Project.supportedPythonVariants</h4> <b>supportedPythonVariants</b>(<i></i>)