MultiProject/MultiProject.py

changeset 3541
5c35f4f0ecf1
parent 3484
645c12de6b0c
child 3545
4a0bbb2d5457
equal deleted inserted replaced
3540:b83fe0651bfd 3541:5c35f4f0ecf1
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
93 self.projects = [] # list of project info; each info entry is 94 self.projects = [] # list of project info; each info entry is
94 # a dictionary 95 # a dictionary
95 # 'name' : name of the project 96 # 'name' : name of the project
96 # 'file' : project file name 97 # 'file' : project file name
97 # 'master' : flag indicating the master 98 # 'master' : flag indicating the master

eric ide

mercurial