<tfoot id='sH1DE'></tfoot>

  • <small id='sH1DE'></small><noframes id='sH1DE'>

  • <i id='sH1DE'><tr id='sH1DE'><dt id='sH1DE'><q id='sH1DE'><span id='sH1DE'><b id='sH1DE'><form id='sH1DE'><ins id='sH1DE'></ins><ul id='sH1DE'></ul><sub id='sH1DE'></sub></form><legend id='sH1DE'></legend><bdo id='sH1DE'><pre id='sH1DE'><center id='sH1DE'></center></pre></bdo></b><th id='sH1DE'></th></span></q></dt></tr></i><div id='sH1DE'><tfoot id='sH1DE'></tfoot><dl id='sH1DE'><fieldset id='sH1DE'></fieldset></dl></div>
    <legend id='sH1DE'><style id='sH1DE'><dir id='sH1DE'><q id='sH1DE'></q></dir></style></legend>
      <bdo id='sH1DE'></bdo><ul id='sH1DE'></ul>

        HTML WYSIWYG 编辑器的 Eclipse 插件

        Eclipse plugin for HTML WYSIWYG editor(HTML WYSIWYG 编辑器的 Eclipse 插件)

        1. <i id='VOEum'><tr id='VOEum'><dt id='VOEum'><q id='VOEum'><span id='VOEum'><b id='VOEum'><form id='VOEum'><ins id='VOEum'></ins><ul id='VOEum'></ul><sub id='VOEum'></sub></form><legend id='VOEum'></legend><bdo id='VOEum'><pre id='VOEum'><center id='VOEum'></center></pre></bdo></b><th id='VOEum'></th></span></q></dt></tr></i><div id='VOEum'><tfoot id='VOEum'></tfoot><dl id='VOEum'><fieldset id='VOEum'></fieldset></dl></div>

            <bdo id='VOEum'></bdo><ul id='VOEum'></ul>
              <tbody id='VOEum'></tbody>
                  <tfoot id='VOEum'></tfoot>
                • <legend id='VOEum'><style id='VOEum'><dir id='VOEum'><q id='VOEum'></q></dir></style></legend>

                  <small id='VOEum'></small><noframes id='VOEum'>

                  本文介绍了HTML WYSIWYG 编辑器的 Eclipse 插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在 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:

                  • WTP JavaServer Faces 包含一个名为网页编辑器.不错,免费,还可以用作可视化编辑器.
                  • JBoss Tools HTML Editor 也是免费的,简洁的, 有两种预览模式,但只提供最简单的可视化编辑功能.
                  • Eclipse 可视化设计器MyEclipse 附带.它甚至可以在 IE/Firefox 中预览页面,但它有一个巨大的缺点——它是一个付费软件.看起来很棒,但我没试过,所以我不能说质量.
                  • LeetEdit 基于 TinyMCE 并提供增强的可视化编辑功能.它是免费的,你可以在 github 上 fork.
                  • 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.

                  在 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.):

                  • 打开Eclipse,选择Help/Install New Software.
                  • Work with: 字段中输入更新站点地址.
                  • Open Eclipse, select Help / Install New Software.
                  • In the Work with: field input the update site address.
                  • 从此处
                  • 获取适当 Eclipse 版本的更新站点 URL
                  • 选择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 插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                  How can I specify the default JVM arguments for programs I run from eclipse?(如何为从 Eclipse 运行的程序指定默认 JVM 参数?)
                  Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined(JavaLaunchHelper 类在... libinstrument.dylib 中都实现了.将使用两者之一.哪个是未定义的) - IT屋-程序员软件开发技术分享
                  Running Eclipse on Windows 7 JRE and JDK not found(找不到在 Windows 7 JRE 和 JDK 上运行 Eclipse)
                  StringBuilder vs. .concat vs. quot;+quot; Operator relative performance different in eclipse than command line?(StringBuilder vs. .concat vs. “+eclipse中的操作员相对性能与命令行不同?)
                  Is there a maximum number you can set Xmx to when trying to increase jvm memory?(尝试增加 jvm 内存时,您可以将 Xmx 设置为最大数量吗?)
                  <tfoot id='DoEk7'></tfoot>

                  <small id='DoEk7'></small><noframes id='DoEk7'>

                      • <bdo id='DoEk7'></bdo><ul id='DoEk7'></ul>

                          <i id='DoEk7'><tr id='DoEk7'><dt id='DoEk7'><q id='DoEk7'><span id='DoEk7'><b id='DoEk7'><form id='DoEk7'><ins id='DoEk7'></ins><ul id='DoEk7'></ul><sub id='DoEk7'></sub></form><legend id='DoEk7'></legend><bdo id='DoEk7'><pre id='DoEk7'><center id='DoEk7'></center></pre></bdo></b><th id='DoEk7'></th></span></q></dt></tr></i><div id='DoEk7'><tfoot id='DoEk7'></tfoot><dl id='DoEk7'><fieldset id='DoEk7'></fieldset></dl></div>
                            <tbody id='DoEk7'></tbody>
                        • <legend id='DoEk7'><style id='DoEk7'><dir id='DoEk7'><q id='DoEk7'></q></dir></style></legend>