290 @param coord the position of the mouse pointer (QPoint) |
290 @param coord the position of the mouse pointer (QPoint) |
291 """ |
291 """ |
292 if not self.project.isOpen(): |
292 if not self.project.isOpen(): |
293 return |
293 return |
294 |
294 |
295 with contextlib.suppress(Exception): |
295 with contextlib.suppress(Exception): # secok |
296 categories = self.getSelectedItemsCountCategorized( |
296 categories = self.getSelectedItemsCountCategorized( |
297 [ |
297 [ |
298 ProjectBrowserFileItem, |
298 ProjectBrowserFileItem, |
299 BrowserClassItem, |
299 BrowserClassItem, |
300 BrowserMethodItem, |
300 BrowserMethodItem, |