E5XML/SessionHandler.py

branch
5_0_x
changeset 596
0b7d359a00e5
parent 229
fa7024a3cd58
child 792
a13346916170
equal deleted inserted replaced
569:a9a2befb4711 596:0b7d359a00e5
83 for file in files: 83 for file in files:
84 editor = self.vm.getOpenEditor(file) 84 editor = self.vm.getOpenEditor(file)
85 if editor is not None: 85 if editor is not None:
86 editor.clearBookmarks() 86 editor.clearBookmarks()
87 self.dbs.getBreakPointModel().deleteAll() 87 self.dbs.getBreakPointModel().deleteAll()
88 self.dbs.getWatchPointModel().deleteAll()
88 self.version = '' 89 self.version = ''
89 90
90 ################################################### 91 ###################################################
91 ## below follow the individual handler functions 92 ## below follow the individual handler functions
92 ################################################### 93 ###################################################

eric ide

mercurial