eric3.Project

Package implementing the project management module of eric3.

The project management module consísts of the main part, which is used for reading and writing of eric3 project files (*.e3p *.e3pz) 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.

Modules

AddDirectoryDialog Module implementing a dialog to add files of a directory to the project.
AddDirectoryForm
AddFileDialog Module implementing a dialog to add a file to the project.
AddFileForm
AddFoundFilesDialog Module implementing a dialog to show the found files to the user.
AddFoundFilesForm
AddLanguageDialog Module implementing a dialog to add a new language to the project.
AddLanguageForm
Project Module implementing the project management functionality.
ProjectBrowser Module implementing the project browser part of the eric3 UI.
ProjectHandler Module implementing the handler class for reading an XML project file.
PropertiesDialog Module implementing the project properties dialog.
PropertiesForm
SessionHandler Module implementing the handler class for reading an XML project session file.