Last reviewed: 3/22/2024 8:09:12 PM
In this article
Toolbars
The Chant Developer Workbench IDE provides the following toolbars:
- Standard,
- Text Editor,
- Movement,
- Speech, and
- Status.
Standard Toolbar
The Standard toolbar provides functions for file management, document editing and viewing functions.
Button | Menu Item | Description |
---|---|---|
![]() |
File - New | Creates an empty document of the file type selected. |
![]() |
File - Open | Opens an existing file for editing. |
![]() |
File - Save | Saves the current document to a file. |
![]() |
File - SaveAll | Saves the current document to a different file name and/or a different location on your computer or local network. |
![]() |
Edit - Cut | Removes the selected text from the window and moves it to the clipboard, replacing the clipboard's current contents. |
![]() |
Edit - Copy | Copies the selected text from the window and moves it to the clipboard, replacing the clipboard's current contents. |
![]() |
Edit - Paste | Inserts the contents of the Clipboard at the insertion point. If there is currently selected text, it is overwritten. |
![]() |
Edit - Undo | Reverses the last command or deletes the last entry you typed. |
![]() |
Edit - Redo | Reverses the action of the last Undo command. |
![]() |
Start Page | Shows the start page window. |
![]() |
Add or Remove Buttons | Customizes which buttons appear on the toolbars |
Text Editor Toolbar
The Text Editor toolbar provides advanced functions for document editing.
Button | Menu Item | Description |
---|---|---|
![]() |
Edit - Advanced - Increase Indentation | Inserts tab for the selected line(s). |
![]() |
Edit - Advanced - Decrease Indentation | Deletes tab for the selected line(s). |
![]() |
Edit - Advanced - Comment Selection | Inserts comment characters to comment the current line for languages that support single line comments. |
![]() |
Edit - Advanced - Uncomment Selection | Removes comment characters to uncomment the current line for languages that support single line comments. |
![]() |
Edit - Bookmarks - Toggle Bookmark | Bookmarks or un-bookmarks the current line in the document. |
![]() |
Edit - Bookmarks - Previous Bookmark | Jumps to the previous bookmark. |
![]() |
Edit - Bookmarks - Next Bookmark | Jumps to the next bookmark. |
![]() |
Edit - Bookmarks - Clear Bookmarks | Removes all bookmarks. |
![]() |
Add or Remove Buttons | Customizes which buttons appear on the toolbars |
Movement Toolbar
The Movement toolbar provides functions for managing movement.
Button | Menu Item | Description |
---|---|---|
![]() |
Sensors - Start Sensor | Enables the color, depth, and skeleton streams for the selected sensor. |
![]() |
Sensors - Stop Sensor | Disables the color, depth, and skeleton streams for the selected sensor. |
![]() |
Add or Remove Buttons | Customizes which buttons appear on the toolbars |
Speech Toolbar
The Speech toolbar provides functions for managing grammars, lexicons, profiles, recognizers, synthesizers, and TTS markup.
Button | Menu Item | Description |
---|---|---|
![]() |
Speech - Compile Grammar | Compiles the speech recognition grammar. Compiler messages are displayed in the Output window. |
![]() |
Speech - Activate Grammar | Enables a compiled grammar for testing (SpeechKit). |
![]() |
Speech - Deactivate Grammar | Disables an activated grammar. |
![]() |
Speech - Generate Phonemes | Generates phonemes for the text selection in the document. |
![]() |
Speech - Edit Phonemes | Displays phoneme selection tool window for inserting phonemes directly into the document. |
![]() |
Speech - Speak Phonemes | Synthesizes the selected phonemes. |
![]() |
Speech - Speak Text | Synthesizes the selected text or the entire document. |
![]() |
Speech - Stop Speaking | Stops the audio playback of the synthesized speech. |
![]() |
Speech - Pause Speaking | Pauses the audio playback of the synthesized speech. |
![]() |
Speech - Resume Speaking | Resumes the paused audio playback of the synthesized speech. |
![]() |
Speech - Validate VoiceXML | Validates a VoiceXML document. Compiler messages are displayed in the Output window. |
![]() |
Speech - Run VoiceXML | Opens a session with the VoiceXML interpreter and executes the document. |
![]() |
Speech - Stop VoiceXML | Stops the VoiceXML document execution and and closes the session with the interpreter. |
![]() |
Add or Remove Buttons | Customizes which buttons appear on the toolbars |
Status Toolbar
The Status toolbar at the bottom of the main window frame provides run time status information.
Control | Description |
---|---|
Status Message | Displays help message text. |
Cursor Position | Shows the line, column, and character position of the cursor within the text. |
Overtype | Indicates whether text is inserted or replaces existing text when typed. |