20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body> |
22 <body> |
23 <h1>eric5.Project</h1> |
23 <h1>eric5.Project</h1> |
24 <p> |
24 <p> |
25 Package implementing the project management module of eric5. |
25 Package implementing the project management module of eric5. |
26 </p><p> |
26 </p><p> |
27 The project management module consists of the main part, which is |
27 The project management module consists of the main part, which is |
28 used for reading and writing of eric4 and eric5 project files (*.e4p *.e4pz) |
28 used for reading and writing of eric4 and eric5 project files (*.e4p *.e4pz) |
29 and for performing all operations on the project. It is accompanied by |
29 and for performing all operations on the project. It is accompanied by |
30 various UI related modules implementing different dialogs and a tabbed |
30 various UI related modules implementing different dialogs and a tabbed |
31 tree browser for the display of files belonging to the current project |
31 tree browser for the display of files belonging to the current project |
32 as well as the project model related modules. |
32 as well as the project model related modules. |
33 </p> |
33 </p> |
34 |
34 |
35 |
35 |
36 <h3>Modules</h3> |
36 <h3>Modules</h3> |
37 <table> |
37 <table> |
38 <tr> |
38 <tr> |
39 <td><a href="eric5.Project.AddDirectoryDialog.html">AddDirectoryDialog</a></td> |
39 <td><a href="eric5.Project.AddDirectoryDialog.html">AddDirectoryDialog</a></td> |
40 <td>Module implementing a dialog to add files of a directory to the project.</td> |
40 <td>Module implementing a dialog to add files of a directory to the project.</td> |
41 </tr><tr> |
41 </tr><tr> |
42 <td><a href="eric5.Project.AddFileDialog.html">AddFileDialog</a></td> |
42 <td><a href="eric5.Project.AddFileDialog.html">AddFileDialog</a></td> |
43 <td>Module implementing a dialog to add a file to the project.</td> |
43 <td>Module implementing a dialog to add a file to the project.</td> |
44 </tr><tr> |
44 </tr><tr> |
45 <td><a href="eric5.Project.AddFoundFilesDialog.html">AddFoundFilesDialog</a></td> |
45 <td><a href="eric5.Project.AddFoundFilesDialog.html">AddFoundFilesDialog</a></td> |
46 <td>Module implementing a dialog to show the found files to the user.</td> |
46 <td>Module implementing a dialog to show the found files to the user.</td> |
47 </tr><tr> |
47 </tr><tr> |
48 <td><a href="eric5.Project.AddLanguageDialog.html">AddLanguageDialog</a></td> |
48 <td><a href="eric5.Project.AddLanguageDialog.html">AddLanguageDialog</a></td> |
49 <td>Module implementing a dialog to add a new language to the project.</td> |
49 <td>Module implementing a dialog to add a new language to the project.</td> |
50 </tr><tr> |
50 </tr><tr> |
51 <td><a href="eric5.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td> |
51 <td><a href="eric5.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td> |
52 <td>Module implementing a dialog to generate code for a Qt4 dialog.</td> |
52 <td>Module implementing a dialog to generate code for a Qt4 dialog.</td> |
53 </tr><tr> |
53 </tr><tr> |
54 <td><a href="eric5.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td> |
54 <td><a href="eric5.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td> |
55 <td>Module implementing a dialog for entering project specific debugger settings.</td> |
55 <td>Module implementing a dialog for entering project specific debugger settings.</td> |
56 </tr><tr> |
56 </tr><tr> |
57 <td><a href="eric5.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td> |
57 <td><a href="eric5.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td> |
58 <td>Module implementing a dialog to enter filetype associations for the project.</td> |
58 <td>Module implementing a dialog to enter filetype associations for the project.</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="eric5.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td> |
60 <td><a href="eric5.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td> |
61 <td>Module implementing a dialog to enter lexer associations for the project.</td> |
61 <td>Module implementing a dialog to enter lexer associations for the project.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="eric5.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td> |
63 <td><a href="eric5.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td> |
64 <td>Module implementing a dialog to ente the data for a new dialog class file.</td> |
64 <td>Module implementing a dialog to ente the data for a new dialog class file.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="eric5.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td> |
66 <td><a href="eric5.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td> |
67 <td>Module implementing a dialog to add a new Python package.</td> |
67 <td>Module implementing a dialog to add a new Python package.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="eric5.Project.Project.html">Project</a></td> |
69 <td><a href="eric5.Project.Project.html">Project</a></td> |
70 <td>Module implementing the project management functionality.</td> |
70 <td>Module implementing the project management functionality.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="eric5.Project.ProjectBaseBrowser.html">ProjectBaseBrowser</a></td> |
72 <td><a href="eric5.Project.ProjectBaseBrowser.html">ProjectBaseBrowser</a></td> |
73 <td>Module implementing the baseclass for the various project browsers.</td> |
73 <td>Module implementing the baseclass for the various project browsers.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="eric5.Project.ProjectBrowser.html">ProjectBrowser</a></td> |
75 <td><a href="eric5.Project.ProjectBrowser.html">ProjectBrowser</a></td> |
76 <td>Module implementing the project browser part of the eric5 UI.</td> |
76 <td>Module implementing the project browser part of the eric5 UI.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="eric5.Project.ProjectBrowserFlags.html">ProjectBrowserFlags</a></td> |
78 <td><a href="eric5.Project.ProjectBrowserFlags.html">ProjectBrowserFlags</a></td> |
79 <td>Module defining the project browser flags.</td> |
79 <td>Module defining the project browser flags.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="eric5.Project.ProjectBrowserModel.html">ProjectBrowserModel</a></td> |
81 <td><a href="eric5.Project.ProjectBrowserModel.html">ProjectBrowserModel</a></td> |
82 <td>Module implementing the browser model.</td> |
82 <td>Module implementing the browser model.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="eric5.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td> |
84 <td><a href="eric5.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td> |
85 <td>Module implementing the browser sort filter proxy model.</td> |
85 <td>Module implementing the browser sort filter proxy model.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="eric5.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td> |
87 <td><a href="eric5.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td> |
88 <td>Module implementing a class used to display the forms part of the project.</td> |
88 <td>Module implementing a class used to display the forms part of the project.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="eric5.Project.ProjectInterfacesBrowser.html">ProjectInterfacesBrowser</a></td> |
90 <td><a href="eric5.Project.ProjectInterfacesBrowser.html">ProjectInterfacesBrowser</a></td> |
91 <td>Module implementing the a class used to display the interfaces (IDL) part of the project.</td> |
91 <td>Module implementing the a class used to display the interfaces (IDL) part of the project.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="eric5.Project.ProjectOthersBrowser.html">ProjectOthersBrowser</a></td> |
93 <td><a href="eric5.Project.ProjectOthersBrowser.html">ProjectOthersBrowser</a></td> |
94 <td>Module implementing a class used to display the parts of the project, that don't fit the other categories.</td> |
94 <td>Module implementing a class used to display the parts of the project, that don't fit the other categories.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="eric5.Project.ProjectResourcesBrowser.html">ProjectResourcesBrowser</a></td> |
96 <td><a href="eric5.Project.ProjectResourcesBrowser.html">ProjectResourcesBrowser</a></td> |
97 <td>Module implementing a class used to display the resources part of the project.</td> |
97 <td>Module implementing a class used to display the resources part of the project.</td> |
98 </tr><tr> |
98 </tr><tr> |
99 <td><a href="eric5.Project.ProjectSourcesBrowser.html">ProjectSourcesBrowser</a></td> |
99 <td><a href="eric5.Project.ProjectSourcesBrowser.html">ProjectSourcesBrowser</a></td> |
100 <td>Module implementing a class used to display the Sources part of the project.</td> |
100 <td>Module implementing a class used to display the Sources part of the project.</td> |
101 </tr><tr> |
101 </tr><tr> |
102 <td><a href="eric5.Project.ProjectTranslationsBrowser.html">ProjectTranslationsBrowser</a></td> |
102 <td><a href="eric5.Project.ProjectTranslationsBrowser.html">ProjectTranslationsBrowser</a></td> |
103 <td>Module implementing a class used to display the translations part of the project.</td> |
103 <td>Module implementing a class used to display the translations part of the project.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="eric5.Project.PropertiesDialog.html">PropertiesDialog</a></td> |
105 <td><a href="eric5.Project.PropertiesDialog.html">PropertiesDialog</a></td> |
106 <td>Module implementing the project properties dialog.</td> |
106 <td>Module implementing the project properties dialog.</td> |
107 </tr><tr> |
107 </tr><tr> |
108 <td><a href="eric5.Project.SpellingPropertiesDialog.html">SpellingPropertiesDialog</a></td> |
108 <td><a href="eric5.Project.SpellingPropertiesDialog.html">SpellingPropertiesDialog</a></td> |
109 <td>Module implementing the Spelling Properties dialog.</td> |
109 <td>Module implementing the Spelling Properties dialog.</td> |
110 </tr><tr> |
110 </tr><tr> |
111 <td><a href="eric5.Project.TranslationPropertiesDialog.html">TranslationPropertiesDialog</a></td> |
111 <td><a href="eric5.Project.TranslationPropertiesDialog.html">TranslationPropertiesDialog</a></td> |
112 <td>Module implementing the Translations Properties dialog.</td> |
112 <td>Module implementing the Translations Properties dialog.</td> |
113 </tr><tr> |
113 </tr><tr> |
114 <td><a href="eric5.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td> |
114 <td><a href="eric5.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td> |
115 <td>Module implementing the user specific project properties dialog.</td> |
115 <td>Module implementing the user specific project properties dialog.</td> |
116 </tr> |
116 </tr> |
117 </table> |
117 </table> |
118 </body></html> |
118 </body></html> |