2.4. CimScriptIDE Editor: Right-Pane
The CimScriptIDE editor right-pane provides a robust environment for creating and editing C Sharp and/or VB .NET scripts.
Features include the following.
![](../common/../images/VWindowCimScriptRightPane.png)
A | Multiple scripts, which can be open at the same time, are identified by tabs at the top of the right-pane. The script for the selected tab (identified by an x) displays for editing. |
B | The scripting area includes numbered lines. |
C | As code is being written a CodeComplete Popup lists keywords, variables and members (methods, properties, and events) that can be used based on what was just written. Any item can be selected and automatically inserted. |
D | A build tab displays compile errors. |
E | A Trace tab traces messages from the script when the script is run. |
Important: The CimScriptIDE editor does not debug scripts; however, scripts written in the CimScriptIDE editor can be debugged live using Visual Studio.