Links

Toolbar

File
Edit
View
Sequencer
  • Working Directory: the current directory for the files
  • Change Working Directory: change the current directory
  • Open: open any file with extension *.sq, *.cs, and *.txt.
  • Open Recent: open any recent files that were loaded.
  • Add New: create a new file in any location with extension *.sq, *.cs and *.txt.
  • Save: save a currently opened file in the same location.
  • Save As..: save a currently opened file to a selected location.
  • Print Preview: show a print preview of a currently opened file.
  • Print: print a currently open file.
  • Undo: undo an editing action in a currently opened file.
  • Redo: redo an editing action in a currently opened file.
  • P Format Document: format a currently opened file.
  • Comment Lines: comment selected lines.
  • Uncomment Lines: uncomment selected lines.
  • Options: change white space controls and show keyboard shortcuts
  • Pop Sequencer IDE: separate sequencer page as its window from RapidSetup.
  • Display Editor Toolbar: toggle editing tools on and off the toolbar
  • Display Method Navigation Box: toggle the method navigation on and off the toolbar
  • Display Message Popups: toggle popups on or off
  • Globals (Tags) Window: show the current value of the global variables
  • Syntax Errors Window: show the syntax error message of a currently opened file.
  • Output Window: show the output of the sequencer.
  • Command Window: show command window to execute a single command line.
  • Document Outline (AST) Window: show the AST for the document

Sequencer

  • Open Beta Note: an explanation of RapidSequnecer Beta
  • Sample Apps: sample apps of RapidSequnecer
  • Restart: restart a running sequencer
  • Shutdown: shutdown a running sequencer

Tool Icons

  • Load Script: load a script to the sequencer window
  • New Script: create a new script in a specified location and load it to the sequnecer window
  • Save Script: save a selected script
  • Compile Script: compile a selected script
  • Run Script: run a selected script
  • Debug Script: run a selected script with a debugger
  • Autocomplete: show the list of available and matched sequencer functions
  • Comment: comment the selected lines
  • Uncomment: uncomment the selected lines
  • Format Document: format the document
  • Output Window: show the output of the sequencer
  • Command Window: show command window to execute a single command line
  • Globals (Tags) Window: show the current value of the global variables
  • Syntax Errors Window: show the syntax error message of a currently opened file
  • Working Directory Explorer: show the current working directory
  • Options: change white space controls and show keyboard shortcuts
  • Sequencer Platform: a Platform of the running sequencer.
    • : real-time operating system
    • : windows
  • Pop Sequencer IDE: separate sequencer page as its window from RapidSetup

Debugging

  • Pause/Break: pause the executing program
  • Resume: resume the program
  • Step Over: execute the current line
  • Step Over: step into a method
  • Step Out: step out of a method