Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
169 views

Rails Aptana 3 Go to Haml View Shortcut

I am using Aptana as my Rails text editor. When I am in a controller action "new for example" and I want to navigate to the view "new.html.erb" I press "Alt+ctr+shift+down" then I can navigate to the ...
4
votes
2answers
1k views

Import existing django project in Aptana 3

I created a Django(1.2.4) project with just a text editor and the command line, now I have installed Aptana Studio 3 but I cannot import that project. I can create a new django project, pydev is ...
3
votes
4answers
226 views

eclipse / aptana - text compare show code syntax highliging

I am using Aptana 3 which is basically a modified version of eclipse, so i think this question is applicable to both Before I commit code in I like to review my changes via the text compare. It ...
2
votes
1answer
144 views

Aptana 3 ruby debugger - Exception in DebugThread loop: undefined method `is_binary_data?'

I'm trying to debug simple ruby file in Aptana 3. class HelloWorld def initialize() end def greet() puts "hello world" end end h=HelloWorld.new h.greet breakpoint is set to h.greet ...
2
votes
2answers
127 views

Aptana type hinting for `$this` in template files

In PDT I can do /* @var $this MyClass */ and eclipse will use that for autocompletition, suggestions and so forth... It's useful in template files which get included into a function of a class ...
2
votes
3answers
284 views

Aptana 3 - CFEclipse - .cfm file - UTF-8 encoding incorrect

I have created the following .cfm file using the CFML editor of CFEclipse in Aptana 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
2
votes
1answer
2k views

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 ...
1
vote
1answer
95 views

Aptana 3 - JavaScript formatter

The Aptana JS formatter handles this fine: Manage.init = function() { --code here-- } but it formats this: $('#tab1').click(function() { $('li.voting.active').length === 0 ? ...
1
vote
1answer
24 views

Aptana 3 php type hierarchy

Using Aptana Studio 3.0.6 I can't find any way to view/outline/explore the hierarchy of php classes within a project. Code assist locates parent classes, so the introspection is happening, but if ...
1
vote
0answers
292 views

Eclipse Indigo with Aptana Studio 3 - Code hinting doesn't work when Dojo libraries are local

I've just setup Eclipse with Aptana Studio 3 and have been trying to get code completion / code hinting / autocomplete to work with mixed results. I've followed the instructions here: ...
1
vote
1answer
108 views

How to set up a new Aptana Studio 3 project using Git and online repository

I'm trying to set up a project for a new web site in Aptana Studio 3 using Git so others can work on the project as well. My plan is to work on/test the project locally using Aptana and my WAMP ...
1
vote
1answer
41 views

When double-clicking on a word, highlight every occurence of this word in the Aptana 3 text editor

Good morning. With Aptana 2, a very usefull function was the automatic hightlighting of the selected word : when double-clicking on a variable name, function name, ... (on a word), Aptana 2 ...
1
vote
1answer
349 views

Is there any support for Smarty in Aptana 3?

It seems Aptana 3 still doesn't support Smarty, as it did in version 2... is there any third party plugin/hack to get it working?
1
vote
1answer
94 views

Aptana git reverting

Is it possible to revert a commit or merge in Aptana? I only have found the option to revert untagged changes. But is it possible to revert certain commits or a merge with Aptana or do I have to use ...
1
vote
1answer
139 views

Using Eclipse File Explorer

How do i do a Netbeans style Select In Project in Eclipse/Aptana? Also most editors when we click File > Open opens the explorer in the directory of the current file(file that I am working on) but ...
1
vote
1answer
143 views

Unable to launch Aptana studio

When i started my aptana today, it could no tbe launced.Below is the error which is diplayed in aptana studio 3 workspace/.metadata/log !SESSION 2011-10-25 10:16:43.728 ...
1
vote
0answers
85 views

Code alignment lines?

Does Aptana Studio 3 have the ability to show vertical lines that match the opening and ending tags so that you know that the tags are correctly aligned? I have found this very useful in Notepad++ and ...
1
vote
0answers
505 views

Is there a Firefox 7 compatible plugin for Aptana Studio 3?

My installation of Firefox was recently updated to version 7, and I see now that the Aptana Debugger 1.7 extension is not compatible. It looks like reverting to Firefox 6 may not be an option...it ...
1
vote
1answer
1k views

Aptana studio 3 snippets

where to edit snippets in aptana studio 3 im used to gedit snippets plugin when i go to command menu < html < conditional command < ie conditonal command it says not defined is there a ...
0
votes
0answers
10 views

Can't Write Configuration File

I have been unsuccessful in getting Aptana 3.0.8 to start. I keep getting the error The configuration area at ...
0
votes
0answers
30 views

Aptana3 Code Assist with the Google Maps API v3

I'm trying to enable Code Assist for Google Maps API v3 in Aptana3. It does not seem to work. I followed the instructions from this page: Drop the VSDoc files into your Web Project. V3 Maps ...
0
votes
1answer
16 views

How to write plugins for Aptana Studio 3

I would like to know how to write a plugin for Aptana Studio 3. To be more precise i would like to know what language should be used and where should i find an SDK or API. Of course I would also like ...
0
votes
1answer
21 views

Is it possible to create in Aptana a Project with a different name to the containing folder?

I've been importing a number of project folders into Apatana 3 and some of them are stored on disk in folders with identical names. It's not really easy for me to change the names of the folders ...
0
votes
1answer
9 views

same settings and perspective in aptana for every project/workspace

Does somebody know, how to set up Aptana, to have only one .metadata setting for all projects? I don't want to change the default settings every time I start a new workspace! Thanks for helping
0
votes
1answer
19 views

Aptana synchronising remote changes

I have Aptana Studio 3 set up using the Deployment Wizard to sync changes in both directions from local/remote for my projects. This works fine for syncing local changes to the remote site; my changes ...
0
votes
0answers
33 views

Mercurial error on Aptana Studio 3 Startup

I installed Mylyn and Egit packages in Aptana Studio 3.0.8 and am trying to work with my git repositories. What is strange is that I am getting an error message when I switch workspaces or startup ...
0
votes
0answers
5 views

In compare mode, after updating left to right, “SAVE” command fails with empty message

I am newbie, but as I was using for the first time the comparison of two files, intending to upgrade right file from changes made in left file. After check and upgrade right panel I used "save" ...
0
votes
1answer
12 views

Aptana Studio: treats .py as html

I am using Aptana Studio 3 to develop an application in python+django. But for some reason Aptana Studio treats one of my .py file as html. So, for that file I have no syntax highlighting, moreover ...
0
votes
0answers
51 views

Cannot install Aptana 3 Eclipse plugin

I was trying to install the Aptana Eclipse plugin using the link provided on the Aptana site (http://download.aptana.com/studio3/plugin/install), but I am having problems. I tried with Eclipse Helios ...
0
votes
1answer
12 views

Turning off src path insert in Aptana Studio

In Aptana Studio, if you type out <img src="... it tries to help you by looking up what's available in the relative path and auto-completing it in the src attribute. I've looked through ...
0
votes
0answers
32 views

How to run Jruby 1.6.6 on Aptana Studio 3.0.8 *ON WINDOWS*

The title says it all... I have read the launching Jruby from Aptana Studio 3 on Windows XP thread (to be fair, I am on windows 7) and created the wrapper script ruby.bat (@C:\jruby-1.6.6\bin\jruby ...
0
votes
0answers
9 views

aptana studio 3 wampserver 2 ftp working not constantly

I have auto upload on save checked in my options. When I save a file, aptana not always syncs it. It then results in a file with 0 k size (when I open via ftp in connections the file is blank). ...
0
votes
1answer
8 views

external program not on run menu

The 'External Program' option has disappeared from my Run menu. I think it happened after my last software update of Aptana studio 3. Does anybody have any hints?
0
votes
0answers
15 views

Aptana Studio 3 loses all connection in Connection Manager after unexpected restart

I have been having some issues with Aptana Studio 3 lately. This exact issue has happened 3 times so far over the last few months and I would really appreciate anyone's help in relation to it. I use ...
0
votes
2answers
41 views

Code Assist of jQuery in Aptana?

I installed Aptana from http://aptana.com/products/studio3/download for intellisense in eclipse and it does not include option for jQuery. I am using eclipse Indigo.
0
votes
0answers
19 views

Titanium / Aptana 3 - I have to log in everytime

I just upgraded to Aptana 3 for developing Titanium Apps. I have to log into it with my username / password every morning. This is getting a little bit annoying, is there anyway around this. Why can't ...
0
votes
1answer
65 views

selecting html editor in Aptana Studio 3

I am very new to this. I just bought one of those "html for dummies" books. It states "in preferences expand the APTANA link and select html editor." I'm on a MAC and running Aptana Studio 3. Under ...
0
votes
1answer
116 views

What is PHP Builder for? [closed]

When I add PHP support to a project with Project->Properties->Project Natures a PHP Builder is automatically added to the Builders list. What is the purpose of this builder ? I don't compile ...
0
votes
0answers
71 views

How to change Aptana Themes?

Just installed Aptana Studio 3 (Version 3.0.7) on Eclipse Indigo. Trying to modify Themes, to have simple colours on Terminal/Console; ie just FG and BG. But unable to remove highlights from text. ...
0
votes
0answers
53 views

Aptana Studio 3 - Syntax highlighting for Handlebars files

How do I get Aptana to apply the same syntax highlighting and auto-complete that exists on .html files to my files that end in .handlebars? I'm assuming there must be some setting in Preferences to ...
0
votes
1answer
40 views

CVS Checkout issue

Hi I am using aptana studio 3. When i am trying to checkout the code from cvs i am getting the following error messages. ( i have checked the permission in my local folders. they are not restricted. ...
0
votes
1answer
22 views

Project disappers from workspace

Aptana 3 was working alright until today. Im on Ubuntu 11.10 using Aptana Studio 3, build: 3.0.7.201112281312 While Aptana is loading, the projects can be seen in the workspace area on the resource ...
0
votes
0answers
51 views

Aptana 3.0.7 modification time failed

My FTP server change owner of all files every 120 seconds. If I want to change my file and upload it on server I have a popup message "modification time failed". I haven't permissions to configure ...
0
votes
5answers
67 views

gcc fails to find a library to link

I am using Ubuntu and my IDE is Aptana 3.0 I am getting the following error when trying to build. The library libfcgi.a is located in /usr/local/lib/. In the Library C++ Linker section of the ...
0
votes
0answers
24 views

Aptana 3 - Global Resource Filters?

Is there a way to have a global resource filter? For instance, to exclude backup files from the project view, such as '~' or 'bak', I have to set the resource filters on a per-project basis. It would ...
0
votes
2answers
38 views

Aptana 3 didn't assist me to check browser compatibility in its Code Assist pop up

When I was typing codes in Aptana 3's editor, Code Assist pop up must show the browser compatibility check like this. http://aptana.com/images/product/S3-1-sm.png (I can't upload pic. Cos I'm just ...
0
votes
0answers
62 views

How do I enable Java Build Path > Default output folder > Create New Folder > Advanced > Link to Folder in the File System in Aptana Studio 3?

I'm using the linked folder feature to output class files to the directory I want. But, Aptana Studio 3 does not allow linked folder unlike normal eclipse. How do you workaround this issue?
0
votes
2answers
78 views

Does Aptana Studio change/format files during deploy? Getting 500 error without changes

Using Aptana Studio 3. Does anyone know if Aptana Studio formats or changes files when it does an "auto deploy"? Didn't make any changes to files while I ported over a Wordpress site to Aptana ...
0
votes
0answers
29 views

<datalist> tag (HTML5) crashes aptana studio 3

I coding HTML5 using Aptana Studio 3. But everytime I type <datalist></datalist> tag, the Aptana starts to crash, and stop working. I am using Windows 7. Did any one meet such case? How ...
0
votes
0answers
15 views

how can I view the original method in Aptana quickly?

I just download the Aptana IDE and trying now, and I have a question if I call a method, I would like to trace its source detail quickly for example, I have the following code: var z = ...

1 2