I've been using Aptana standalone for a few months. I do a lot of quick fixes on various servers via Windows network share, and the Aptana File view is perfect for that.
Aptana has a "File view" that allowed me to navigate my entire filesystem and quickly open files to make edits.
I'm being pressured into using "proper" Eclipse PDT aga...
I'm using Aptana RadRails, and it seems that whenever I do any rake tasks it is using the development environment. How do I tell it to use the production environment?
(e.g. db:create sets up my development database. I know I could do a db:create:all, but I'm wondering how to set the environment.)
Thanks!
...
I've used Aptana for a good number of web projects and like it a lot. I've also used CodeIgniter for a couple projects and liked it, as well. Now I'm hoping to combine the two in a happy marriage of cross-platform productivity. Any advice on setting up Aptana's more useful features? I'm hoping to get any of the following:
Code completi...
The question is pretty self explanatory.
I'm working with code from multiple developers. Some of whom are inconsistent in their use of semicolons, and I just want them after every line for consistency (and to prevent any masking of errors).
I use Aptana to format my source code, but it won't add semicolons for you AFAIK.
Thanks.
...
I'm currently using Aptana as an Eclipse plugin and I noticed that when I make a typo in my comments (PHP) that it underlines it with a squiggly line. However, Aptana seems to be smart enough to know that I made a type but I can't find any option to let it make the spelling correction for me (like a right click on the word and to be pres...
Can anyone please help setting and running django project using Aptana Studio?
...
I have Aptana and i installed Aptana Support for jQuery plugin.
Now i oped a javascript file, but can't see any jQuery Intellisense,
How to enable that?
...
I installed Tortoise SVN and configured it with Aptana Studio. When I right-click on the folder that I have added into Tortoise repository, it shows the Check-Out option, but not the Check-In option. Why?
Even in Aptana IDE, it is not showing Check-In.
...
Hello everyone. I'm new to Eclipse. Just downloaded trial of FDT and trying to get it all work together. So things i did:
1) Downloaded and installed(unpacked) Eclipse (i'm on Mac)
2) Installed FDT 3.5 Beta as Eclipse plugin
3) Installed latest AptanaStudio
Now, when I start the Eclipse, I cannot create Flash Project anymore. Seems that...
I want to know which one is stable, fast and easy to use?
...
While using Aptana and Eclipse for the first time in my programming life for PHP projects, I am wondering how these projects get funded. There is a lot of activity in the Eclipse community and the IDE itself is very good. I came across various Eclipse IDE sites and I am not able to decide which one is the official site of the Eclipse pro...
I was wondering if anyone has an Aptana / Zend Debugger combination which is actually working.
I have the latest Zend Server CE installed which has Zend Debugger enabled by default and I have the latest Aptana IDE installed. For a few days already I've been trying to make those two work together... to no avail.
When I run the Aptana deb...
I want to create a project that uses source files already on my filesystem, but the IDE always wants to create a directory and make a second copy of all the source.
This has always annoyed me about Aptana and Eclipse, is there a workaround for this?
...
I want to change the default SVN username to a new name. I tried solution suggested in this link (http://stackoverflow.com/questions/45624/change-default-author-in-local-svn-repo), but it is not working.
I have access to SVN repository through command line and Aptana using Subversive client.
...
I need to define a model for newly created projects in Aptana.
Basically, I want, anytime, when I create a new project, it adds some defined directories/files (not existing files, but new ones) to this project.
I'm not even sure it's possible.
...
In Aptana Studio 2.0 (which is actually Eclipse 3.5) I have a Rails project X that includes a symbolic link to a folder Y outside the project folder. Folder Y is big. It contains a lot of files and folders. Building the project and refresing the workspace takes a lot of time. Therefore I do not like Eclipse to take the contents of folder...
I'm trying to evaluate a number of IDEs like Eclipse, intelliJ, Aptana, etc. to see which one suits my needs. My question is should I expect any problems from installing several IDEs on the same computer? I know that some IDEs are based on others (Aptana is eclipse-based) but intelliJ isn't), so would there be any problem installing both...
I'm not sure if I'm missing something. If Aptana is entirely based on Eclipse, why would anyone choose it, when they can get the original Eclipse (especially that the Eclipse development is not lagging in anyway)? I understand why/benefits Aptana started their project, but why would I use theirs instead of Eclipse? I don't know much abou...
When I'm using jQuery in no conflict mode I still like the convenience of the $ object so I tend to structure my jQuery like:
(function($) {
//Now I use $ instead of jQuery
$(document).ready(function(){
//some code in here etc
});
})(jQuery)
But this seems to break code assist, it works for the jQuery object but n...
I run Aptana 2.0 on Win 7. I normally code HMTL/CSS/JS but the other day I started with a PHP project, so I downloaded the PDT plugin to get proper colorization in .PHP files.
It works fine, but my problem is that PDT also seems to mess with Javascript editing (applies another colorization scheme that's the same as in PHP files, and cod...