-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3d05c0
commit 5a27bc0
Showing
1 changed file
with
7 additions
and
9 deletions.
There are no files selected for viewing
16 changes: 7 additions & 9 deletions
16
src/plugin_textgrid_picmaker/scripts/editor_show_tg_editor_commands.praat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# Created by Rolando Munoz (Jun 2019) | ||
|
||
show_tg_editor_commands = readFile("../temp/show_tg_editor_commands.txt") | ||
|
||
beginPause: "TextGridEditor preferences" | ||
boolean: "TextGridEditor commands", show_tg_editor_commands | ||
beginPause: "TextGrid PicMaker: TextGridEditor preferences" | ||
boolean: "Show commands in TextGridEditor", show_tg_editor_commands | ||
clicked = endPause: "Cancel", "Apply", "Ok", 3 | ||
|
||
if clicked > 1 | ||
writeFileLine: "../temp/show_tg_editor_commands.txt", string$(textGridEditor_commands) | ||
writeInfoLine: "TextGrid Draw... Please, restart Praat to see any change." | ||
if clicked == 2 | ||
runScript: "editor_show_tg_editor_commands.praat" | ||
endif | ||
writeFileLine: "../temp/show_tg_editor_commands.txt", string$(show_commands_in_TextGridEditor) | ||
writeInfoLine: "TextGrid Draw... Please, restart Praat to see any change." | ||
if clicked == 2 | ||
runScript: "editor_show_tg_editor_commands.praat" | ||
endif | ||
endif |