How can I install emmet plugin for NetBeans 12.2? - plugins

i'm working in a web development proyect and put the html tags manually is a nightmare. I wanted to install emmet plugin in netbeans but i could't. When i watched videos about how to intall it, it seems like i have very few available plugins for netbeans and the emmet one is not included. Is there any way to install emmet plugin in my IDE? Why can i see very few plugins?

Related

Velocity editor plugin for Eclipse Luna

I was searching for a Velocity editor plugin for Eclipse Luna but I could not find any. I found couple of editor plugins like:
Veloeclipse
Velocity Editor
Veloedit <--------------- This is now working on Luna 4.4.1!
QIQU
Velocity Web Edit
None of this worked for Eclipse Luna. Does anyone else know any other plugin for editing Velocity files in Eclipse Luna?
Thank you in advance!
You can install support for 2.0 style plugins using Help > Install New Software.
Select the 'Eclipse Project Updates' site (http://download.eclipse.org/eclipse/updates/4.4).
You will find 'Eclipse 2.0 Style Plugin Support' in the 'Eclipse Tests, Examples and Extras' section.
Install it.
After, simply install Veloeclipse or other old "2.0 style" plugin
Veloedit worked, following the installation instructions from their github page: https://github.com/vaulttec/veloedit
Installation
Online updates are available from
https://raw.githubusercontent.com/vaulttec/veloedit/updatesite/.
Define a site bookmark in Eclipse's Update Manager view,
navigate to the update site via this bookmark and install
the Velocity UI feature.
Veloedit seems the most prominent option for file editing, but it has installation problems currently. More information about the current status in active SourceForge bug.
I can confirm that installing 'Eclipse 2.0 Style Plugin Support' made the plugin work in Eclipse Luna. Thanks.

After i deleted plugin, it is still executing in my eclipse

i have created a plugin for eclipse and created update site for it and everything. I installed on my Eclipse and it worked like a charm.
But then i want to remove the plugin.
I have tried using help>install new software>what´s already installed>click on plugin name > uninstall...
It didn´t work, the plugin is still on my eclipse.
I have tried deleting the .jar on my plugins folder...
It didn´t work, the plugin is still on my eclipse(i know that because my plugin does something when my mouse is hovering a method).
What do i do? How can I(and my plugin users) remove this plugin?
By the way, to build my plugin website, i used this tutorial:
http://wiki.eclipse.org/FAQ_How_do_I_create_an_update_site_(site.xml)%3F
And uploaded my plugin on my website
When the plugin is installed using Features:
To Uninstall a plug-in from Eclipse the usual UI way is to select About Eclipse then click Installation Details button and select the plugin you want to uninstall. Then click Uninstall button.
When the plugin is not installed with a Feature:
When you have installed it in your running Eclipse from the Plug-in Export dialog, and after as you have done deleting the plug-in from your plugins directory, you need to restart Eclipse from the command line using the -clean flag. This will rebuild the plugin cache. This is very low-level and not recommended.
Lessons:
- Always develop plugins using features

How to add HTML Editor to Eclipse?

I just upgraded to Eclipse Kepler, the non-J2EE version. The HTML Editor is missing. I read elsewhere that I could install the "Web Page Editor", which I did, but the system now generates all kinds of errors when building my project. Apparently it can't find some JSF classes. I have no interest in using JSF.
The Web Page Editor install did include the HTML Editor, but it was so much trouble I had to uninstall. How do I get my old HTML Editor back?
Alternatively, you can just install the "HTML Editor" from the WST package (the same one provided in Java EE Edition) in Eclipse 4.x, just by looking for "HTML Editor" in the marketplace (but, indeed, i haven't been able to found it in the "install new software").
On my side i prefer to work on Eclipse "Java Edition" most of the time (just adding the few additionnal features i really need).
Go to Install New Softwares-> Select your version eclipse repo. eg Mars - http://download.eclipse.org/releases/mars -> Expand Web,XML, JAVA EE option -> Install Eclipse Web Developer Tools
I have used CodeMix for a while and it's a wonderful tool, it can easily install as a plugin and a wide tools will be available like HTML Validation, Emmet, CSS IntelliSense, Snippets, take a look in this site https://www.genuitec.com/sox/tech/html5-with-codemix/
I had a similar issue once, and I tried a HTML editor addon for eclipse, but haven't found one that's any better than the one that comes with the Java EE edition of eclipse.
I suggest you download the Eclipse IDE for Java EE Developers.
You may want to install Eclipse Web Developer Tools
Bet you after edit HTML you will have to edit CSS and JavaScrip too

Using the Eclipse Marketplace on Aptana Studio 3

I'm currently trying out Aptana Studio 3 for PHP development (I'm pretty new to all these), and I've stumbled upon a problem. I've noticed Eclipse has a Marketplace that hosts a wide variety of plugins, and I'd like to install one that helps me for version control.
However, I can't find the Eclipse Marketplace dialog under Aptana. Is there anybody out there who's done this before (installing Eclipse Marketplace stuff in Aptana)?
Also, this is a little out-of-topic but I'd like to use Java.net as the place where I'll be storing my repository. To my knowledge, NetBeans has a built-in support for Java.net; is there anything similar for Eclipse/Aptana Studio?
EDIT: If it helps, I installed Aptana Studio as a standalone version, and not as a plugin on Eclipse.
Try Help / Install New Software, and click on the Available Software Sites link. You'll probably have the eclipse Helios release directory in the list, just check it to activate it. A lot of third-party packages have their own release sites, you can add them in the same dialog.

Aptana Plugin Installation: Adding features

I have installed Eclipse Indigo (3.7.1), then I installed Aptana IDE from the update site, followed by Eclipse PDT from the update site as well. (In that order)
I now want to add the additional Aptana features, which are available in the Aptana Standalone installation as "Install New Software". So in the standalone mode, we would get that installation screen with options for jQuery support, ExtJS support, Dojo, Ruby and the works basically.
Since I have a plugin installation of Aptana in Eclipse 3.7.1, how do I access that Aptana feature installation screen? If not, how do I install all the Aptana specific features?
The "Install New Aptana Feature" menu is only available in Aptana Studio 2.0. If you have installed Studio 3 plugins, the menu won't be there. However, Studio 3 includes Ruby/PHP/Python support by default, and you could add additional JavaScript library support such as jQuery using the instruction here: https://wiki.appcelerator.org/display/tis/Using+JavaScript+Libraries.
Hope this helps.
I don't think that is at all relevant to the Aptana Studio 3.x plugin. Instead, you install jQuery support using the "Rubles" (aka "Bundles"). After installing the Aptana Studio 3.x plugin, go to the new "Commands" menu and find the "Bundle Development" sub-menu and follow it to "Install Bundle", i.e.
Commands > Bundle Development > Install Bundle
jQuery should be among the choices you are offered in the pop-up. Assuming you have Git installed, Aptana should open up a terminal view in Eclipse and run a Git clone of the bundle into your UserFolder\Aptana Bundles (Windows) or your ~/Documents/Aptana Bundles (Mac / Linux). You will then want to use the Javascript "Source Editor" in order to be able to use the extra features added by the bundle.
Hope that helps some of the others baffled by how this all works. I'm by no means "expert" in this yet, but I was similarly perplexed by the steps needed to take to get the Aptana Studio plugin to do very much "useful".