Child pages
  • Script Editor Tips and Shortcuts
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Below is a list of Script Editor keyboard shortcuts:

  • Alt-Up/Down: moves selected rows up and down
  • Double-click after opening bracket (or before closing bracket): highlights the code between the brackets and scrolls the matching bracket into view if applicable. Works for {}, (), [], '' and ""
  • Control-Shift-f: formats the selected code
  • Control-/: (un)comments the selected/current line using //
  • Control-Shift-/: (un)comments the selected/current line using /....
  • Control-Numpad_Divide: enable folding
  • Control-Numpad_Multiply: Expand all
  • Control-Shift-Numpad_Divide: Collapse folding
  • Control-Shift-L: Look for a Object by name (form, relation, valuelist, method etc)
  • Control-H: file-based search in workspace
  • Control-o: Quick outline for the current editor
  • Control-l: Jump to linenumber
  • No labels