659 app.focusChanged.connect(self.viewmanager.appFocusChanged) |
659 app.focusChanged.connect(self.viewmanager.appFocusChanged) |
660 |
660 |
661 # Initialize the instance variables. |
661 # Initialize the instance variables. |
662 self.currentProg = None |
662 self.currentProg = None |
663 self.isProg = False |
663 self.isProg = False |
664 # TODO: eliminate/rework these two related to testing |
|
665 self.__testingEditorOpen = False |
664 self.__testingEditorOpen = False |
666 self.__testingProjectOpen = False |
665 self.__testingProjectOpen = False |
667 |
666 |
668 self.inDragDrop = False |
667 self.inDragDrop = False |
669 self.setAcceptDrops(True) |
668 self.setAcceptDrops(True) |