Questions tagged [aptana3]

Refers to version 3 of the Aptana IDE. Use only if your question is specifically related to features of this version.

Aptana Studio is an integrated development environment (IDE) designed for the creation of web applications using a wide variety of popular technologies.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

570 questions
54
votes
14 answers

Cannot install Aptana Studio 3.6 on Windows

I'd like to use Aptana Studio for Rails development under Windows. I currently have different dev tools & ide's up and running (like git/ruby/jdk) and I'd like to install Aptana Studio as well but I can't. After downloading and running installer, it…
Filip Zymek
  • 2,626
  • 4
  • 22
  • 31
28
votes
2 answers

Add Laravel Support in Aptana

I wish to add auto-complete with documentation for Laravel in Aptana 3.0 Tough I managed to create auto-complete (just by mapping a few methods in it)…
Akash
  • 4,956
  • 11
  • 42
  • 70
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
17
votes
5 answers

XDebug with Aptana Studio 3

I would like to know how i can get XDebug work with Aptana Studio 3 (I already have Aptana Studio 3 on this machine with XAMPP). Do you know a recent article telling me how to do this and explains XDebug? I have no experience nor any knowledge…
OTN
  • 233
  • 1
  • 3
  • 12
17
votes
2 answers

Aptana "PHP Version" doesn't stick in project properties

I have a project that explicitly needs PHP 5.4.x compatibility, so I right click on my project and go to Properties. Then I click the "PHP Development" menu on the left, and select "PHP 5.4.x" from the dropdown. It works fine until I restart…
Brade
  • 1,481
  • 1
  • 13
  • 21
15
votes
8 answers

An internal error occurred during: "Start Ruble bundle manager"

I've install the Aptana3 Eclipse plugin, I am using eclipse Version: Juno Service Release 1 Build id: 20121004-1855. Each time I launch eclipse I see an error dialog that says: An internal error occurred during: "Start Ruble bundle…
devguy
  • 672
  • 3
  • 7
  • 21
13
votes
4 answers

Aptana SFTP Key Exchange

I'm currently working with Aptana Studio 3.6.1 (a custom build with some PHP syntax fixes). I use SFTP to upload files from my project to a test site, using the publishing tools (upload/download arrows at the top of the project). Recently, I became…
Rob Nelson
  • 133
  • 1
  • 1
  • 4
12
votes
5 answers

Aptana Warns about script and link tags when it shouldn't

I'm running Aptana Studio 3, build: 3.1.3.201205292243, Win7 64bit, and I've noticed that after the last update, Aptana is warning me (annotations on the vertical) that I should "trim empty " tags, but these are normal script tags linking an…
max7
  • 800
  • 2
  • 16
  • 37
11
votes
4 answers

What are the red strips and the "*" signs mean in Aptana 3?

what does these signs mean?
Alon
  • 7,618
  • 18
  • 61
  • 99
11
votes
1 answer

What is the right way to install codesniffer to Aptana Studio standalone version?

I followed this guide for eclipse integration on drupal: https://drupal.org/node/1420004 I tried to install PTI plugin to Aptana (Aptana Studio 3, build: 3.4.1.201306062137, with Eclipse Platform Version:…
Phoenix
  • 756
  • 1
  • 7
  • 22
11
votes
3 answers

Aptana Studio 3 - text font size minimizing with Ctrl + -

hello I have recently installed aptana studio 3 again and I am having where my text font size minimizes when I do the command (Ctrl + -). I am talking about the font under General->Appearance->Colors and Fonts->Basic->Text Font. This command works…
Deadpool
  • 111
  • 1
  • 4
10
votes
3 answers

Aptana 3.6.0 jre Error in Windows os

i used Aptana 3.4.2 and its run well. when i download 3.6.0(Current version) and install it i get this Error: --------------------------- Aptana Studio 3 --------------------------- Java was started but returned exit…
user3453286
  • 103
  • 1
  • 1
  • 6
10
votes
1 answer

how to set default file permissions in Aptana Studio 3?

Every time I upload a file to the remote host and try to open it, I get the "Internal Server Error" message and file permissions get set to "666" which needs to be "644" to open. How do I set default file permissions to be set to "644"?
user701510
  • 5,563
  • 17
  • 61
  • 86
10
votes
1 answer

invalid encoding in marshaling stream: I"◄co OR [I"co]

I have problem while coding in Jruby on Aptana framework; when I run the rails server, it throws "Invalid encoding in marshalling stream" which I don't know how to solve? It throws an error on "<%=stylesheet_link_tag%> and…
10
votes
5 answers

Is there a way to run JavaScript code inside Aptana Studio 3 IDE?

I created a Test.js file and wrote two lines of JS code in it: var a = 5; console.log("The result is = " + a); The output should be: "The result is = 5" Is there a way I can see this in Aptana Scripting console, instead of integrating the JS code…
user1370574
1
2 3
37 38