168 @param coord the position of the mouse pointer (QPoint) |
168 @param coord the position of the mouse pointer (QPoint) |
169 """ |
169 """ |
170 if not self.project.isOpen(): |
170 if not self.project.isOpen(): |
171 return |
171 return |
172 |
172 |
173 with contextlib.suppress(Exception): |
173 with contextlib.suppress(Exception): # secok |
174 cnt = self.getSelectedItemsCount( |
174 cnt = self.getSelectedItemsCount( |
175 [ |
175 [ |
176 ProjectBrowserFileItem, |
176 ProjectBrowserFileItem, |
177 ProjectBrowserDirectoryItem, |
177 ProjectBrowserDirectoryItem, |
178 ProjectBrowserSimpleDirectoryItem, |
178 ProjectBrowserSimpleDirectoryItem, |