eric6/Documentation/Source/index-eric6.Project.html

changeset 8049
af58c1d47e5e
parent 7960
e8fc383322f7
diff -r aa1a01274673 -r af58c1d47e5e eric6/Documentation/Source/index-eric6.Project.html
--- a/eric6/Documentation/Source/index-eric6.Project.html	Mon Feb 01 16:04:34 2021 +0100
+++ b/eric6/Documentation/Source/index-eric6.Project.html	Mon Feb 01 16:06:23 2021 +0100
@@ -27,10 +27,10 @@
 <p>
 The project management module consists of the main part, which is
 used for reading and writing of eric4, eric5 and eric6 project files
-(*.e4p) and for performing all operations on the project. It is
-accompanied by various UI related modules implementing different dialogs
-and a tabbed tree browser for the display of files belonging to the
-current project as well as the project model related modules.
+(*.e4p, *.epj) and for performing all operations on the project. It
+is accompanied by various UI related modules implementing different
+dialogs and a tabbed tree browser for the display of files belonging
+to the current project as well as the project model related modules.
 </p>
 
 
@@ -62,6 +62,10 @@
 <td>Module implementing a dialog for entering project specific debugger settings.</td>
 </tr>
 <tr>
+<td><a href="eric6.Project.DebuggerPropertiesFile.html">DebuggerPropertiesFile</a></td>
+<td>Module implementing a class representing the project debugger properties JSON file.</td>
+</tr>
+<tr>
 <td><a href="eric6.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td>
 <td>Module implementing a dialog to enter filetype associations for the project.</td>
 </tr>
@@ -114,6 +118,10 @@
 <td>Module implementing the browser sort filter proxy model.</td>
 </tr>
 <tr>
+<td><a href="eric6.Project.ProjectFile.html">ProjectFile</a></td>
+<td>Module implementing a class representing the project JSON file.</td>
+</tr>
+<tr>
 <td><a href="eric6.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td>
 <td>Module implementing a class used to display the forms part of the project.</td>
 </tr>
@@ -174,6 +182,10 @@
 <td>Module to get the object name, class name or signatures of a Qt form (*.ui).</td>
 </tr>
 <tr>
+<td><a href="eric6.Project.UserProjectFile.html">UserProjectFile</a></td>
+<td>Module implementing a class representing the user project JSON file.</td>
+</tr>
+<tr>
 <td><a href="eric6.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td>
 <td>Module implementing the user specific project properties dialog.</td>
 </tr>

eric ide

mercurial