Aptana Studio is an integrated development environment (IDE) designed for the creation of web applications using a wide variety of popular technologies. Based on Eclipse, Aptana can be used by itself as a stand-alone application, or plugged into an existing Eclipse installation. It is a product of ...
0
votes
0answers
8 views
Zen Coding (Selected Text) in Aptana Studio 3
How can I do zen-coding with selected text? I was able to do it in Aptana Studio 2 but now I can't do it Studio 3..
I can type p*3, select that and run 'Expand Abbreviation' -- that works. it gives ...
0
votes
0answers
11 views
Support of jQuery mobile in Aptana
i'm searching for a developement bundle to extend the functionality of aptana to support jQuery Mobile code. Does anybody know a good plugin?
Thx!
0
votes
0answers
6 views
Aptana behind a proxy server
I have Aptana running at my company behind a proxy server.
I copied the proxy setting from Firefox , a program that is successfully able to connect to the internet.
However I cannot make this work in ...
0
votes
0answers
4 views
Aptana automatically Closes Project
I closed Aptana studio 3 last night and shutdown my computer. When I launched aptana today it says my project is closed. When I click open project nothing happens.
This is my first project in aptana.
...
1
vote
1answer
19 views
How to get Aptana Studio to remember git ssh password
I can't find any guides/information on how to get Aptana Studio's built-in git support to remember the ssh password for performing push/pull operations.
Does anybody have any ideas?
2
votes
0answers
8 views
GEMSET disappears from APP when Closing Aptana + RVM
I am currently using the latest version of AptanaStudio3 and I am running into an annoying issue.
Every time I am done working with my app and I close the app out, when I revisit it at a later time, ...
-1
votes
0answers
10 views
Atpana Studio 3 - Commit missing “Out of date” warning [closed]
I have a problem with SVN on Aptana Studio 3 because it doesn't show me any alert of "Out of date" when I commit a file which was edited after my update command.
For example:
FIRST PC
Launch Update
...
0
votes
0answers
9 views
Aptana studio 3 Commands menu submenu items all greyed out. Cannot run any of the rubbels
I have been using Aptana studion 3 for a while and I created my own code snippets. Then suddenly one day I noticed that they don't appear in the popup lista anymore. I opened the Commands -> PHP -> ...
0
votes
0answers
29 views
Generic server doesn't support start
Since the Aptana update, the server, Wampserver, will not start : Generic server doesn't support start.
Why ?
Thx for your help :)
0
votes
2answers
29 views
Aptana/Eclipse Find Next Shortcut - for Find in Files
i see this post. but i still dont see any way to be able to quickly step through a bunch of search results, making edits, and using a shortcut key to advance to the next result. the Find Next ...
0
votes
1answer
19 views
Aptana Code Format w/ Multi-Line Strings?
Is it possible to get Aptana Studio 3 to keep tabs when automatically formatting the code? Right now, it just removes all tabs I have on multi-line strings, and this gets really annoying when working ...
0
votes
1answer
30 views
Recover Deleted Files in Aptana Studio 3?
I just accidentally deleted some files in Aptana Studio 3, and to my surprise, they're not in the recycle bin!
These are files that I would very much not like to lose, so does anyone know if there is ...
0
votes
0answers
24 views
Aptana Studio - Placing .project In Separate Directory
I recently downloaded Aptana studio. However, I am having trouble with project files. In NetBeans, I was able to choose a project file location, and then the location where the files were actually ...
0
votes
0answers
14 views
Controlling which files are validated for HTML in Aptana
I am using Aptana 3.1.1 and building a jQuery-based application that uses static HTML files as well as template files. Right now, the only way that I see HTML validation errors or warnings in both the ...
0
votes
2answers
35 views
aptana heavy load while writing code
Aptana is very slow and has an high cpu usage on my pc (Core2Quad, 8gb ram).
When starting it takes some minutes before i can "work" with it. It hangs a long time on Building workspace and indexing ...
0
votes
0answers
19 views
Unable to parse pyqt files and code completion doesn't work
I'm using Aptana IDE for coding PyQt applications through PyDev, recently PyDev can't parse all PyQt projects and makes code completion freezing all the IDE.
How can I fix this issue?
PS: For making ...
0
votes
0answers
36 views
eclipse ftp connection
I have installed the aptana plugin for eclipse. And I've followed the advice I've found on google about how to initiate ftp through this IDE (I don't have the SSH only option, only a linux penguin). ...
-1
votes
1answer
23 views
Zend - No property exists by the name '' [closed]
What I'm trying to do is to check if the year of the date sent from the form has the right value. The right values are given my the plan year given as a parameter in the constructor of the validator.
...
0
votes
0answers
41 views
Aptana CSS Validation Settings Won't Update
So everything was working fine for a good two months. I was adding validation filters for CSS3 when I needed to and no problem!
But since the recent update to 3.1.1 everything is messed up.
At my ...
0
votes
1answer
33 views
How do I install a plugin from a local .zip or .jar file in Aptana Studio 3?
I have a locally packaged plugin that isn't available from any update server (I built and exported it from source code, using Eclipse.) The plugin installs and works in the Eclipse environment.
Now ...
0
votes
1answer
32 views
Changing the default Aptana IP address
I want to change the default IP to 127.0.0.1 or localhost instead of script/rails server http://0.0.0.0:3000.
How I can do that in Aptana 3?
script/rails server
=> Booting WEBrick
=> Rails ...
0
votes
0answers
18 views
Ignoring “jsp:include is not recognized!” error in Aptana HTML editor
I just installed the Aptana plugin into my Eclipse, and I want to use it to edit some .jsp files.
However, I use and struts tags pretty regularly in my JSP files, and Aptana complains about not ...
1
vote
0answers
46 views
Can't get rails debug to work in aptana 3 in Ubuntu
Before i get into whats wrong, I have tried tutorials and looked at stackoverflow questions, including this one, so I don't think this is a duplicate answer.
I am using Aptana 3.0.4, Rails 3.14, and ...
0
votes
0answers
57 views
Aptana Studio 3 - ftp connection - right click to upload?
I am using Aptana Studio 3. I create a new project and setup an FTP connection to my server. I downloaded the files, and now I would like to upload a file. If I make a right click on the file the ...
0
votes
0answers
23 views
How to keep Aptana tests in a single tab?
Each time I run or debug a webpage in Aptana, it opens a new tab or window in Firefox. After several runs, there are either a Firefox window with more than one tabs or multiple Firefox windows.
How ...
0
votes
0answers
19 views
After install of aptana Eclipse, I can't see the changes of files in Navigator, Project Explorer etc. SVN
After install of aptana on Eclipse, I can't see the changes of files in Navigator, Project Explorer etc.
When I do edit of some file, which is in SVN repository, I can't see changes in Navigator, ...
...
0
votes
1answer
30 views
sass auto upload css file
Hi I'm developing a web project.
It's my first time that I'm using sass, and I'm liking it. However I got a question related to syncronize the files. ( I'm using Aptana studio as IDE)
When I make ...
0
votes
0answers
12 views
Aptana 3 > key bindings > move 1 character left or right missing?
I was trying to bind the following commands to keys:
Move right one character
Move left one character
Select next character
Select previous character
But I can't find those anywhere under ...
0
votes
1answer
128 views
Aptana Studio 3 as plugin fails to startup
I have installed Eclipse 3.7.2 via PPA on Ubuntu 12.04 and subsequently I have clicked on Add New Software and the link to 64Bit Aptana studio 3.
It found the plugin and installed it correctly.
Now ...
0
votes
3answers
48 views
Aptana won't start because workspace has change location
I'm on Mac OS X, and I just installed a secondary drive, onto which I placed my user's home directory.
Now, when I launch Aptana/Titanium Studio, it says that specified workspace cannot be created ...
0
votes
1answer
67 views
Aptana Studio 3.1.1 on Mac OS X Lion 10.7.3 - vertical scrollbar frustrations
This morning I accepted an Aptana Studio 3 upgrade to build 3.1.1.201204131931.
Prior to the update, I had a clear and permanently visible vertical scroll slider on each open file window. These now ...
0
votes
1answer
44 views
Choosing ruby version that Aptana recognize?
I m using RVM in ubuntu to cope with ruby versions and I have two version of ruby, 1.8,7 and 1.9.2. I choose 1.8.7 by RVM but this change i not recognized by aptana and it's still using 1.9.2. When I ...
0
votes
0answers
37 views
Autoformatting a Mixture of PHP, HTML, and Javascript (Dreamweaver and Aptana not working)
Dreamweaver and Aptana do a great job at autoformatting my code as long as it's a single language. If I have a script that is completely PHP or completely Javascript, there's no problem. However, most ...
0
votes
1answer
32 views
How to invoke snippets for python code in Eclipse with Aptana plugin?
I understand, that Eclipses Aptana plugin comes with some predefined templates like
def ${method}(${param}):${cursor}
How do I invoke them? The usual CTRL+SPACE doesn't seem to work.
Edit: I found ...
0
votes
1answer
84 views
Deploying to a Tomcat server using Aptana
I am very new to Aptana. I like it but I am having some issues.
Very simply: How do I deploy or "add" a web project to a tomcat server in Eclipse?
Also, if you can send me any beginner guides on ...
1
vote
3answers
100 views
Why does Aptana/Eclipse have to “build” PHP projects?
When I create a new project in Aptana/Eclipse I have to specify that my project should not "build automatically" to avoid this apparently unneeded behavior. If this was a compiled language I would ...
0
votes
0answers
41 views
how to configure it Aptana debugging
I am new to Ruby and Aptana. I dont know I need to configure Aptana for debugging setting or it will automatically detect it.
I could not find information about configuring Aptana 3 for debugging .
...
0
votes
0answers
52 views
How do you modify or alter Aptana 3 HTML5 templates? (Easy)
This is the exact same question as here
How to change Aptana3 html template??
but the instructions there and on Aptana are stupid hard and written directly to people who know what rubles are and ...
0
votes
0answers
27 views
How to get Postgresql 9.1.3-1 to work on Aptana 3.1?
I've downloaded Mac OS X lion, Updated Xcode to 4.1, Currently have Ruby 1.9.2 and rails 3.1.8. Currenlty using Aptana 3.0 and i'm trying to do rake db migrate but it's not generating database ...
0
votes
1answer
73 views
What IDE (Eclipse or Aptana) and What tools i need to develop a JSP Project
I need to create a web based project where I will use java codes to do the back-end processing and database connections. So I need to write my code in JSP. I already installed tomcat.
But in Aptana i ...
0
votes
0answers
76 views
Adding wamp server to aptana
Am trying to setup wamp server in aptana 3. So while editing external web server configuration, there are 2 more options, start command and stop command of wamp server. can anybody tell me what I need ...
0
votes
2answers
44 views
Upload php script in Aptana
I've started using Aptana studio recently and I was wondering how to upload a php file locally in Aptana Studio 3.I've worked with dreamweaver cs5 which provides an upload button.
1
vote
1answer
55 views
Is such a thing as a nightly build for Aptana Studio, and from where can we download it?
There's a bug for a feature I use in the recent update of Aptana Studio. The bug tracker implies the issue is fixed, but implies that it will be included in an update in late May. Does Aptana Studio ...
3
votes
0answers
50 views
Passing keyboard input to a debugged Python code in Aptana [closed]
I'm working on some Python code intended to run on a Windows 7 console (AKA 'Command Prompt'). The program is capable of accepting user keyboard input, by running a dedicated thread which calls ...
3
votes
0answers
103 views
Ruby colon hash syntax hightlighting
I'm a pretty heavy user of colon hashes but the default Aptana Studio Ruby doesn't provide any highlighting for them.
Here's a colon hash in Ruby 1.9:
{ animal: "duck" }
Does anyone know what bits ...
0
votes
0answers
29 views
Aptana commenting a module causes Intellisense to fail
If I put a javadoc comment above a javascript module in Aptana it's intellisense (I don't know its name) stops showing public functions. I use the javadoc comments a lot to describe the function of ...
1
vote
0answers
48 views
rake db migrate is not generating database tables
I've downloaded Mac OS X lion, Updated Xcode to 4.1, Currently have Ruby 1.9.2 and rails 3.1.8. Currenlty using Aptana 3.0 and i'm trying to do rake db migrate but it's not generating database ...
0
votes
0answers
42 views
Resource 'path/to/file' does not exist - After generating file with Ruble, and opening with Ruble [Aptana]
I am using a ruble to save a new file, after the new file is generated I'm opening the file (still using the ruble). It says:
Resource '/the/path/to/my/file' does not exist. I check and the file is ...
0
votes
0answers
8 views
Aptana: Display file transfer queue waiting for FTP
Is there a way to see which files are in the queue waiting to be uploaded (Aptana)? I see one at a time. I would like to see ex. 1000 files in the queue waiting to be uploaded like we see in ...
0
votes
2answers
95 views
PHP Documentation not working in Aptana
I have installed Aptana Studio 3, set my workspace as C:\wamp\www and set project nature only to PHP - primary. Everything is working (for ex. autocomplete from extended class) but PHP documentation ...