Questions tagged [aptana-studio]

Aptana Studio is an open-source web development IDE based on Eclipse.

33 questions
11
votes
3 answers

Using GIT on Aptana 3 standalone

The only references I see to GIT in Aptana Studio 3 (the standalone version) are under preferences where the only field is to identify an executable (do I need to do that?) and importing a project, where it asks for a repository uri. I see nowhere…
7
votes
4 answers

How can I import an existing project in Aptana without moving the files?

I have a bunch of NetBeans projects. How can I open a folder of files in Aptana without having to use the Import > File system dialog which seems to force me to move all the existing files to a new directory? I am running Aptana on Windows 7, (v3)…
Jason
  • 1,909
  • 7
  • 31
  • 40
4
votes
2 answers

Configuring Aptana 3 to work with PHP & XAMPP

I have installed XAMPP and aptana. But when I run my php file it shows me a text format of it. (I've started XAMPP in the background) What did I do wrong? Edit: Now I think I found the problem, aptana opens the file with the port 8020 and not 80,…
funerr
  • 197
3
votes
1 answer

increase vm size for aptana

how to increase initial and max vmarg for aptana?
user15586
  • 657
3
votes
2 answers

Syntax highlighting for .tpl file in Aptana Studio 3

I am trying to edit a smarty php template file in Aptana studio 3, and unfortunately it is very very plain, black text on a white background. I would like to activate syntax highlighting for .tpl files. I have already tried going to Preferences >…
3
votes
2 answers

How to get Aptana Studio 3 to save in UTF-8?

I'm using Aptana Studio 3 (build: 3.0.9.201202141038). When I check to see if my file is being written in UTF-8, it shows that it is: But when I create a file and save it, and look at it in Notepad++, it says it is ANSI: I then have to convert it…
3
votes
2 answers

Remove Aptana Rubles folder

When I start Aptana Studio 3 in my Ubuntu 11.10, it automatically creates a folder named "Aptana Rubles" at ~/Documents. How to configure to remove it permanently? I tried to find an option in Preferences of Aptana but I don't see anything…
2
votes
0 answers

How to add existing django project to Aptana Studio 3 without modifying files?

I have created a new Django project using django-admin startproject mysite on C:\tuts\ The initial file structure is as shown in the official documentation where the root folder of the project contains only one file manage.py and one folder…
SaidbakR
  • 308
2
votes
3 answers

Copy Aptana-projects and connections from one computer to another

Is there a way to copy all the projects, connections and settings of Aptana Studio3 on one computer to another one running the exact same version of Aptana Studio3. The projects actually only exists of remote connections, and no local files. Does…
stUrb
  • 121
2
votes
1 answer

How to set up Aptana Studio 3 with a Bitbucket private repo

I have just started playing around with Git and would like to push a personal project to a newly created, private repo on Bitbucket using Aptana Studio 3. I tried to use the Git integration in Aptana but I couldn't figure out where to enter my…
Titus
  • 266
2
votes
1 answer

Make the Home and End keys in Aptana 3 on OS X go to start/end of line rather than start/end of file

I recently discovered that the Mac has a lovely tendency to treat the Home and End keys on a 105-key keyboard as instructions to go to the start or end of the entire file, respectively. I did some searching across Stack Exchange a while ago and…
LRE
  • 925
2
votes
4 answers

How to delete a faulty FTP connection in Aptana?

I just created an FTP connection in Aptana in which I made a mistake. I told Aptana to remember it anyway while I looked up the correct data (user/password and such). Now I want to edit the FTP connection but as soon as I click it tries to connect…
Peter
  • 247
1
vote
2 answers

Aptana show .htaccess files

Using the new Aptana Studio 2.0 and loving it. Trying to open and edit .htaccess files in Aptana Studio, but it's not showing up in the PHP Explorer pane, which normally shows all files, but not .htaccess.
pygorex1
  • 368
1
vote
0 answers

Aptana Studio 3: allow more than ~1300MB memory for JVM

Moved from Stack Overflow. I'm running Aptana Studio 3.6.1 on 64-bit Windows 7. Aptana site states that the IDE is compatible with 64-bit environments. When attempting to use a 64-bit Java version, the IDE doesn't load. I read that the 64-bit…
ojrask
  • 131
1
vote
0 answers

How to upgrade Git in Aptana Studio 3

I just did an update to Aptana Studio 3 to the latest version but unfortunately it did not update the git binary in the built-in shell facility. How do I update git (more precisely msysgit) in Aptana studio 3? Since yum or apt-get is not…
1
2 3