Last reviewed: 3/22/2024 8:09:12 PM

Menus

The Chant Developer Workbench IDE provides the following menus:

File menu

The File menu provides functions for file management.

Menu Item Accelerator Description
New New... Ctrl+N Creates an empty document of the file type selected.
Open Open... Ctrl+O Opens an existing file for editing or opens a speech object enumerator.
Start Page Start Page   Shows the start page window.
Close Close   Closes the document. If you modified the contents of the document, you are prompted to save the changes.
Save Save Ctrl+S Saves the current document to a file.
Save As Save As...   Saves the current document to a different file name and/or a different location on your computer or local network.
Save All Save All   Saves all open documents.
Page Setup Page Setup... Sets margins, paper source, paper size, page orientation, and other layout options for printing the window contents.
Print Print... Ctrl+P Prints the document contents.
Recent Files   Lists the files you have most recently opened. To quickly reopen one of these files, select it.
Exit   Closes Chant Developer Workbench after prompting you to save any unsaved files.

Edit menu

The Edit menu provides functions for document editing.

Menu Item Accelerator Description
Undo Undo Ctrl+Z Reverses the last command or deletes the last entry you typed.
Redo Redo Ctrl+Y Reverses the action of the last Undo command.
Cut Cut Ctrl+X Removes the selected text from the window and moves it to the clipboard, replacing the clipboard's current contents.
Copy Copy Ctrl+C Copies the selected text from the window and moves it to the clipboard, replacing the clipboard's current contents.
Paste Paste Ctrl+V Inserts the contents of the Clipboard at the insertion point. If there is currently selected text, it is overwritten.
Delete Delete Del Permanently removes selected text from the window. Text is not placed on the Clipboard.
Select All Select All Ctrl+A Selects all the contents in the window.
  Find and Replace   Selects advanced document editing features.
  QuickFind Quick Find Ctrl+F Finds the specified text within the current document.
  Quick Replace Quick Replace Ctrl+H Replaces specific text with different text within the current document.
  Find in Files Find in Files Ctrl+Shift+F Finds the specified text across multiple documents.
  Replace in Files Replace in Files Ctrl+Shift+H Replaces specific text with different text across multiple documents.
  GoTo... Ctrl+G Jumps to a specific line in the document.
  Advanced   Selects advanced document editing features.
  Format Document Format Document Ctrl+K, Ctrl+D Adjusts line indentation for the entire document.
  Format Selection Format Selection Ctrl+K, Ctrl+F Adjusts line indentation for the selected line(s).
    Tabify Selected Lines   Converts spaces to tab characters for the selected line(s).
    Untabify Selected Lines   Converts tab characters to spaces for the selected line(s).
    Make Upper Case Ctrl+Shift+U Converts the current text select to upper case.
    Make Lower Case Ctrl+U Converts the current text select to lower case.
    Delete Horizontal Whitespace Ctrl+K, Ctrl+\ Deletes whitespace characters from the current line(s).
  Word Wrap Word Wrap Ctrl+E, Ctrl+W Toggles word wrap for languages that support multi-line declarations.
    Incremental Search Ctrl+I Finds the next match in the search.
  Comment Selection Comment Selection Ctrl+K, Ctrl+C Inserts comment characters to comment the current line for languages that support single line comments.
  Uncomment Selection Uncomment Selection Ctrl+K, Ctrl+U Removes comment characters to uncomment the current line for languages that support single line comments.
  Increase Line Indent Increase Line Indent   Inserts tab for the selected line(s).
  Decrease Line Indent Decrease Line Indent   Deletes tab for the selected line(s).
  Bookmarks   Selects document bookmark options.
  Toggle Bookmark Toggle Bookmark Ctrl+K, Ctrl+K Bookmarks or un-bookmarks the current line in the document.
  Previous Bookmark Previous Bookmark Ctrl+K, Ctrl+P Jumps to the previous bookmark.
  Next Bookmark Next Bookmark Ctrl+K, Ctrl+N Jumps to the next bookmark.
  Clear Bookmark Clear Bookmarks Ctrl+K, Ctrl+L Removes all bookmarks.
  Outlining   Selects document outlining options.
  Toggle Outlining Expansion Ctrl+M, Ctrl+M Expands or collapses the current node in the outline.
  Toggle All Outlining Ctrl+M, Ctrl+L Expands or collapes all nodes in the document.
  Stop Outlining Ctrl+M, Ctrl+P Disables outlining and hides the visual cues.
  Start Automatic Outlining   Enabbles outlining and shows the visual cues.

View menu

The View menu provides functions for showing and hiding toolbars.

Menu Item Accelerator Description
Sensor Browser Sensors   Shows the movement sensor browser.
Profile Browser Speaker Profiles   Shows the speech recognition profiles browser.
Recognizer Browser Speech Recognizers   Shows the speech recognizers browser.
Synthesizer Browser Speech Synthesizers   Shows the speech synthesizers browser.
Error List Window Error List   Shows the error list window.
Events Window Events   Shows the events window.
Find Results Window Find Results   Shows the find results window.
Output Window Output   Shows the output window.
  Toolbars   Shows or hide toolbars and customize displayed buttons.
  Movement   Shows or hide the Movement toolbar
  Speech   Shows or hide the Speech toolbar
  Standard   Shows or hide the Standard toolbar
  Text Editor   Shows or hide the Text Editor toolbar
Options Options...   Adjusts interactive environment settings.

Speech menu

The Speech menu provides functions specific to managing grammars, lexicons, profiles, recognizers, synthesizers, and TTS markup.

Menu Item Accelerator Description
Compile Grammar Compile Grammar   Compiles the speech recognition grammar. Compiler messages are displayed in the Output window.
Activate Grammar Activate Grammar   Enables a compiled grammar for testing.
Deactivate Grammar Deactivate Grammar   Disables an activated grammar.
Generate Phonemes Generate Phonemes   Generates phonemes for the text selection in the document.
Edit Phonemes Edit Phonemes   Displays phoneme selection tool window for inserting phonemes directly into the document.
Speak Phonemes Speak Phonemes   Synthesizes the selected phonemes.
Speak Text Start Speaking   Synthesizes the selected text or the entire document.
Stop Speaking Stop Speaking   Stops the audio playback of the synthesized speech.
Pause Speaking Pause Speakng   Pauses the audio playback of the synthesized speech.
Resume Speaking Resume Speaking   Resumes the paused audio playback of the synthesized speech.
Validate VoiceXML Validate VoiceXML   Validates a VoiceXML document. Compiler messages are displayed in the Output window.
Run VoiceXML Run VoiceXML   Opens a session with the VoiceXML interpreter and executes the document.
Stop VoiceXML Stop VoiceXML   Stops the VoiceXML document execution and and closes the session with the interpreter.

Movement menu

The movement menu provides functions specific to managing movement sensors.

Menu Item Accelerator Description
Start Sensor Start Sensor   Starts capturing data from the movement sensor.
Stop Sensor Stop Sensor   Stops capturing data from the movement sensor.

Window menu

The Window menu provides functions for arranging document windows.

Menu Item Accelerator Description
  Float   Undocks the selected MDI window or tool window in a floating container.
  Dock   Docks the floating container or auto-hidden tool window in its original location.
  Auto-Hide   Hides the tool window in the margin of the main window.
Close   Closes the selected MDI window or hides the selected tool window. Use File or View menu to open MDI window. Use the View menu or Reset Window Layout to unhide the hidden tool window.
Horizontal Tab Group New Horizontal Tab Group   Splits the document view into horizontal groups.
Vertical Tab Group New Vertical Tab Group   Splits the document view into vertical groups.
  Reset Window Layout   Applies the default window layout.
  WindowList   Lists the open document windows. Select the desired window to activate it and bring it into foreground view.

Help menu

The Help menu provides functions for displaying help information.

Menu Item Accelerator Description
View Help View Help Ctrl+F1 Opens the help file and selects the contents panel.
Technical Support Technical Support   Opens a browser on the Chant support web page.
  About Chant Developer Workbench   Displays the about dialog.