我正在 Eclipse 中构建一个小型 Web 应用程序.我制作了一个 HTML 表单,但找不到预览我构建的页面的选项,我必须在服务器上运行它才能查看它.在 NetBeans 中,有一个内置的 WYSIWYG html 编辑器.
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.
是否有一些适用于 Eclipse 的 HTML 插件?
Is there some HTML plugin for Eclipse?
(我不需要 MyEclipse)
(I don't need MyEclipse)
由于目前 (2011-10-25) 在 Google 的Eclipse HTML WYSIWYG"中排名第二查询和 Rafa de Castro 链接的问题没有给出完整的答案,我觉得这个问题需要更新.
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.
目前,我发现的唯一可用的 HTML 所见即所得工具是:
For now, the only available WYSIWYG tools for HTML I found are:
在 Eclipse 中安装一些东西对于新用户来说是一件痛苦的事情.
Installing something into Eclipse is a pain for a new user.
所以,如果您只想从 WTP 或 JBoss 安装一个 HTML 编辑器,而不用它安装整个东西,您可以执行以下操作(至少对于 Eclipse 3.6 和 3.7,这些步骤是无效的.):
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.):
Help/Install New Software
.Work with:
字段中输入更新站点地址.Help / Install New Software
.Work with:
field input the update site address.JBoss Tool RichFaces
.http://download.eclipse.org/releases/<eclipse_version_name>
网页编辑器
.http://timpietrusky.github.com/lab/leetedit/update-site
LeetEdit
现在按 Next
并准备等待永恒.(您可以通过禁用 Contact all update sites during install
复选框来加快此过程)
Now press Next
and prepare to wait for eternity. (You can speed up this process by disabling Contact all update sites during install
checkbox)
这篇关于HTML WYSIWYG 编辑器的 Eclipse 插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!