I'm using Aptana IDE which is like (Eclipse)
I want to install new plugins using Help > install new software
and add the following link
http://www.spket.com/update/
It views the following error:
contacting software sites has encountered a problem
No repository found at http://www.spket.com/update/
What is the problem>
Here is the solution to my question
http://drfits.com/2011/11/13/eclipse-contacting-software-sites-has-encountered-a-problem/
Related
help regarding the issue below would be really appreciated :
Command 'Q#: Create new project...' resulted in an error (Running the contributed command: 'quantum.newProject' failed.)
I was trying to follow this exercice : https://learn.microsoft.com/fr-fr/learn/modules/qsharp-create-first-quantum-development-kit/2-install-quantum-development-kit-code
after downloading and running the latest versions of .NET CORE, VSCODE, I can run "Q# Install command line project templates" but can't run "Q# Create a new project : See screenshot1 screenshot 2 CODE SOURCE ERROR
I already done this exercice in May last year but for some reasons I get stuck at the very beginning of the process now.
Could it be a version issue ? I remember that the tutorial was different (May 2020) than the one above I shared to you. Unfortunately I can't find the previous tutorial as it has been updated since.
I tried to uninstall the latest versions to reinstall the versions I downloaded in May : useless, I get the same issue.
Many thanks for you help !
I decided to go with an older version v0.14.2011120240
It seems the new version isn't stable yet.
Install NodeJS: https://nodejs.org/dist/v14.15.4/node-v14.15.4-x64.msi
Then restart VS Code.
"The below steps currently has a dependency to install node.js including npm. We are working on removing that dependency. Alternatively, use our the command line templates to create a Q# project , or use Visual Studio."
https://learn.microsoft.com/de-de/azure/quantum/install-command-line-qdk?tabs=tabid-vscode
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
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.
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..)
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.