0
votes
2answers
20 views
How can Aptana show jQuery code assist for $ when jQuery is in no conflict mode?
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
…
0
votes
4answers
80 views
Why Aptana when they are based on Eclipse?
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 devel …
0
votes
2answers
186 views
Setting up an existing project on aptana (No Rakefile found problem)
I just installed aptana, and i have the repository for the rails project.. So i open a new project and point it to my repository.. and it opens... But i can't do any rake tasks. Un …
0
votes
5answers
51 views
will installing several IDEs cause problems
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 ID …
2
votes
5answers
104 views
Customizing newly created projects in Aptana
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, …
2
votes
7answers
3k views
SVN - Not a working copy error
Im pulling my hair out on this one.
I have a site which is version controlled using SVN, I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, up …
0
votes
0answers
14 views
How to make Aptana (Eclipse) not follow symbolic links?
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 …
0
votes
1answer
67 views
Javascript Aptana assist extend
Code:
var a={
value:5,
test:function()
{
this.value=4;
}
}
var b=someFunction(
{
value:5,
test:function()
{
this.value=4;
}
});
…
0
votes
2answers
106 views
How do I change the default author for accessing a SVN repository?
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), …
1
vote
6answers
367 views
How to install Python on mac os x and windows with Aptana Studio?
How do I get python to work with aptana studio?
I've downloaded a bunch of stuff, but none of them seem to give me a straight text editor where I can interpret code into an execut …
1
vote
3answers
157 views
Aptana Studio vs. Eclipse
I am a beginner. I am using Aptana Studio for PHP. Today, I also downloaded Eclipse. I notice most of the features and working similar. It seems that one is built on the code-base …
3
votes
5answers
136 views
[Aptana/Eclipse]: Which one is better?
I want to know which one is stable, fast and easy to use?
0
votes
2answers
29 views
Aptana/Eclipse: How do I make a project that uses existing files on my filesystem, instead of copying?
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 alway …
2
votes
2answers
676 views
Install the Radrails plugin for Aptana Studio offline
I downloaded and installed the Aptana Studio free version. But apparently, to install the Radrails plugin for ruby on rails development you have to connect to the internet. I don't …
0
votes
5answers
84 views
[Eclipse]: How open-source projects get funded?
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 c …
