How to install Symfony2-plugin into Aptana - symfony

I am using Aptana 3.4.2 and want to get Symfony2-plugin into Aptana. But if I try to install the plugin it says that org.eclipse.emf.ecore.feature.group is missing. So if I try to install this package (http://download.eclipse.org/technology/dltk/updates/) it will say that something else is missing.
So I need to install this Symfony2-plugin. How can I get it into Aptana?

There doesn't seem to be any official support for Symfony 2 on Aptana, however this might be of help; you can use the aptana plugin on top of eclipse; however that also has a couple of incompatibilities. Probably worth considering an IDE such as NetBeans or PHPStorm, or using Aptana solely as an editor.

Related

How to install npm packages in Atom?

I'm trying to add WordPress Coding Standards to ESLint in Atom. Unfortunately there are no package I could add via Atom's installer. I've found one (I think) suitable package here but whenever I try to install it using Windows CMD or XAMPP shell I get "npm is ot recognized as internal or external command". I installed ESLint for Atom, so I've got the prerequisite met. Is it possible to add it to Atom on Windows at all?
Cheers, best regards.
Ok,
I digged into the topic and pparently I didn't have Node.js installed so I couldn't manage any npm packages. After installing Node.js I was able to install WordPress-Coding-Standards. Unfortunately I installed the wrong package at first, which was eslint-plugin-wordpress. After trying to set it up eslint started giving me plenty of errors. Then I found out (with a little help from guys on Github) that there are other WordPress Coding Standards plugin for eslint - eslint-config-wordpress which I installed as well. Now everything works like a charm. It's good to learn something new everyday.
Thanks, Dan.
EDIT
Now above packages are deprecated, use #wordpress/eslint-plugin

Add intellisense to Atom

In Visual Studio Code if you install the typings(the new tsd) it enables intellisense for the given typing. For example if you execute
$ typings install node --ambient --save
in the base folder of your project, you get intellisense for node.
Is there a way to achieve the same with Atom, or it's not supported?
Atom doesn't support Typescript intellisense out of the box, but it has a great plugin system.
Install the Atom Typescript plugin. It provides many features for working with Typescript, including intellisense.

Aptana crashing on creating new ftp connetction

After long work with no issues, Aptana started to crash every time I try to create new ftp connection.
Is this a known issue?
I am on Linux 64 and using standalone version
got the same problem. I'm using standalone Aptana Studio 3 Version: 3.4.2.201308081805 with JRE Version: 1.7.0_45 on Kubuntu 64 bit 13.10 Saucy. Everything should be fine, but unfortunately it's not.
The problem seems to appear after upgrading the OS-Version. Aptana on the previous Kubuntu version was and still is running quite well.
My workaround:
Install 13.04 on V-Box,
install AptanaStudio on Guest-System,
load workbench from host-system,
do changes in Connection Manager and save them,
start Aptana on host-system and the changes are there
It's not exactly what I would call a convenient way, but it works.
I hope that there will be a solution for this issue soon.
Installing the latest Update Aptana 3.5.0.201312191422 fixes this issue.
Aptana uses GTK themes on kde. Change the Gtk2 style from QtCurve to other because it can't render the FTP windows

aptana 2.0.5 & emmet plugin

after installing emmet (from http://emmet.io/eclipse/updates/ ) i received this message below:
Cannot complete the install because one or more required items could not be found.
Software being installed: Emmet for Eclipse 1.0.0.201303162055 (io.emmet.eclipse.feature.group 1.0.0.201303162055)
Missing requirement: Emmet for Eclipse 1.0.0.201303162055 (io.emmet.eclipse 1.0.0.201303162055) requires 'bundle org.eclipse.core.expressions 3.4.300' but it could not be found
Cannot satisfy dependency:
From: Emmet for Eclipse 1.0.0.201303162055 (io.emmet.eclipse.feature.group 1.0.0.201303162055)
To: io.emmet.eclipse [1.0.0.201303162055]
With aptana 3.0 it works fine.
Looks like it doesn’t work in Aptana 2.0 since it’s Eclipse core is very outdated. Try to use latest Eclipse and install Aptana as plugin into it
Just update your Aptana! , then it will work better:)

Aptana customisation : PHP Syntax colours

I am rather fond of the Green Chaud set of colourisations for Aptana ( http://gueschla.com/labs/green-chaud./ ), however I notice that the PHP section of options is gone from the Aptana > Editors section of the preferences window.
Does anyone know how to colourise the PHP editor now that the option is gone to import a .col? I've had a poke in the preferences PHP > Appearance section, but no options to colourise in there. Am I doomed to stick with the plain colours?
PS. Aptana Studio, build: 2.0.4.1268158907 PDT Dev Tools 2.1.3v20090914
Old question, but I found this when searching today, and have just found the solution - maybe it will help others - currently I don't like the visual changes in Aptana 3 beta, but wanted to continue using the Aptana PHP plugin with Studio 2.0.
Anybody using Aptana 2.x can install Aptana PHP manually.... and you'll then be able to theme and import a .col file.
Help -> Install New Software
Add http://update.aptana.com/install/php as a source
Install the plugin.

Resources