...
- Set code language: Set the code language to either C# or VB. Note that changing the code language will discard the current code document and load a blank template.
- Run the start method
- Find text within the code
- Comment out the selected lines of code (meaning that the lines will not be executed when the device is run)
- Uncomment out the selected lines of code (meaning that the lines will be executed when the device is run)
- Collapse to definitions: collapse the code so that only the highest level definitions are visible.
- List available code snippets: display a list of code snippets that are available for use.
- Copy device to Visual Studio: copy all device code so it can be pasted into Visual Studio and edited.
- A drop-down that shows the methods available for editing (choosing a method will jump directly to that code in the device)
At the bottom of the screen, are two panes that will let you preview the results of the Template device file creation (located on the Run Transform tab). The pane on the right displays the incoming file; the one on the left will preview the finished document. If there are files in the queue, click Start to preview the HTML/CDA file creation results using the template code and context as defined in the device setup. At the very bottom of the preview panels are several tabs that can be used for troubleshooting/debugging the device code (see "Troubleshooting the device" below).
The panel on the right lists the external files and references to be used with the device. If any references are present, you can expand the tree node to view and configure them.
...