Breadcrumbs

Action Script Editor Menu Overview

Action Script Editor Menu

Menu Item

Hotkey

Description

ase_menu_file.png

File > Close

Ctrl + Enter

Closes the Action Script Editor and saves the Action Script..

File > Cancel

Esc

Closes the Action Script Editor without saving the Action Script.

ase_menu_edit.png

Edit > Undo

Ctrl + Z

Reverses the last edit.

Edit > Redo

Ctrl + Y

Redoes the last undo.

Edit > Cut

Ctrl + X

Cuts the highlighted action script snippet from the Action Script Editor.

Edit > Copy

Ctrl + C

Copies the highlighted action script snippet from the  Action Script Editor.

Edit > Paste

Ctrl + V

Pastes clipboard content into the Action Script Editor.

ase_menu_view.png

View > Show Empty Suggestions


This option being enabled, the Action Script Editor indicates by a red drop-down list box, when there are no suggestions available.

ase_menu_empty_suggestions.png

ase_menu_code.png

Code > Comment

Ctrl + NumPad /

Toggles highlighted action script to comment and vice versa.

Code > Expansion

Space

Displays the action script drop-down proposal list.

Code > Completion

Ctrl + Space

Forces the display of the action script proposal list.

Code > Goto Statement

Ctrl + G

Position the cursor to the beginning of the code statement with the entered number.

This is handy regarding model errors in the xUML Service Standard Log. On exceptions, the statement number that caused the exception will be logged to the bridgeserver log:

Division by zero - Callstack: division > urn:Services.NameOfService1.NameOfPortType1.division > Divide( 1 ) 

Lookup the erroneous statement in action Divide with help of Goto Statement.

Code > Goto Line

Ctrl + Shift + G

Position the cursor on the beginning of the entered line number.

ase_menu_globalops.png

Global Ops > <ClassName>


Displays some classes and their global operations. Operations can be selected and are inserted into the Action Script Editor.