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
21
votes
1 answer

Python - A keyboard command to stop infinite loop?

Possible Duplicate: Why can't I handle a KeyboardInterrupt in python? I was playing around with some Python code and created an infinite loop: y = 0 x = -4 itersLeft = x while(itersLeft<0): y = y + x itersLeft = itersLeft - 1 print…
PhillipKregg
  • 9,358
  • 8
  • 49
  • 63
21
votes
4 answers

Aptana Studio 3's error log location?

When formatting a file, Aptana reports: Unable to format. See error log for details. I haven't been able to find the error log.
Cliff
  • 211
  • 1
  • 2
  • 3
21
votes
8 answers

Github push error. unable to read askpass & could not read Username

I am trying to push within Aptana but am getting the following error. I have successfully pulled, but can't figure out why my push won't work. /home/jeni/apps/Aptana_Studio_3/plugins/com.aptana.git.core_3.0.0.1350339960/os/linux/askpass. tcl:…
misschoksondik
  • 561
  • 2
  • 6
  • 19
19
votes
6 answers

Aptana Studio 3 - Warnings when using data-role Tags of HTML 5

I want to use Aptana Studio 3 for developing jquery-mobile projects. Since jquery-mobile uses HTML5 I have to use tag attributes like "data-role="header" which is OK for HTML5. For example:
But Aptana gives me…
bernhardh
  • 3,137
  • 10
  • 42
  • 77
19
votes
4 answers

What is the shortcut to comment multiple lines with /* ... */ in Aptana Studio 3 on Mac?

Here are the few shortcuts to comment code, which works great on Windows. Ctrl-/ to add or remove // for a single line of code, or for multiple selected lines Ctrl-/ to add/remove // for a single line of code, or for multiple selected…
Debiprasad
  • 5,895
  • 16
  • 67
  • 95
19
votes
5 answers

An internal error occurred during: "Loading bundle[...]"

I've started using Eclipse Luna with the plugin Aptana Studio 3 and it worked quite well for a while, but after I ran Eclipse as root to update the IDE to version 4.4.1, every time Eclipse starts I get the following error message: An internal error…
Menger sponge
  • 191
  • 1
  • 1
  • 3
18
votes
3 answers

Eclipse plugin to automatically compile Sass files

I'm currently using the Aptana plugin for Eclipse, which is giving me great syntax highlighting, and allows me to manually click to compile a *.scss file into a *.css file. What I would really like to be able to do is get it to automatically compile…
jackocnr
  • 17,068
  • 10
  • 54
  • 63
18
votes
1 answer

How do I use tabs instead of spaces in Aptana Studio?

The tab key is inserting spaces when I'm editing PHP files. How can I insert tabs instead? I've checked that Preferences > General > Editors > Text Editors > "Insert spaces for tabs" is cleared. I'm using Aptana Studio 3.0.7 standalone on Windows 7.
Shane Goodman
  • 719
  • 1
  • 6
  • 16
17
votes
3 answers

Can Aptana find and replace in multiple files?

I have a lot of files that have errors because the imported text uses smart quotes and the export program has replaced these with those crazy symbols. I'd like to just find and replace with Aptana and change all of these in all these files. It…
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
4 answers

How to debug ruby on rails in eclipse aptana plugin

I'm trying to figure out this eclipse aptana plugin (coming from a visual studio background). When I try to debug my project as follows: It throws this error: Unable to find 'rdebug-ide' binary script. May need to install 'ruby-debug-ide' gem, or…
Shawn Mclean
  • 56,733
  • 95
  • 279
  • 406
17
votes
3 answers

aptana - changing font-size of code and turning on class assistant

I've recently moved from dreamweaver to aptana and tried to make aptana as similiar as possible;) Lots of changes are done but I still can't find the way to make code font smaller (in dreamweaver code is much more legible cos font is not so big)…
Mag
  • 715
  • 2
  • 6
  • 15
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
17
votes
1 answer

Aptana internal web browser error, Ubuntu 12.04

I am running elementary 0.2 (Ubuntu 12.04 but with a different desktop environment) and I installed Aptana studio. Everything is fine aprt from I can't get the internal web browser to work. When I open the Aptana Studio start page I get the an error…
Connel
  • 1,844
  • 4
  • 23
  • 36
16
votes
3 answers

Disable Code Assist in Aptana Studio 3

Is there any way to disable code assist in Aptana Studio 3? It is driving me absolutely insane! It changes things I don't want changed, it just overall gets in the way of my workflow. It was never a problem until the most recent update and ever…
CaldwellYSR
  • 3,056
  • 5
  • 33
  • 50