Aptana Studio will allow you to develop and test your entire web app using a single environment.
Aptana Studio comes with support for the latest browser technology specs such as HTML5, CSS3, JavaScript, Ruby, Rails, PHP and Python.
Here are some key features of "Aptana Studio":
HTML, CSS, and JavaScript Code Assist:
· Aids in authoring of HTML, CSS, JavaScript, PHP, and Ruby. Supports the latest HTML5 specifications. Includes information about the level of support for each element in the major web browsers.
Deployment Wizard:
· Support for one-shot as well as keep-synchronized setups. Multiple protocols including FTP, SFTP, FTPS and Capistrano. Ability to automatically publish your Ruby & Rails applications to hosting services such as Heroku and Engine Yard.
Integrated Debugger:
· Set breakpoints, inspect variables, control execution. The integrated Ruby & Rails debugger helps you squash those bugs. (JavaScript debugging coming soon.)
Git Integration:
· Easily put your projects under git source code control. Collaborate with team members thru merge, pull and push actions to remote repositories such those hosted on Github. Facilitates git-based deployments.
Built-in Terminal:
· Quickly access a command line terminal for execution of operating system commands and language utilities such as gem, rake, etc.
IDE Customization:
· Setup your development environment exactly the way you want it by extending the core capabilities through scripting of custom commands. Studio ships with hundreds of commands but always presents them in context based on the type of file you are editing.
Requirements:
· 512 MB RAM
· G5 or Intel-based machine.
· Java JRE 1.6.0 or later.
What's New in This Release: [ read full changelog ]
· A release focusing on improvements to core functionality
· Addresses an issue with a possible freeze while performing a git push
· Fixes for the accidental insertions of extra spaces during formatting
· Corrects two cases where the editor may freeze while writing PHP regexes or collapsing code.
Features:
· APSTUD-3984 - Improve default set of Studio mime types - CLOSED
· APSTUD-4020 - Offer to save the remote file locally if we encountered an error during saving - CLOSED
· APSTUD-4157 - Allow types to be internal in JSCA files - CLOSED
Bugs:
· APSTUD-2132 - Tree formatting on multi-dimensional arrays - CLOSED
· APSTUD-3610 - java.sql.SQLException: Database 'aptanaDB' not found. - CLOSED
· APSTUD-3631 - PHP Formatting adds extra spaces into array elements on new lines - CLOSED
· APSTUD-3687 - Freeze of entire Eclipse SDK after a Git push - CLOSED
· APSTUD-3875 - In PHP code, "/**/" [slash asterisk asterisk slash] acts like "/*" [slash asterisk] - CLOSED
· APSTUD-3898 - Aptana IDE is freezing when writing a...