Understanding the Aptana Layout
In the "file" layout, use the File View to access files from your local directories and edit them directly.
 
Code Assist Profiles View
Shows the JavaScript files currently in use as libraries. Code assist for JavaScript will come from these files. To code against a library such as dojo or MochiKit, drag the file into here. Opening an HTML file will auto-add referenced files.
More information >>
 
Outline View
A visual outline of the structure of your currently open document. More information >>
 
 
 
File View
Use the File View to navigate files on disk and edit them without adding them to a project. You may later choose to create a project out of a set of files.
More information >>

Project View
Use the Project View to navigate and manage your Aptana projects. Grouping related files into a "project" makes them easier to work with as a unit.
More information >>
 
Validation View
The Validation View shows you errors and warnings in your code. Press the "warning" button at the top of the screen to toggle warnings on and off.
Scripts View
The Scripts View allows you to manage and run sets of actions. An action is a script that allows you to automate common tasks and interact with the IDE.
More information >>

Snippets View
Snippets are small pieces of content to insert into your files for easier coding.