|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Project</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body> |
|
11 <h1>eric5.Project</h1> |
|
12 <p> |
|
13 Package implementing the project management module of eric5. |
|
14 </p><p> |
|
15 The project management module consists of the main part, which is |
|
16 used for reading and writing of eric4 and eric5 project files (*.e4p *.e4pz) |
|
17 and for performing all operations on the project. It is accompanied by |
|
18 various UI related modules implementing different dialogs and a tabbed |
|
19 tree browser for the display of files belonging to the current project |
|
20 as well as the project model related modules. |
|
21 </p> |
|
22 |
|
23 |
|
24 <h3>Modules</h3> |
|
25 <table> |
|
26 <tr> |
|
27 <td><a href="eric5.Project.AddDirectoryDialog.html">AddDirectoryDialog</a></td> |
|
28 <td>Module implementing a dialog to add files of a directory to the project.</td> |
|
29 </tr><tr> |
|
30 <td><a href="eric5.Project.AddFileDialog.html">AddFileDialog</a></td> |
|
31 <td>Module implementing a dialog to add a file to the project.</td> |
|
32 </tr><tr> |
|
33 <td><a href="eric5.Project.AddFoundFilesDialog.html">AddFoundFilesDialog</a></td> |
|
34 <td>Module implementing a dialog to show the found files to the user.</td> |
|
35 </tr><tr> |
|
36 <td><a href="eric5.Project.AddLanguageDialog.html">AddLanguageDialog</a></td> |
|
37 <td>Module implementing a dialog to add a new language to the project.</td> |
|
38 </tr><tr> |
|
39 <td><a href="eric5.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td> |
|
40 <td>Module implementing a dialog to generate code for a Qt4 dialog.</td> |
|
41 </tr><tr> |
|
42 <td><a href="eric5.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td> |
|
43 <td>Module implementing a dialog for entering project specific debugger settings.</td> |
|
44 </tr><tr> |
|
45 <td><a href="eric5.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td> |
|
46 <td>Module implementing a dialog to enter filetype associations for the project.</td> |
|
47 </tr><tr> |
|
48 <td><a href="eric5.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td> |
|
49 <td>Module implementing a dialog to enter lexer associations for the project.</td> |
|
50 </tr><tr> |
|
51 <td><a href="eric5.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td> |
|
52 <td>Module implementing a dialog to ente the data for a new dialog class file.</td> |
|
53 </tr><tr> |
|
54 <td><a href="eric5.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td> |
|
55 <td>Module implementing a dialog to add a new Python package.</td> |
|
56 </tr><tr> |
|
57 <td><a href="eric5.Project.Project.html">Project</a></td> |
|
58 <td>Module implementing the project management functionality.</td> |
|
59 </tr><tr> |
|
60 <td><a href="eric5.Project.ProjectBaseBrowser.html">ProjectBaseBrowser</a></td> |
|
61 <td>Module implementing the baseclass for the various project browsers.</td> |
|
62 </tr><tr> |
|
63 <td><a href="eric5.Project.ProjectBrowser.html">ProjectBrowser</a></td> |
|
64 <td>Module implementing the project browser part of the eric5 UI.</td> |
|
65 </tr><tr> |
|
66 <td><a href="eric5.Project.ProjectBrowserFlags.html">ProjectBrowserFlags</a></td> |
|
67 <td>Module defining the project browser flags.</td> |
|
68 </tr><tr> |
|
69 <td><a href="eric5.Project.ProjectBrowserModel.html">ProjectBrowserModel</a></td> |
|
70 <td>Module implementing the browser model.</td> |
|
71 </tr><tr> |
|
72 <td><a href="eric5.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td> |
|
73 <td>Module implementing the browser sort filter proxy model.</td> |
|
74 </tr><tr> |
|
75 <td><a href="eric5.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td> |
|
76 <td>Module implementing a class used to display the forms part of the project.</td> |
|
77 </tr><tr> |
|
78 <td><a href="eric5.Project.ProjectInterfacesBrowser.html">ProjectInterfacesBrowser</a></td> |
|
79 <td>Module implementing the a class used to display the interfaces (IDL) part of the project.</td> |
|
80 </tr><tr> |
|
81 <td><a href="eric5.Project.ProjectOthersBrowser.html">ProjectOthersBrowser</a></td> |
|
82 <td>Module implementing a class used to display the parts of the project, that don't fit the other categories.</td> |
|
83 </tr><tr> |
|
84 <td><a href="eric5.Project.ProjectResourcesBrowser.html">ProjectResourcesBrowser</a></td> |
|
85 <td>Module implementing a class used to display the resources part of the project.</td> |
|
86 </tr><tr> |
|
87 <td><a href="eric5.Project.ProjectSourcesBrowser.html">ProjectSourcesBrowser</a></td> |
|
88 <td>Module implementing a class used to display the Sources part of the project.</td> |
|
89 </tr><tr> |
|
90 <td><a href="eric5.Project.ProjectTranslationsBrowser.html">ProjectTranslationsBrowser</a></td> |
|
91 <td>Module implementing a class used to display the translations part of the project.</td> |
|
92 </tr><tr> |
|
93 <td><a href="eric5.Project.PropertiesDialog.html">PropertiesDialog</a></td> |
|
94 <td>Module implementing the project properties dialog.</td> |
|
95 </tr><tr> |
|
96 <td><a href="eric5.Project.SpellingPropertiesDialog.html">SpellingPropertiesDialog</a></td> |
|
97 <td>Module implementing the Spelling Properties dialog.</td> |
|
98 </tr><tr> |
|
99 <td><a href="eric5.Project.TranslationPropertiesDialog.html">TranslationPropertiesDialog</a></td> |
|
100 <td>Module implementing the Translations Properties dialog.</td> |
|
101 </tr><tr> |
|
102 <td><a href="eric5.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td> |
|
103 <td>Module implementing the user specific project properties dialog.</td> |
|
104 </tr> |
|
105 </table> |
|
106 </body></html> |