Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse users: Do you use Aptana too? [closed]

This San Mateo development company makes a freely downloadable convenient packaging of many plugins for Eclipse called Aptana. I was recently in an environment where Aptana came pre-installed. Not only is it a good IDE for RoR, it also does a somewhat decent job (sans debugging) for PHP, Python, HTML, CSS, and Javascript. According to their own web site, their IDE also supports Adobe Air and the iPhone.

If you are currently using Eclipse, then do you also use Aptana too? What, if any, are the drawbacks to using Aptana?

like image 488
Glenn Avatar asked Jan 03 '09 02:01

Glenn


People also ask

What is the function of open source Aptana Studio?

Aptana Studio is an open-source integrated development environment (IDE) for building web applications. Based on Eclipse, it supports JavaScript, HTML, DOM and CSS with code-completion, outlining, JavaScript debugging, error and warning notifications and integrated documentation.

How do I download Aptana Studio 3 on Windows?

Install Aptana Studio to do PHP development on Windows.Open the Aptana Studio website and click on the Download Aptana Studio 3 Button. It will open the Aptana Studio repository on GitHub. It provides the link having the most recent release of Aptana Studio and also lists the previous releases.


3 Answers

I have Aptana and Eclipse, but keep them separate since I do a lot of Java programming too. If you have one Eclipse with everything combined, then it turns into a bit of a memory hog (More so than usual) and takes too long to start up. Also, Aptana seems to thrust newsletters at you on startup, so if you use Eclipse for things other than Aptana-stuff, then this is another reason to keep it separate coz it gets a bit annoying after a while.

like image 50
izb Avatar answered Oct 19 '22 08:10

izb


I use Eclipse with PyDev for Python programming, but I don't use Aptana.

Aptana just uses PyDev for its Python support, so really there is no incentive for me to add extra baggage I wouldn't use like Javascript support. If you actually needed all these things it seems nice, but I would prefer to just get each plugin separately as I need it.

like image 2
Kiv Avatar answered Oct 19 '22 07:10

Kiv


I used to use Aptana for Rails development (and Eclipse for my Java development), but I've found it caused 10 second pauses now and again on my development PC and it was getting too annoying. I gave Netbeans a try (I used to use it for my Java development before Eclipse), preferred the Rails tools and haven't switched back to track down the cause of the pauses.

Aptana (RadRails) was definitely the best Windows Rails IDE a couple of years ago, but has fallen behind the times in my opinion.

like image 2
RichH Avatar answered Oct 19 '22 09:10

RichH