665 @param coord the position of the mouse pointer (QPoint) |
665 @param coord the position of the mouse pointer (QPoint) |
666 """ |
666 """ |
667 if not self.project.isOpen(): |
667 if not self.project.isOpen(): |
668 return |
668 return |
669 |
669 |
670 with contextlib.suppress(Exception): |
670 with contextlib.suppress(Exception): # secok |
671 categories = self.getSelectedItemsCountCategorized( |
671 categories = self.getSelectedItemsCountCategorized( |
672 [ |
672 [ |
673 ProjectBrowserFileItem, |
673 ProjectBrowserFileItem, |
674 BrowserClassItem, |
674 BrowserClassItem, |
675 BrowserMethodItem, |
675 BrowserMethodItem, |