ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html

changeset 51
0b60dbff8e9a
parent 32
fd79d080b065
child 83
b09e6a328c3d
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sat Apr 26 16:57:10 2014 +0200
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sun Jul 06 18:43:50 2014 +0200
@@ -171,7 +171,7 @@
 <td>Private method to extract the locale out of a file name.</td>
 </tr><tr>
 <td><a href="#Project.__getPythonExecutable">__getPythonExecutable</a></td>
-<td>Public method to build the Python command.</td>
+<td>Private method to build the Python command.</td>
 </tr><tr>
 <td><a href="#Project.__getVirtualEnvironment">__getVirtualEnvironment</a></td>
 <td>Private method to get the path of the virtual environment.</td>
@@ -303,7 +303,7 @@
 <td>Public method to get the names of all menus.</td>
 </tr><tr>
 <td><a href="#Project.getProjectPath">getProjectPath</a></td>
-<td>Public method to get the path of the eric5 project.</td>
+<td>Public method to get the path of the eric6 project.</td>
 </tr><tr>
 <td><a href="#Project.getRecentApplications">getRecentApplications</a></td>
 <td>Public method to get the list of recent applications.</td>
@@ -601,7 +601,7 @@
 <h4>Project.__getPythonExecutable</h4>
 <b>__getPythonExecutable</b>(<i></i>)
 <p>
-        Public method to build the Python command.
+        Private method to build the Python command.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
@@ -973,11 +973,11 @@
 <h4>Project.getProjectPath</h4>
 <b>getProjectPath</b>(<i></i>)
 <p>
-        Public method to get the path of the eric5 project.
+        Public method to get the path of the eric6 project.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-path of the eric5 project (string)
+path of the eric6 project (string)
 </dd>
 </dl><a NAME="Project.getRecentApplications" ID="Project.getRecentApplications"></a>
 <h4>Project.getRecentApplications</h4>
@@ -1132,21 +1132,21 @@
 <table>
 <tr>
 <td><a href="#QProcess.start">start</a></td>
-<td>Static method to start the given program (cmd) in a new process, if none is already running, passing the command line arguments in args.</td>
+<td>Public method to start the given program (cmd) in a new process, if none is already running, passing the command line arguments in args.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
 <table>
 <tr>
 <td><a href="#QProcess.startDetached">startDetached</a></td>
-<td>Static method to start the given program (cmd) in a new process, if none is already running, passing the command line arguments in args.</td>
+<td>Public static method to start the given program (cmd) in a new process, if none is already running, passing the command line arguments in args.</td>
 </tr>
 </table>
 <a NAME="QProcess.start" ID="QProcess.start"></a>
 <h4>QProcess.start</h4>
 <b>start</b>(<i>cmd, args=[], mode=QProcessPyQt.ReadWrite</i>)
 <p>
-        Static method to start the given program (cmd) in a new process, if
+        Public method to start the given program (cmd) in a new process, if
         none is already running, passing the command line arguments in args.
 </p><dl>
 <dt><i>cmd</i></dt>
@@ -1163,8 +1163,8 @@
 <h4>QProcess.startDetached (static)</h4>
 <b>startDetached</b>(<i>args=[], path=''</i>)
 <p>
-        Static method to start the given program (cmd) in a new process, if
-        none is already running, passing the command line arguments in args.
+        Public static method to start the given program (cmd) in a new process,
+        if none is already running, passing the command line arguments in args.
 </p><dl>
 <dt><i>cmd</i></dt>
 <dd>

eric ide

mercurial