allow executing XML files from GUI via File > Execute XML or Python script...
adopt filename when connecting to running session having a filename (Boeing r1793)
This commit is contained in:
parent
1e8abc4c1e
commit
acf2430dbd
4 changed files with 22 additions and 7 deletions
|
@ -240,7 +240,8 @@ bind . <Control-s> "fileSaveDialogBox {}"
|
|||
|
||||
.menubar.file add separator
|
||||
.menubar.file add command -label "Export Python script..." -command exportPython
|
||||
.menubar.file add command -label "Execute Python script..." -command execPython
|
||||
.menubar.file add command -label "Execute XML or Python script..." \
|
||||
-command execPython
|
||||
|
||||
.menubar.file add separator
|
||||
.menubar.file add command -label "Open current file in editor..." \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue