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

Using php with html with in Aptana

This is my first time using php. I am having a little trouble starting out simple such as just printing "hello world" through php inside an html document. I have an html document with various elements in it and when I print
David Jarrin
  • 1,635
  • 4
  • 19
  • 40
0
votes
1 answer

compiling Sass on remote aptana project

WordPress is constructed in such a way that if you create a local project and upload it, it doesn't work on the remote server, due to "serialized data in arrays" I believe. Links to images and links between internal pages are messed up when the…
tom_m
  • 1
  • 3
0
votes
1 answer

How can I view an Aptana 3 project on iPad?

I want to view my project on an iPad over a local network. I have tried changing the IP address at the start from 127.0.0.01 to my IP address found using cmd and ipconfig but the files still won't load. Is this possible and how to please?
0
votes
1 answer

Aptana debugging PHP Xdebug on Vagrant

How can I set up debugging for Aptana (PHP), for a project which is hosted on a Vagrant box?
0
votes
1 answer

How can i import remote project from ssh in Aptana

I have an amazon EC2 instance and I know how to access it with cygwin or putty ssh -i pem_file.pem ubuntu@remote_ip There is a project folder on it that I want, but I don't want to code in this env using vim or other plain editors. I want to import…
Canna
  • 3,614
  • 5
  • 28
  • 33
0
votes
0 answers

Updating Document Root

I've just started using Aptana now and think its a really good IDE for my use. I created a new project and started working with uploading files to the project. I changed the file system structure of my project and need to update the document root of…
user2576961
  • 405
  • 1
  • 10
  • 26
0
votes
1 answer

Cant remove Javascript JsLint error in Aptana using inline code

I have the following Lint errors with the following javascript function getColor: function (color) { var result = ""; switch (color) { case "RESET": result = "\033[0m"; break; case "BLACK": result = …
Welsh King
  • 3,178
  • 11
  • 38
  • 60
0
votes
1 answer

Disable editing a *.tmp file by default?

I just need to edit on the original file, not in a .tmp file using Aptana. On that way Aptana does not respect UTF-8. This happen when the Aptana automatically update to 3.0. I uninstalled, and delete manually all residual folders. Then install 2.5…
DJ Kozz
  • 1
  • 1
0
votes
1 answer

Unable start server in aptana studio 3 on windows 8

I'm new to ROR development. I'm using aptana studio 3. I've created a rails project called company. When I try to start a server it throws a Message saying this: "Error Occurred" "Starting Server.... has encountered a problem" "Ruby program…
user3214528
  • 1
  • 1
  • 1
0
votes
2 answers

Anyway to get Aptana PHP back with Aptana 1.5.1?

I made a mistake uninstalling Aptana PHP as I didn't know PDT would suck as much...It's unable to accept my theme color files for PHP docs. I know it's not a relevant question for this community, but I didn't know where else to go. Please…
Aayush
  • 3,079
  • 10
  • 49
  • 71
0
votes
1 answer

How do I save state in Aptana/Eclipse?

I am using Aptana (based on Eclipse) as an IDE for ColdFusion development. My computer occasionally crashes or shuts down unexpectedly, and when restarting Aptana, my state (which files are open, etc) reverts to the last time that I properly closed…
froadie
  • 79,995
  • 75
  • 166
  • 235
0
votes
1 answer

Aptana's appearance in Linux Mint

I'm running Linux Mint 15, Aptana 3.5. The interface in Aptana is looking particularly ugly, in my opinion, and I'm wondering if I have a setting wrong somewhere. I can edit the editor colors just fine, and those are good enough, but all of the…
Trygve
  • 591
  • 1
  • 7
  • 22
0
votes
2 answers

Aptana Studio 3 require me git, why? what can I do?

I am following this tutorial to add code snippets to Aptana 3 Studio The problem is that when I try to click on: ‘Commands’ -> ‘PHP’ -> ‘Edit this bundle’ Appear to me the following error message: Requires git to clone down the bundle. Please…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
0
votes
1 answer

How to handle an html\php projects using Aptana?

I am pretty new in php\html (I came from Java), in Java I use Eclipse and so I decided to use Aptana Studio for html\php (because its interface is very similar to Eclipse interface) but now I have a doubt about how handle my project I use Ubuntu and…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
0
votes
0 answers

How can I migrate an Aptana workspace between two installations

I am in the process of migrating between two operating systems on the same computer. This has got to the stage of being a multiboot system; both OS are Windows Vista. The aim ultimately is to replace the old (and creaking) system with another…
forsate
  • 63
  • 6
1 2 3
99
100