Aptana customisation : PHP Syntax colours - aptana

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.

Related

Unable to download Git plugin from Visual Studio 2015

I am trying to download GIT plugin via URL : https://github.com/OSAMES/ionic-Select-Control.git
in Visual Studio 2015 (update 2 ) I opened config.xml (in designer), then in Plugins section, I clicked on Custom and selected Git option. Entered above URL and clicked Arrow button.
However, it is giving error as "Plugin download failed from URL: https://github.com/OSAMES/ionic-Select-Control.git"
The URL works in browser.
Any idea? There can't be proxy issue with VS 2015 update 2 as I was able to download another plugin yesterday.
Thank you
I just tested at the moment and I have not encountered any problem with bower install ionic-select-control --save
Have you made a npm init before launch bower ?
In fact this plugins is for Ionic not for Cordova and need also angularjs.
I do not think it is possible to adapt to Cordova.
The only solution would be to develop a specific plugin for Cordova.
Edit: I test on new Cordova project in vs2015U2. My solution if you not use command line is to edit bower.json, add ionic-select-control dependencies
and after in solution explorer, right click on dependencies and click restore packages in menu.
VisualStudio 2015 request npm.org to fill intelisence for auto completing and find packages names
You can install it by ID, like ionic-select-control.
But it is not a Cordova plugin, so just install it with bower. This window is for installing Cordova plugins only.
I was able to resolve this by adding .bowerrcc file to my solution. The file was added and edited to have proxy configuration. For example:
{
"directory": "www/lib",
"registry": "http://bower.herokuapp.com",
"proxy" : "http://xx.xx.xx.xx:8080",
"https-proxy" : "http://xx.xx.xx.xx:8080",
"strict-ssl" : false
}

How to install Symfony2-plugin into Aptana

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.

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:)

Uninstall plugin from Aptana Studio 3?

How can I uninstall a plugin from Aptana Studio 3? I can't seem to find a menu option for removal. I found some search results talking about removing plugins from Aptana Studio 2 but nothing for Aptana Studio 3.
You can do this as following:
Go to 'About Aptana Studio' (or simply about). On Windows this should be under 'Help'. On Mac it's the left-most menu. There you can click on Installation Details and their you can remove / change your configuration.
....there is a .txt file in your Aptana installation folder called fulluninstall.txt containing info. or you can just follow this link to uninstallation wiki:
https://wiki.appcelerator.org/display/tis/Uninstalling+Studio
It's on the same page, where you install new software:
Help > Install New Software
Under the checkbox "Hide items that are
already installed"
There is a link "What is already installed?"
Press this link you can see what plugins do you actually have and manage them (update, remove..)

Install ADT plugin on Aptana 3

Is there a way to install android development tool plugin on aptana 3? I'm trying to install the plugin on aptana instead of eclipse according to this tutorial http://developer.android.com/sdk/eclipse-adt.html#installing but I get the error message on 6th step:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Traceview 12.0.0.v201106281929-138431 (com.android.ide.eclipse.traceview.feature.group 12.0.0.v201106281929-138431)
Any ideas?
You need to install JDT tools for Aptana
http://wiki.appcelerator.org/display/tis/Installing+the+Java+Development+Tools
Follow this tutorial to install JDT, then you can install ADT
Go to Help > Install New Software > Click on the link "Available Software Sites" bellow the "Add" button > Click on "Eclipse Helios Update Site" > OK.
This worked for me.

Resources