- 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:
@@ -39,4 +39,4 @@ class TclCommandNew(TclCommand):
|
||||
:return: None or exception
|
||||
"""
|
||||
|
||||
self.app.on_file_new(cli=True)
|
||||
self.app.on_file_new_project(cli=True)
|
||||
|
||||
Reference in New Issue
Block a user