eric7/Project/ProjectOthersBrowser.py

branch
eric7
changeset 8925
8375eb895f70
parent 8911
a37761d36236
equal deleted inserted replaced
8924:7f2cad9900cf 8925:8375eb895f70
265 else: 265 else:
266 QDesktopServices.openUrl(QUrl(itm.fileName())) 266 QDesktopServices.openUrl(QUrl(itm.fileName()))
267 267
268 def _openFileInEditor(self): 268 def _openFileInEditor(self):
269 """ 269 """
270 Private slot to handle the Open in Editor menu action. 270 Protected slot to handle the Open in Editor menu action.
271 """ 271 """
272 itmList = self.getSelectedItems() 272 itmList = self.getSelectedItems()
273 273
274 for itm in itmList: 274 for itm in itmList:
275 if ( 275 if (

eric ide

mercurial