Netbeans - plugins require installing the HTML Editor library

I am trying to configure Netbeans 7.1 as a RoR editor. When I try to install plugins, I get the following error:

Some plugins require the installation of a library of HTML plugin editors. HTML Editor Library plugin is requested in version> = 1.21 (release version 1), but only 2.0.1 (release version differs from 1) was found. The following plugin emerges: Embedded Ruby (RHTML)

I was looking for this HTML plugin to install it, but I cannot find it anywhere.

+4
source share
3 answers

It seems that the Ruby on Rails plugin has some problems (i.e. does not support) Netbeans 7.1 and 7.2. But it works with versions 6.9 and 7.

Link: http://plugins.netbeans.org/plugin/38549/ruby-and-rails

+5
source

If I'm not mistaken, this is a wonderful 207075 from bugtracker: https://netbeans.org/bugzilla/show_bug.cgi?id=207075

There is actually a workaround for this problem: http://blog.enebo.com/2012/01/workaround-for-ruby-support-on-netbeans.html

good luck.

+2
source

If you want to install it on a recently downloaded Netbeans (7.1 in my case), first go to "Tools"> "Plugins", select the "Updates" tab and install the updates. Then, after rebooting, you will go to the plugins mentioned above, and now you can install all the necessary updates (among them there will be an HTML editor).

Simply put, as mentioned in @skripted, just install the plugin by following the instructions on this page .

0
source

Source: https://habr.com/ru/post/1394540/


All Articles