Closed zarekvane closed 2 years ago
When generate code menu clicked, there is an error because of the wrong parameters of FileDIalog:
Traceback (most recent call last): File "/home/zarek/OpenPLC_Editor/editor/BeremizIDE.py", line 682, in OnMenu getattr(self.CTR, method)() File "/home/zarek/OpenPLC_Editor/editor/ProjectController.py", line 2024, in _generateOpenPLC dlg = wx.FileDialog(self.AppFrame, "Save to file:", "", "", "OpenPLC Program(*.st)|*.st", wx.SAVE|wx.OVERWRITE_PROMPT) AttributeError: module 'wx' has no attribute 'SAVE'
Ignore the file generated by Autotools
1. fix a bug
When generate code menu clicked, there is an error because of the wrong parameters of FileDIalog:
2. add .gitignore for matiec
Ignore the file generated by Autotools