aptana

Aptana function definition popups

I've noticed that in Aptana 2.0 over 1.5.1 that when typing a php function, you no longer get the popup window showing the function description and it's parameters. Does anyone know how to get this working again? As I relied on it quite heavily to remember which parameters went where. Open in PHP Manual shortcut Shift+F2 also doesn't wo...

Cannot find code completion and suggestions in Aptana 2.0

Greetings, I recently started using Aptana 1.5 to work on a site via FTP, developing pages in .php format with a mixture of HTML, CSS, jQuery, and -- naturally -- PHP. I develop a page with all of these elements together to save time, then separate them. One thing that I really liked about Aptana 1.5 was that it completed code (bracket...

Syntax hightlighting of template toolkit files in Aptana/Eclipse

Does anyone know how I can add syntax highlighting to Eclipse/Aptana for Template Toolkit files? All I need is for [% ... %] to be a different colour. ...

How can I get Aptana's code assist to work with Google Maps API v3?

There's a Google Maps API v3 Visual Studio Intellisense Helper, which presumably works great for Visual Studio, but Aptana (based on Eclipse) uses a different JavaScript documentation format - ScriptDoc (.sdoc files). ScriptDoc is also the name of a VS utility to convert JS files with Intellisense comments into XML, just to confuse thing...

CSS3 in Aptana AIR

How can I use CSS3 in Aptana Studio 2.0 with the AIR plugin? I want to build an AIR application with CSS3 (advanced), but it doesn't work correctly. I want to use like the Safari/Google Chrome type of CSS3. ORIGINAL: Here ...

Aptana CSS hinting inside jQuery

I have code hinting for Aptana setup for jQuery. However, many jQuery actions use strings, which Aptana does not provide hinting. How can I have Aptana give hinting for html and CSS when I am typing inside a string? $(function() { $("#theList tr:even").addClass("stripe1"); $("#theList tr:odd").addClass("stripe2"); }); I have ...

Aptana Studio can't resolve the import but works

I have just installed suds and given a try for it in Aptana Studio. While, it seems not to resolve from suds.client import Client by underscoring it in red, the following code still works. So, I have decided to install Eclipse-Plugin for Pydev by running the same code. This time Eclipse Plugin can resolve Client as expectedly. Why can't...

Cannot create or PHP pages on Aptana

Hello, I installed Aptana, but could not find PHP, any idea on how to get the plugin or install the PHP features. Thanks Jean ...

Aptana Code Folding ?

When i try to use code folding in Aptana it doesn't seem to be working i haven't changed any shortcuts and i can`t get it work the default shortcut is Ctrl+Numpad_Divide any suggestions ? ...

Debugging PHP in Aptana 2.0

I'm a real newbie when it comes to PHP debugging so forgive my stupidity. I have a simple html form that submits to a PHP script and I want to debug that script and see what's being sent from the form. My Aptana has two two PHP interpreters installed; Zend Debugger on port 10001 and XDebug on 9000 I have the Firefox Aptana Addon instal...

How to set up Atana Studio 3 Themes in Pydev

I've installed the Aptana Studio 3 preview and noticed it has support for themes (such as a bespin style or Ruby envy) and I'd love to use the Bespin one in Pydev but so far I've had no luck getting it to work, anyone have a clue as to how to get it to work? Video showing the themes in action. ...

explaination of object javascript

I am looking at javascript file and they started it off as var myPage = new Object(); var myDocument = document.all; then there is some code. and then this part myPage.Search = myDocument.Search; myPage.Search.searchType = "Description"; I am using eclipse with aptana. I want to know why would someone wanna do this myPage.Search =...

Google App Engine - Help with running python shell comands from aptanna studio

Hi I'm somewhat of a newbie to python and I'm using app engine and aptanna studio - I need to run some python shell commands so that i can complete the tasks in this Tutorial on how to set up 118 and django. I have got this all working but i don't understand how i run the python commands to compile the dictionarys such as $ PYTHONPATH=/...

Fastest Linux IDE with Find&Replace

I'm looking for a fast IDE for Linux that has Find&Replace. I'm currently using Geany and I've tried NetBeans, and Aptana doesn't have a PHP plugin for 2.0. I prefer one that has a sense of projects. Does anyone have any suggestions? ...

Aptana Studio is opening but not ever closing a python.exe process

I am developing a small testing website using Django 1.2 in Aptana Studio build 2.0.4.1268158907. I have a Django project that I test by running the command "runserver 8001" on my project. This command runs the project on a small server that comes with Django. However the problem arises that every time I run this command Aptana opens ...

Configure aptana 2.0.1 with zend framework 1.10.3 enable tooltip

I see in video tutorial there is or plugin or spesial setting for aptana studio.When whrite in studio pop up variaty functions and objects with description particularly with zend framework. How to set up a studio ?or what plugin use for this? ...

JavaScript development with Aptana using Outline View

Hi, Has anyone programmed JavaScript on Aptana Studio? I am having problems with the Outline View. It does not show the methods of classes. For example: var test = new Class({ variable: 0, something: function() { } }); the result is that the outline does not show variable nor something -function. It only works when I define a func...

A good PHP IDE to work with Joyent

I want to start working with Joyent accelerator over PHP. I have been using aptana IDE + Cloud for a year and I'm fed up with it. Have you some good suggestions? Thanks ...

What is the keyboard shortcut for commenting out lines for CSS in Aptana Studio?

What is the keyboard shortcut for commenting out lines for CSS in Aptana Studio? ...

Aptana Javascript templates

Hi, I'd like to set my Eclipse to use javascript templates with Aptana Studio. I've set a new template here: window/preferences/aptana/editors/javascript/templates. The template's description: name: ccc, context: javascript, description: own comment, pattern: // -- I open .js files with aptana JS editor and the perspective is Aptana ...