Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
menus [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Application MenusS ===== | ||
- | Application menus are divided into groups as displayed below. When IDE is first opened, only //File//, //Log// and //Help// menus groups are displayed. | ||
- | {{http:// | ||
- | |||
- | |||
- | As you hover mouse over the menus, the list of menu items is displayed in the drop-down list. To hide the menu item list, just move the mouse away from the menu item list. | ||
- | |||
- | |||
- | ----- | ||
- | ==== File ==== | ||
- | //File// menu contains menu items performing actions at the model level. For example creating new model, close model, import a model, etc. Not all menu items are visible at all time. For example, //Save// menu item is not visible unless a model is open. | ||
- | |||
- | * //New Model// - creates a new model by copying from the [[template model | Template Model]]. | ||
- | * //New Folder// - creates a sub-folder in the current folder. | ||
- | * //UIRepo// - opens [[UIRepo | UI Repository]] | ||
- | * // | ||
- | * // | ||
- | * //Save// - saves the changes to the model and mScript to the disk. | ||
- | * //Save As// - clones current model and saves it under different name. | ||
- | * //Rename// - renames the model. | ||
- | * //Backup// - takes a backup of current model for restore later. | ||
- | * //Restore// - restores the model from the last backup. | ||
- | * //Close// - closes the current model and switches to another model currently open. | ||
- | * //Close All// - closes all models currently open. | ||
- | * //Close Others// - closes all opened models except current model. | ||
- | * //Revert// - discards all changes made to the current model and reopens it immediately. | ||
- | * //Import// - imports a model stored in different notations (GraphML, GraphXML, XMI). | ||
- | * //Batch Run// - opens [[batch_run| Batch Run]] dialog for starting multiple model executions. | ||
- | * //Connect SvrMgr// - connects IDE to [[Server Manager Edition|SvrMgr]] for archiving models and accessing Runtime servers. | ||
- | * //Batch Deploy// - archives the model to [[Server Manager Edition|SvrMgr]], | ||
- | * // | ||
- | * //Shutdown Server// - shuts down // | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ==== Model ==== | ||
- | * //MBT Setting// - opens [[mbt node|MBT Setting]] dialog to view or edit MBT settings. | ||
- | * //Model Property// - opens [[ModelNode|Model Property]] dialog to view or edit model properties. | ||
- | * //Model Tree View// - opens [[Modeling Tree View|Model Tree View]] in [[ModelingTab|Model Editor]]. | ||
- | * //MCase View// - opens [[Modeling MCase View|MCase View]] in [[ModelingTab|Model Editor]]. | ||
- | * // | ||
- | * //Defects View// - opens [[Defects View | Defects View]] in [[ModelingTab|Model Editor]] (rel. 4.3.5). | ||
- | * // | ||
- | * //Configure ALM// - opens [[ALM Configuration]] dialog to configure/ | ||
- | |||
- | ---- | ||
- | |||
- | ==== Run ==== | ||
- | * //Execute// - starts model execution in [[RunModel|normal mode]]. | ||
- | * //Debug// - starts model execution in [[RunModel|debug mode]]. | ||
- | * //Pause// - pauses model execution and sets model execution to [[RunModel|debug mode]]. | ||
- | * //Step Trans// - steps over to next transition or state, only valid when model execution is paused. | ||
- | * //Step mScript// - steps over to next msrcipt tag, only valid when model execution is pause. | ||
- | * //Resume// - [[RunModel|resumes]] model execution. | ||
- | * //Stop// - [[RunModel|stops]] model execution. | ||
- | * //Batch Run// - opens [[batch_run| Batch Run]] dialog for starting multiple model executions. | ||
- | * //Stop All// - stops all model executions. | ||
- | * //Configure ALM// - opens [[ALM Configuration]] dialog to configure/ | ||
- | |||
- | ---- | ||
- | |||
- | ==== Report ==== | ||
- | * // | ||
- | * //Batch Exec List// - lists all batch executions | ||
- | * //Model Review// - displays model review report for the model currently open | ||
- | * //Model Exec List// - lists all executions for the model currently open | ||
- | * //TestCase Report// - displays current TestCase report generated by [[SeqOutPlugin|SeqOutPlugin]], | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ==== Session ==== | ||
- | You may open multiple models at the same time but only one model can be displaye in IDE. The menu //Session// lists all models currently open and allows you to switch to any of the model sessions. Sessions are labeled //Session n// where n is the sequence number. //Session n// menu item also has a hover message to help you identify which model is open by the session. | ||
- | * //Session n// - switches to the specific model session. | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ==== Log ==== | ||
- | Log files are important for debugging problems. // | ||
- | * //Console Log// - opens [[Console|Console Log]] in a separate browser window/tab. | ||
- | * //MScript Log// - opens [[mScriptLog|mScriptLog]] in a separate browser window/tab. | ||
- | * //Server Log// - opens [[ServerLog|ServerLog]] in a separate browser window/tab. | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ==== Help ==== | ||
- | * //Online Help// - takes you to this wiki site. | ||
- | * // | ||
- | * //Contact Support// - takes you to the [[http:// | ||
- | * //Configure Server// - opens [[Config | Config]] dialog to view or edit system configuration and settings. | ||
- | * //Reset IDE Layout// - resets all panes to their factory-default sizes. | ||
- | * Manage License - opens [[Manage License|Manage License]] dialog to enter or update license key and request trial license key. | ||
- | * //Check for Updates// - checks for software updates. Refer to [[testoptimal_system_tray_console | SysTray Console]] for how to apply software updates. | ||
- | * //About TestOptimal// |