6 """ |
6 """ |
7 Package implementing the project management module of eric5. |
7 Package implementing the project management module of eric5. |
8 |
8 |
9 The project management module consists of the main part, which is |
9 The project management module consists of the main part, which is |
10 used for reading and writing of eric4 and eric5 project files (*.e4p) |
10 used for reading and writing of eric4 and eric5 project files (*.e4p) |
11 and for performing all operations on the project. It is accompanied by |
11 and for performing all operations on the project. It is accompanied by |
12 various UI related modules implementing different dialogs and a tabbed |
12 various UI related modules implementing different dialogs and a tabbed |
13 tree browser for the display of files belonging to the current project |
13 tree browser for the display of files belonging to the current project |
14 as well as the project model related modules. |
14 as well as the project model related modules. |
15 """ |
15 """ |