From a8d4c592c2eec95c1029f65ec474b33a56b10735 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Wed, 18 Dec 2019 04:26:20 +0200 Subject: [PATCH] - improved the loading of Config File by using the advanced code editor --- FlatCAMApp.py | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index b363fbce..5b460a7f 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -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) diff --git a/README.md b/README.md index d809b995..7848c4f0 100644 --- a/README.md +++ b/README.md @@ -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