diff -r b83fe0651bfd -r 5c35f4f0ecf1 MultiProject/MultiProject.py --- a/MultiProject/MultiProject.py Sat Apr 26 22:50:33 2014 +0200 +++ b/MultiProject/MultiProject.py Sun Apr 27 10:58:35 2014 +0200 @@ -90,6 +90,7 @@ self.description = "" # description of the multi project self.name = "" self.opened = False + # TODO: Introduce a UUID to make the project file name editable via the GUI self.projects = [] # list of project info; each info entry is # a dictionary # 'name' : name of the project