Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.7.0
Action Script Editor MenuMenu ItemHotkeyDescription
Image Modified  
File > CloseCtrl + EnterCloses the Action Script Editor and saves the Action Script..
File > CancelEscCloses the Action Script Editor without saving the Action Script.
Image Modified        
Edit > UndoCtrl + ZReverses the last edit.
Edit > RedoCtrl + YRedoes the last undo.
Edit > CutCtrl + XCuts the highlighted action script snippet from the Action Script Editor.
Edit > CopyCtrl + CCopies the highlighted action script snippet from the  Action Script Editor.
Edit > PasteCtrl + VPastes clipboard content into the Action Script Editor.
Image Modified
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.

Image Modified

Image Modified    
Code > CommentCtrl + NumPad /Toggles highlighted action script to comment and vice versa.
Code > ExpansionSpaceDisplays the action script drop-down proposal list.
Code > CompletionCtrl + SpaceForces the display of the action script proposal list.
Code > Goto StatementCtrl + G

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

Tip
iconfalse

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 LineCtrl + Shift + GPosition the cursor on the beginning of the entered line number.
Image Modified
Global Ops > <ClassName>
 

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