diff -r b789b695b5c6 -r dd94b9a68c61 IDEFrame.py --- a/IDEFrame.py Tue Aug 15 15:50:30 2017 +0300 +++ b/IDEFrame.py Tue Aug 15 16:01:18 2017 +0300 @@ -86,7 +86,6 @@ ] = [wx.NewId() for _init_coll_DefaultEditorToolBar_Items in range(18)] - # Define behaviour of each Toolbar item according to current POU body type # Informations meaning are in this order: # - Item is toggled @@ -653,7 +652,6 @@ self.AUIManager.Update() - ## Constructor of the PLCOpenEditor class. # @param parent The parent window. # @param controler The controler been used by PLCOpenEditor (default: None). @@ -729,7 +727,6 @@ "notebooks": notebooks, } - # Initialize Printing configuring elements self.PrintData = wx.PrintData() self.PrintData.SetPaperId(wx.PAPER_A4) @@ -923,7 +920,6 @@ else: event.Veto() - def GetCopyBuffer(self, primary_selection=False): data = None if primary_selection and wx.Platform == '__WXMSW__':