MultiProject/MultiProject.py

changeset 3546
adce5fd2d051
parent 3545
4a0bbb2d5457
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3545:4a0bbb2d5457 3546:adce5fd2d051
88 self.pfile = "" # name of the multi project file 88 self.pfile = "" # name of the multi project file
89 self.ppath = "" # name of the multi project directory 89 self.ppath = "" # name of the multi project directory
90 self.description = "" # description of the multi project 90 self.description = "" # description of the multi project
91 self.name = "" 91 self.name = ""
92 self.opened = False 92 self.opened = False
93 # TODO: Introduce a UUID to make the project file name editable via the GUI
94 self.projects = [] # list of project info; each info entry is 93 self.projects = [] # list of project info; each info entry is
95 # a dictionary 94 # a dictionary
96 # 'name' : name of the project 95 # 'name' : name of the project
97 # 'file' : project file name 96 # 'file' : project file name
98 # 'master' : flag indicating the master 97 # 'master' : flag indicating the master

eric ide

mercurial