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..)
Related
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
}
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.
I am trying to add webkit framework to Xcode,
steps I followed is
selected the target,
went to the 'build phases' tab,
opened the 'Link binary with Libraries'
Use the + to add the library
But in MacOSX 10.7(Lion),I was not able to see webkit.framework in the framework list.
Any Ideas Where it resides?
I am also using Xcode 4.3.2 on Lion and my webkit framework appears to be in place, check the following directory to make sure your framework hasn't one way or another been deleted. If it isn't at this path, you may need to reinstall Xcode.
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/
I had this problem when I upgraded from Snowleopard to Lion.
I had to install the new version of Xcode (4.3) with the IosSDK.
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.
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.