AnyEdit tools plugin for Eclipse
http://andrei.gmxhome.de/anyedit/index.html
安装后,在Windows-->Preferences-->General-->Editors-->AnyEdit Tools中设置。
编辑器中,右键增加以下 Open file under cursor - useful by many include's in jsp's, file name/line in log messages etc. - Works with debug and Ant console too, support "jump to line"!
Open type under cursor - useful for all xml's, tld's, jsp's etc files with referenced Java types. - Works with debug/Ant console too!
Convert -> Leading tabs to spaces (trailing whitespace will be removed automatically)
Convert -> Leading spaces to tabs (trailing whitespace will be removed automatically)
Convert ->Chars to Html entities
Convert -> Html entities to chars - useful if working in bilingual team to convert é's, ô's, ä's etc between html and other sources ;)
Convert -> Camel Underscores (auto-convert variable names from/to "camel" notation, like thisIsMyFieldName this_is_my_field_name)
Convert -> Capitalize
Convert -> Invert case
Convert -> To upper case
Convert -> To lower case ---------------------------------------------------------------------------- Eclipse HTML Editor Plugin
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor
需要GEF支持。 http://www.eclipse.org/gef/
安装后,在Windows-->Preferences-->Amateras中设置。
JSP不能自动完成,HTML倒是可以。还是挺好用的。
编辑器中右键多了几个功能,可以打开颜色选择框,打开包含Html控件框的面板,html注释,jsp注释
Eclipse HTML Editor is an Eclipse plugin for HTML/JSP/XML Editing. It works on Eclipse 3.0 (or higher), JDT and GEF. It has following features.
HTML/JSP/XML/CSS/DTD/JavaScript Hilighting ---语法高亮 HTML/JSP Preview ---页面预览 JSP/XML Validation ---有效性check Contents Assist (HTML Tags/Attributes, XML based on DTD and JSP taglib and more) ---内容援助,自动完成? Wizards for creating HTML/JSP/XML files ---建立文件的向导 Outline View ---大纲视图 Editor Preferences ---编辑器属性 Editor Folding ---可折叠 Web Browser (It works as an Eclipse's editor) Image Viewer --图片查看 Tag Palette ---调色板 CSS code completion and outline ----css代码完成 DTD code completion, outline and validation--- DTD代码完成 JavaScript code completion, outline and validation ---javascript代码完成
---------------------------------------------------------------------------- HTML Tidy Eclipse Plug-in
http://eclipsetidy.sourceforge.net/index.php
可以检查html语法,格式化代码等等,功能还挺多的。
|