Installing plantuml plugin in Netbeans 8.1+ - netbeans-8

Is there an available plantuml plugin version compatible with Netbeans 8.1+. The one available (1.4/1.5) in the Netbeans plugin network is not.
Thanks in advance.

Related

Eclipse RCP application upgrade to latest

We are currently using the eclipse 4.4.1 platform for our eclipse RCP application and want to upgrade it to the latest Eclipse platform. My question is, Is there any documented way to upgrade the same to the latest Eclipse platform or what is the documented prerequisite to upgrade the same.
Thanks in advance.
Everything that is not covered by semantic versioning of the plug-ins/bundles and features is documented in the Plug-in Migration Guide (Help > Help Contents: Platform Plug-in Developer Guide > Plug-in Migration Guide).

IntelliJ IDEA 2018.3 Browse Repositories

I can't find the "Browse Repositories" option under Plugins in IntelliJ Ultimate Edition 2018.3.2 and I am pretty sure that I had it before.
I need to install the Flutter plugin from repositories.
[!] IntelliJ IDEA Ultimate Edition (version 2018.3.2)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
Seems like you have it already installed - check the Installed tab. If it's there you probably missing the Dart plugin, which should be installed together with Flutter plugin. Try to reinstall Flutter plugin.
There are many changes in the newer versions of IntelliJ IDEA.
"Marketplace" is similar to the "Browse Repositories" option.
If you have already installed a plugin it will be in your "installed" tab.
Also, check if have somehow disabled the plugin.
I found out that the Flutter plugin is not compatible with 2018.3 versions. I downgraded to 2018.2, now it is fine.

Eclipse plugin developed under Indigo will work under Juno (Eclipse 4)?

I will start a new project as an Eclipse Plugin, but I found that a new major update of Eclipse will come at June. So I'm wondering, do I have to start developing on this new version or I can use Indigo to create my plugin then it can be be supported by Juno with no problem?
Thanks.
You can download Eclipse 4.2 for plug-in developers right now.
http://eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/junom6
You don't have to use the 4.2 platform, but you can read the documentation, especially the changes from Eclipse 3 to Eclipse 4, and see if this impacts your plug-in.

installing freemarker plugin on eclipse indigo

I was tryi ng to install the freemarker plugin for eclipse Indigo on my machine which runs on Ubuntu 11. I tried to add http://www.freemarker.org/eclipse/update with the name FreeMarker to install new softwares option. But, it complained that there were no repositories. Then, IO manually tried to download the plugin file (freemarker-2.3.19.tar.gz) from http://sourceforge.net/projects/freemarker and tried to copy the contents to /usr/share/eclipse/plugins folder. But, it rejected it complaining that the format of the file contents were incompatible.
Can anyone please help me with this issue.
Thanks in advance.!
You should use the FreeMarker plugin in the JBoss Tools Project, as http://freemarker.org/editors.html says. Where did you get the link to the old plugin? (Also, freemarker-2.3.19.tar.gz is the FreeMarker distribution, and has nothing to do with Eclipse.)
What I finally did is, I downloaded Eclipse Indigo for Java EE from Eclipse official website. It had the market place from where I could easily install the JBoss plugin. All I had to do is install it from within Eclipse and could work on freemarker after that.

Eclipse new plugin Project: Not choosable

just an easy quesition but I can't find any answer in this wonderful world wide web...
I just want to create a new Plugin Project based on Eclipse Helios. Normally this feature should be shipped with this version (Version: Helios Service Release 2 Build id: 20110301-1815) but I can't choose it via "file->new->Project". Do I have sth. to install previously?
Thanks a lot for any help guys ... :)
It is also possible to do plugin development with any eclipse classic version. (I am working with 4.2)
For plugin development in eclipse classic version you need to go
Help-->Install New Software--> In work with select version url provided by eclipse it self. e.g. in case of 4.2 Juno it will be Juno - http://download.eclipse.org/releases/juno
It will render all the possible plugin provided by eclipse it self.
In that list there will a Eclipse plugin development environment in General purpose tools.
Or you can get that one by writing plug in filter text box.
Select Eclipse plugin development environment and install it.
Now you can able to do plugin development in classic version also.
Hope this will be helpful.
Install Eclipse for RCP and RAP developers.
If you already installed Eclipse you can add on the Plug-in Environment from within Eclipse
https://www.eclipse.org/forums/index.php/t/273044/
The Plugin Perspective is not installed.
To get it: Help->Install New Software
Work With: --All Available Sites--
In the Filter Box, type "Plug-in"
Look for something that says "General Purpose Tools" and expand it.
Look for "Eclipse Plug-in Development Environment"
Click Next a few times and install it, then restart.
Exact verbiage may depend on your Eclipse version.