- modified the way the status bar icon is set

- Drilling Tool - fixed missing feedrate code when the toolchange is Off
- AppTextEditor - working on syntax highlighting
- App - trying to speed up the new project creation
- Tcl Shell - Browser Edit - added Undo/Redo, Cut and Delete selection
- replace all the exec_() calls with exec() (except one situation in Tcl where I'm not sure of the effect)
This commit is contained in:
Marius Stanciu
2020-12-20 16:56:14 +02:00
committed by Marius
parent 88b4a4dbba
commit 3a97cd3880
13 changed files with 467 additions and 140 deletions

View File

@@ -178,7 +178,7 @@ class ScriptObject(FlatCAMObj):
self.app.shell.open_processing() # Disables input box.
# make sure that the pixmaps are not updated when running this as they will crash
# TODO find why the pixmaps load crash when run from this object (perhaps another thread?)
# TODO find why the pixmaps for the whole app load crash when run from this object (perhaps another thread?)
self.app.ui.fcinfo.lock_pmaps = True
self.script_code = self.script_editor_tab.code_editor.toPlainText()