且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

HTML WYSIWYG编辑器的Eclipse插件

更新时间:2023-02-04 18:32:43

自从目前(2011-10-25)在Google第二名对于Eclipse HTML WYSIWYG查询,由Rafa de Castro链接的问题不会提供完整的答案,我觉得这个问题需要更新。






目前,我发现的唯一可用的所见即所得WYSIWYG工具是:




  • WTP JavaServer Faces 包含一个名为 Web页面编辑器的工具。尼斯,免费,也可以作为视觉编辑器。

  • JBoss工具HTML编辑器 也是免费的,整齐的,有两种预览模式,但只提供最简单的可视化编辑功能。

  • Eclipse可视化设计器 附带 MyEclipse的。它甚至可以在IE / Firefox中预览页面,但它具有很大的缺点 - 它是一个付费软件。看起来真棒,但我没有尝试,所以我不能说任何关于质量。

  • LeetEdit 基于TinyMCE,并提供增强的可视化编辑功能。它是免费的,你可以在github上分叉。



关于intsallation的注释。



将东西安装到Eclipse是一种痛苦对于新用户来说,



因此,如果您只想安装WTP或JBoss中的HTML编辑器,而无需安装整个操作,则可以执行以下操作至少对于Eclipse 3.6和3.7来说都是vadid)。




  • 打开Eclipse,选择帮助/安装新软件

  • 中使用:字段输入更新站点地址。



对于JBoss工具:




  • 获取适应性的更新网站URL Eclipse版本从此处

  • 选择 JBoss工具RichFaces



网页编辑器




  • 使用现有的更新站点,如 http://download.eclipse.org/releases/<eclipse_version_name>

  • 选择网页编辑器



对于LeetEdit




  • 更新网站 http://timpietrusky.github.com/lab/leetedit/update-site

  • 选择 LeetEdit



下一步并准备等待永恒。 (您可以通过禁用加快此过程。在安装期间联系所有更新站点复选框)


I'm building a small web application in Eclipse. I made an HTML form and was unable to find an option to preview the page I built, and I have to run it on server to view it. In NetBeans, there is a built-in WYSIWYG html editor.

Is there some HTML plugin for Eclipse?

(I don't need MyEclipse)

Since this is currently (2011-10-25) at 2nd place in Google for a "Eclipse HTML WYSIWYG" query and the question linked by Rafa de Castro dont give a complete answer, I feel that this question needs an update.


For now, the only available WYSIWYG tools for HTML I found are:

  • WTP JavaServer Faces contains a tool named Web Page Editor. Nice, free and also serves as a visual editor.
  • JBoss Tools HTML Editor is also free, neat, has two preview modes, but provides only simplest visual editing functionality.
  • Eclipse Visual Designer shipped with MyEclipse. It can even preview pages in IE/Firefox, but it has a huge disadvantage - it's a paid software. Looks awesome, but I didnt try it, so I can't say anything about quality.
  • LeetEdit is based on TinyMCE and provides enhanced visual editing functionality. It's free and you can fork it on github.

A note about intsallation.

Installing something into Eclipse is a pain for a new user.

So, if you want to install just an HTML editor from WTP or JBoss without installing the whole thing with it, you can do the following (steps are vadid at least for Eclipse 3.6 and 3.7.):

  • Open Eclipse, select Help / Install New Software.
  • In the Work with: field input the update site address.

For JBoss Tools:

  • Get the update site URL for the appropirate Eclipse version from here
  • Select JBoss Tool RichFaces.

For Web Pages Editor

  • Use an already existing update site, that look like http://download.eclipse.org/releases/<eclipse_version_name>
  • Select Web Pages Editor.

For LeetEdit

  • Update-Site http://timpietrusky.github.com/lab/leetedit/update-site
  • Select LeetEdit

Now press Next and prepare to wait for eternity. (You can speed up this process by disabling Contact all update sites during install checkbox)