Show TOC

Navigating in the Source CodeLocate this document in the navigation structure

Key Combinations for Navigation

There is a range of key combinations you can use for navigation. These key combinations may have a different effect in the different editor modes:

Key Combination Front-End Editor (Plain Text Mode) Back-End Editor

Up Arrow

One line up, possibly beyond the visible area

One line, up always within the visible area

Down Arrow

One line down, possibly beyond the visible area

One line down, always within the visible area

Left Arrow

One character to the left

Same as in Front-End Editor

Right Arrow

One character to the right

Same as in Front-End Editor

Page Up

One page up

Same as in Front-End Editor

Page Down

One page down

Same as in Front-End Editor

Home

To the beginning of the current line

Same as in Front-End Editor

End

To the end of the current line

Same as in Front-End Editor

Ctrl + Up Arrow

To the beginning of the current paragraph

One line up

Ctrl + Down Arrow

To the end of the current paragraph

One line down

Ctrl + Left Arrow

One word to the left

Same as in Front-End Editor

Ctrl + Right Arrow

One word to the right

Same as in Front-End Editor

Ctrl + Page Up

Before the first character in the visible area

To the beginning of the source code

Ctrl + Page Down

After the last character in the visible area

To the end of the source code

Ctrl + Home

To the beginning of the source code

To the beginning of the current line

Ctrl + End

To the end of the source code

To the end of the current line

Navigating to a Particular Line
  • In the Back-End Editor, you can navigate to a particular line by entering the line number in the input field at the upper right-hand corner of the editor pane.
  • In the Front-End Editor, you can navigate to a particular line by choosing GotoLine from the context menu.

See also:

Navigating by Double-Click

Using Compression Logic