- improved the loading of Config File by using the advanced code editor

This commit is contained in:
Marius Stanciu 2019-12-18 04:26:20 +02:00 committed by Marius
parent 1f33220bab
commit a8d4c592c2
2 changed files with 2 additions and 1 deletions

View File

@ -9940,7 +9940,7 @@ class App(QtCore.QObject):
def init_code_editor(self, name):
self.text_editor_tab = TextEditor(app=self)
self.text_editor_tab = TextEditor(app=self, plain_text=True)
# add the tab if it was closed
self.ui.plot_tab_area.addTab(self.text_editor_tab, '%s' % name)

View File

@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
- small optimizations in the Preferences UI
- the Jump To function reference is now saving it's last used value
- added the ability to use the Jump To method in the Gerber Editor
- improved the loading of Config File by using the advanced code editor
17.12.2019