
CHAPTER 2: The ExtendScript Toolkit The Script Editor 22
The Script Editor supports extended keyboard input via IME (Windows) or TMS (Mac OS). This is especially
important for Far Eastern characters.
Coding aids
The Script Editor offers a number of visual and editing features that help you navigate in and maintain the
syntactic structure of your JavaScript code, including the following.
Code completion
When you position the cursor in a document and begin typing, the Toolkit offers completion choices from
among keywords, global functions, functions that are defined in the current document, and functions
defined in the object-model dictionary that is currently selected from the flyout menu.
Right arrow Move insertion point right one character
Up arrow Move insertion point up one line; stay in column if possible
Down arrow Move insertion point down one line; stay in column if possible
Page up Move insertion point one page up
Page down Move insertion point one page down
C
TRL + Up arrow Scroll up one line without moving the insertion point
C
TRL + Down arrow Scroll down one line without moving the insertion point
C
TRL + Page up Scroll one page up without moving the insertion point
C
TRL + page down Scroll one page down without moving the insertion point
C
TRL + Left arrow Move insertion point one word to the left
C
TRL + right arrow Move insertion point one word to the right
H
OME Move insertion point to start of line
E
ND Move insertion point to end of line
C
TRL + HOME Move insertion point to start of text
C
TRL + END Move insertion point to end of text
Kommentare zu diesen Handbüchern