Aptana Studioヘルプ > はじめに > Aptana Studioの各画面 > Displaying Fast Views

Displaying an Editor View

This page explains what the Editor Views in Aptana are and how to display them.

Introduction

Aptana currently has seven file-specific editors (and a non-specific text editor):

If you have Aptana Rails installed, you will also have a Ruby Editor, ERB/RHTML Editor, and a YML Editor available to you.

You will be doing all of your coding in Aptana's Editors. Each Editor displays as a tab in the middle area of the workbench. The screen capture below shows a JavaScript file open in the JavaScript editor.

Image:editorView.png

Instructions

To open a file in its associated Editor (e.g. a JavaScript file with the JavaScript Editor):

  1. Locate the file in the File or Project View.
  2. Double-click the file.

The file opens in its associated Editor.

To open a file with a different Editor than what its file extension would typically be associated with (e.g. a JavaScript file with the text editor), right-click the file in the Project View, and select the Editor that you want from the context menu.

Related Topics