Questions tagged [aptana]

Aptana Studio development environment is a free, open-source (GPL) application designed to edit and debug HTML, JavaScript, CSS, Ruby, PHP and Python web apps.

Aptana Studio is an integrated development environment () designed for the creation of web applications using a wide variety of popular technologies. Based on , Aptana can be used by itself as a stand-alone application, or plugged into an existing Eclipse installation. It is a product of Appcelerator, Inc., and forms the core of Titanium Studio.

"How to" questions are welcome on StackOverflow, but if you wish to report a bug, please do so on the Lighthouse ticket tracker. You may wish to let others here know of that issue, as community input is important when deciding what features to prioritize first.

When your question is going to be more specific to the version 3 of Aptana, you may regard tag.

1770 questions
38
votes
7 answers

Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error

I am getting an error: Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error. When trying to install Aptana_Studio_3_Setup_3.6.1. I also installed node-v4.2.1-x64.msi (restarted the system) and Git-2.6.2-64-bit, but still not…
Kalyan Dey
  • 381
  • 1
  • 3
  • 3
36
votes
4 answers

How can I get Aptana's code assist to work with Google Maps API v3?

There's a Google Maps API v3 Visual Studio Intellisense Helper, which presumably works great for Visual Studio, but Aptana (based on Eclipse) uses a different JavaScript documentation format - ScriptDoc (.sdoc files). ScriptDoc is also the name of a…
dave1010
  • 15,135
  • 7
  • 67
  • 64
35
votes
3 answers

Finding Shortcuts in Aptana Studio 3.0 to Comment Code

I can't find any shortcuts for comment my code in Aptana Studio 3.0. I need shortcuts both to comment individual lines and for commenting selected blocks of code. Some have told me to try to comment with shortcut WIN + / on my Windows OS but that…
ValeriiVasin
  • 8,628
  • 11
  • 58
  • 78
34
votes
10 answers

Aptana Error-pydev: Port not bound (found port -1)?

I just updated my Aptana Studio3. When I open my python file it says that it can not find map, range and filter and some other methods. but when I run my code, it'll run without any problem. my code completion doesn't work any more. The error for…
Hadi
  • 5,328
  • 11
  • 46
  • 67
32
votes
4 answers

How can I get rid of the black background in Aptana and make it the normal white?

I just started using Aptana 3.0 and the background in the area where you write code is black with the font white. I'd like to change this to black on white like most normal IDEs. I tried changing the colors in preferences>general>editors>text…
fender1901
  • 439
  • 1
  • 4
  • 7
29
votes
7 answers

Cannot Install Aptana plugin on Eclipse 4.2

I've installed Eclipse 4.2 Juno. Now I want to install aptana for developing ruby, but I get the following error, Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar. Unable to read repository at…
AndyLuo
  • 291
  • 1
  • 3
  • 3
28
votes
8 answers

Product: Aptana Studio -- Error 4155. Failed to correctly acquire installer_nodejs_windows.msi

I’ve installed the latest official node.js but I’m getting an installer error that it can't acquire node.js. Does anyone know if this is a bug and if there’s a workaround? Right now I cant get Aptana to install.
Irdial
  • 299
  • 1
  • 3
  • 4
28
votes
7 answers

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 always annoyed me about Aptana and Eclipse, is there a workaround for this?
Tony
  • 2,037
  • 3
  • 22
  • 22
26
votes
8 answers

aptana unistall from eclipse

Finally I have decided to get rid of aptana from eclipse but the "Software update" menu shows "unistall" as disabled. How to enable unistall and release me of aptana woes? Is there a workaround or I simply go searching for aptana everywhere and…
dhaval
  • 2,368
  • 9
  • 35
  • 60
26
votes
10 answers

SVN - Not a working copy error

I'm pulling my hair out on this one. I have a site which is version controlled using Subversion. I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, updating etc and everything is fine. However the system we have…
Paul M
  • 3,937
  • 9
  • 45
  • 53
24
votes
4 answers

Eclipse - Ignore Entire Directories

I use Aptana Studio (based on Eclipse). I'm trying to get Eclipse to completely ignore an entire directory inside a project. I mean COMPLETELY. I don't want it to display in the project folder. I don't want Eclipse to even be aware it…
Justin Noel
  • 5,945
  • 10
  • 44
  • 59
24
votes
6 answers

How do I change my code to avoid warning "should trim empty

I use 'class' when I need CSS function. For example, when I want to use clear: left; I make a class .clear {clear: left;} and use it in HTML file. But there is always the warning should trim empty Luckily, it's not error so I don't care greatly.…
Joanne Gil
  • 251
  • 1
  • 2
  • 7
23
votes
5 answers

How to set up Git with Aptana Studio 3?

I'm new to Git. I use Aptana 3 for everything and I really want to use it when working with Git as well. The problem I'm running into is that everything I read seems geared towards people who know Git or have an idea of what is going on. I have…
o_O
  • 5,527
  • 12
  • 52
  • 90
22
votes
3 answers

Aptana studio won't load?

I'm using a standalone version of Aptana and I have just finished reformatting. When I tried to launch Aptana I got this error: Could not launch the product because the specified workspace cannot be created. The specified workspace directory is…
ahmedelgabri
  • 1,228
  • 3
  • 17
  • 30
21
votes
1 answer

Simple TextWrangler Grep Replace

I am trying to replace all h2 tags containing the class "title" with h1:

Things

I'm using the Multi-File search in TextWranger with this:

[^>]*

I'm able to find everything, but when I hit replace, it…
Edward Pacino
  • 213
  • 1
  • 2
  • 4