Prev | Next |
Source Panel
The 'Source' panel provides a set of buttons for building an application that is being analyzed. The active Analyzer Script defines the behavior of the Analyze tools, by specifying the commands that are executed and the settings and parameters for those commands. After making modifications to the code base, you can simply click on 'Build'.
![](../images/execute-source-panel.png)
Available Facilities
Facility |
Description |
See also |
---|---|---|
Find |
Open the Find in Files window to search the local file system for source files that contain particular text. |
Search in Files |
Edit |
This icon provides a collection of tools for viewing and editing source code files associated with elements in the current model. Also provided are tools that generate source code for a particular element or synchronize an element to reflect changes in its associated source code file.
|
Editing Source Code Search in Files |
Merge |
Click on this option to display a short menu of user-defined commands defined in the currently active Analyzer script, to integrate with your source Version Control provider. Click on the command type to execute the command and perform the defined operation:
If a command has not been defined, the option is grayed out. |
Merge Script |
Build |
Click on the drop-down arrow to display a short menu of commands for building application source code:
|
Cleanup Script Build Application |