Aptana Studio ヘルプ > はじめに > Aptana Studio ナビ
Aptana HomePage

Using Goto to jump to a location

This page describes how to use the Goto feature to jump to a specific location in your code.

Contents

Introduction

You have two navigation options for using the Goto feature to jump to a specific location in your code:

Goto last edit location

The Goto last edit location feature takes you to the last place that you made a change in your code.

To go to your last edit location:

Aptana automatically takes your cursor to your last code change.

Note: You can also click the Last Edit Location button Image:iconLastEditLocation.png to automatically jump to your last change.

Goto line

The Goto line feature takes you to the line in your code that you specify.

To go to a specific line in your code:

  1. From the Navigate menu, select Go to Line... to open a Go to Line pop-up window.
  2. On the Go to Line pop-up window, type the line number that you want to go to.
  3. Click the OK button.

Aptana automatically takes your cursor to the line that you specified.

Related Topics