296 @param coord the position of the mouse pointer (QPoint) |
296 @param coord the position of the mouse pointer (QPoint) |
297 """ |
297 """ |
298 if not self.project.isOpen(): |
298 if not self.project.isOpen(): |
299 return |
299 return |
300 |
300 |
301 with contextlib.suppress(Exception): |
301 with contextlib.suppress(Exception): # secok |
302 categories = self.getSelectedItemsCountCategorized( |
302 categories = self.getSelectedItemsCountCategorized( |
303 [ |
303 [ |
304 ProjectBrowserFileItem, |
304 ProjectBrowserFileItem, |
305 BrowserClassItem, |
305 BrowserClassItem, |
306 BrowserMethodItem, |
306 BrowserMethodItem, |