Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mscript_editor_shortcut_keys [2020/03/19 15:30]
127.0.0.1 external edit
mscript_editor_shortcut_keys [2021/01/05 03:00] (current)
Line 7: Line 7:
   * **Ctrl-B** / //Cmd-B//: Collapse / Expand current MScript tag that has children tags   * **Ctrl-B** / //Cmd-B//: Collapse / Expand current MScript tag that has children tags
   * **Ctrl-D** / //Cmd-D//: Delete current line   * **Ctrl-D** / //Cmd-D//: Delete current line
-  * **Ctrl-E** / //Cmd-E//: Execute highlighted MScript expression in [[execmscriptexpr|MScript Sandbox]]+  * **Ctrl-E** / //Cmd-E//: Execute highlighted MScript expression in [[execmscriptexpr|Monitor]]
   * **Ctrl-F** / //Cmd-F//: Search and replace a string, enter lower case for case insensitive search   * **Ctrl-F** / //Cmd-F//: Search and replace a string, enter lower case for case insensitive search
   * **Ctrl-K** / //Cmd-K//: Check MScript syntax (compile)   * **Ctrl-K** / //Cmd-K//: Check MScript syntax (compile)
   * **Ctrl-L** / //Cmd-L//: Goto a specific line: line number or //lid//   * **Ctrl-L** / //Cmd-L//: Goto a specific line: line number or //lid//
-  * **Ctrl-M** / //Cmd-M//: Code-assist: macro 
-  * **Ctrl-P** / //Cmd-P//: Code-assist: plugin function 
   * **Ctrl-R** / //Cmd-R//: Code-assist: requirement   * **Ctrl-R** / //Cmd-R//: Code-assist: requirement
-  * **Ctrl-S** / //Cmd-S//: Code-assist: system function +  * **Ctrl-I** / //Cmd-I//: Insert a state/trans trigger (Trigger script only)
-  * **Ctrl-U** //Cmd-U//: Code-assist: [[ui_map|UI Map]]+
   * **Ctrl-Z** / //Cmd-Z//: Undo changes   * **Ctrl-Z** / //Cmd-Z//: Undo changes
   * **Ctrl-Y** / //Cmd-Y//: Redo changes   * **Ctrl-Y** / //Cmd-Y//: Redo changes