aptana

Trouble plugging Aptana into Eclipse

I'm trying to add Aptana to my Eclipse installation. I'm trying to do so on Win7 x64. I've tried both x86 and x64 versions of Eclipse. Most of the time Eclipse would install just fine, run okay, but as soon as I try to pluin Aptana it has problems. It will start up, then encounter an error immediately and close. Right now I have the x64 ...

Aptana vs Netbeans for Ruby Development

Which IDE is more superior for Ruby development? Aptana or Netbeans? Also, is there any IDE to date that is better than the two? ...

Alternatives to Aptana Cloud -- going out of business, need new php cloud host

Is anyone familiar with Aptana Cloud? We used them for one of our php projects and they are going out of business and so we have to migrate. It was a good management interface, affordable at around $20 a month but options to increase database and CPU if needed. Looking for options for better hosting and ways to easily do the migration...

Eclipse, PHP and Smarty

Hi, Can anyone suggest me a solution for the above mentioned combination. I'm using Eclispe Helios SR1 with latest PDT from Zend and Aptana Studio 2 Eclipse plugin. Otherwise it all works well, with Aptana Editor for HTML/Template files and PDT for PHP stuff, but Smarty syntax highlighting on templates would be nice. Is there anyway to ...

Is there any way to import color themes from Aptana Studio 3 to Eclipse?

Aptana Studio 3 has a way to import, export your color settings. Does Eclipse have something similar? ...

Ruby on Rails Incorrect Primary Key Names

Hi I'm using RadRails to create my MYSQL databsase tables. This is migration task: class CreateEvents < ActiveRecord::Migration def self.up create_table :events do |t| t.string :eventname t.string :evententryurl t.string :eventurl t.timestamps end end def self.down drop_table :events end e...

How do you stop an AIR application?

At 1 minute into the "See it in action" video, Paul stops the program from running. What button did he push to do so? ...

weird aptana php debug redirecting localhost to www.localhost.com

Note: debug (using xdebug) has been working great on this machine for months. Using aptana to debug php app on local machine (win7). Webserver is wamp. Was working fine earlier today, now when I come to step thru app (configured for external firefox browser), shows 1st line of app, session_start. Singlestep that, and firefox comes up wi...

Clicking on the run button

I'm in Aptana, and when I click on the run button, it runs a previous program. There's no way that I can see to specify that I want it to run the program that I'm currently editing. ...

How to make Zend Framework CLI work in Aptana Studio 3's terminal view?

I'm trying to make Zend's command line tool to work in Aptana's terminal view (on Windows), so I can use commands like "zf create model User" directly from aptana. So far I've managed to get the zf command work by making an alias like this alias zf=/path/to/zend/bin/zf.sh but now I'm stuck because I have to make php's cli work too.. and...

Replace analytics tracking code wtih regex

I need to do a huge replacement on my site 400+ items with the new asynchronous tracking. pageTracker._trackEvent('footer_search', 'search', 'search-footer'); Im using aptana and it has a regex replacement, it needs to look like this, notice the [ ]. _gaq.push(['_trackEvent', 'footer_search', 'search', 'search-footer']); Much appr...