5446 self.__linenoMargin]: |
5446 self.__linenoMargin]: |
5447 self.bmMarginMenu.popup(evt.globalPos()) |
5447 self.bmMarginMenu.popup(evt.globalPos()) |
5448 elif self.__marginNumber(evt.x()) == self.__bpMargin: |
5448 elif self.__marginNumber(evt.x()) == self.__bpMargin: |
5449 self.bpMarginMenu.popup(evt.globalPos()) |
5449 self.bpMarginMenu.popup(evt.globalPos()) |
5450 elif self.__marginNumber(evt.x()) == self.__indicMargin: |
5450 elif self.__marginNumber(evt.x()) == self.__indicMargin: |
5451 self.indicMarginMenu.popup(evt.globalPos) |
5451 self.indicMarginMenu.popup(evt.globalPos()) |
5452 elif self.__marginNumber(evt.x()) == self.__foldMargin: |
5452 elif self.__marginNumber(evt.x()) == self.__foldMargin: |
5453 self.foldMarginMenu.popup(evt.globalPos) |
5453 self.foldMarginMenu.popup(evt.globalPos()) |
5454 |
5454 |
5455 def __showContextMenu(self): |
5455 def __showContextMenu(self): |
5456 """ |
5456 """ |
5457 Private slot handling the aboutToShow signal of the context menu. |
5457 Private slot handling the aboutToShow signal of the context menu. |
5458 """ |
5458 """ |