Просмотр исходного кода

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

Marius Stanciu 6 лет назад
Родитель
Сommit
a8d4c592c2
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      FlatCAMApp.py
  2. 1 0
      README.md

+ 1 - 1
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)

+ 1 - 0
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