Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aptana Studio 3 What is a workspace

Tags:

aptana

aptana3

Could some one explain to me what a Workspace space is in Aptana and how to use them? My main problem is that I don't even understand the concept of the Workspace and I can find no documentation anywhere (and I've looked quite a lot) that explains this.

Sorry if sounds like a stupid question but I want to try using an IDE rather than Notepad++ to see if I like it and I'm really stuck on what the concept of a Workspace is.

like image 624
Neil Nand Avatar asked Feb 29 '12 22:02

Neil Nand


2 Answers

The workspace is place you adding your projects. Aptana is built on eclipse, so you can read about workspace in eclipse. http://archive.darronschall.com/weblog/2006/01/getting-friendly-with-eclipse-workspaces.html

like image 97
simon Avatar answered Sep 28 '22 00:09

simon


Workspace is the area where you load all your current active projects. It makes it easier for you to access them at one place rather than always have to navigate to your project directory. As an example, you may have a zend project in your zend framework directory but another HTML project sitting in your public directory. These two projects will be inside your workspace such that a single click in them brings the entire project to the side bar.

like image 40
Standstill Avatar answered Sep 27 '22 23:09

Standstill