{"id":15350115,"url":"https://github.com/takezoe/amateras-html-editor","last_synced_at":"2025-10-13T05:45:11.281Z","repository":{"id":11943928,"uuid":"14513911","full_name":"takezoe/amateras-html-editor","owner":"takezoe","description":"Eclipse plugin for HTML/JSP/XML/JavaScript Editing","archived":false,"fork":false,"pushed_at":"2015-06-30T16:43:06.000Z","size":10036,"stargazers_count":41,"open_issues_count":1,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-10T23:58:10.015Z","etag":null,"topics":["css","eclipse","eclipse-plugin","html","javascript","jsp","web","xml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takezoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-19T04:15:36.000Z","updated_at":"2025-03-05T10:56:13.000Z","dependencies_parsed_at":"2022-09-05T15:31:22.296Z","dependency_job_id":null,"html_url":"https://github.com/takezoe/amateras-html-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/takezoe/amateras-html-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takezoe%2Famateras-html-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takezoe%2Famateras-html-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takezoe%2Famateras-html-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takezoe%2Famateras-html-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takezoe","download_url":"https://codeload.github.com/takezoe/amateras-html-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takezoe%2Famateras-html-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013708,"owners_count":26085394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","eclipse","eclipse-plugin","html","javascript","jsp","web","xml"],"created_at":"2024-10-01T11:57:24.801Z","updated_at":"2025-10-13T05:45:11.234Z","avatar_url":"https://github.com/takezoe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Eclipse HTML Editor Plugin\n========\n\nEclipse HTML Editor is an Eclipse plugin for HTML/JSP/XML Editing. It requires JDT and GEF. It has following features.\n\n- HTML/JSP/XML/CSS/DTD/JavaScript Hilighting\n- HTML/JSP Preview\n- JSP/XML Validation\n- Contents Assist (HTML Tags/Attributes, XML based on DTD and JSP taglib and more)\n- Wizards for creating HTML/JSP/XML files\n- Outline View\n- Editor Preferences\n- Editor Folding\n- Web Browser (It works as an Eclipse's editor)\n- Image Viewer\n- Tag Palette\n- CSS code completion and outline\n- DTD code completion, outline and validation\n- JavaScript code completion, outline and validation\n\nInstallation\n--------\nInstall from the update site: http://takezoe.github.io/amateras-update-site/\n\nNote: SWT Browser widget (HTMLEditor uses it for preview HTML and JSP) requires Mozilla in the Linux. See details at [The SWT FAQ](http://www.eclipse.org/swt/faq.php#browserlinux). Also you can disable preview in the preference dialog. Choose [Window]-\u003e[Preferences]-\u003e[Amateras] and check [Disable Preview]. Then you would be able to use HTMLEditor without Mozilla.\n\nLicense\n--------\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nSome icons are based on Eclipse distribution's. Eclipse Public License is applied to these icons. And included libraries are distributed by their original license.\n\nHistory\n--------\n### Version 2.2.0 (2012/12/28)\n\n- Eclipse Juno Support\n- HTML validation improvoment (XHTML validation problem was fixed)\n\n### Version 2.1.0 (2011/02/20)\n\n- Many part of JavaScript Editor are re-written and many features were improved.\n- JavaScript Formatter Improvement (based on JS Beautifier)\n- JavaScript Validator Improvement (based on Google Closure Compiler)\n- JavaScript Code Completion Improvement\n- CommonJS Modules 1.0 Support\n\nSee details [here](http://sourceforge.jp/projects/amateras/wiki/AmaterasIDE_2_1_0) about new features.\n\n### Version 2.0.7 (2010/07/05)\n\n- JavaScript editor improvenemnt\n- Code completion was greatly improved\n- jQuery code completion\n- Quick Outline (CTRL + O)\n- JsDoc support\n- Selected word highlighting\n- XPath search dialog is available in the HTML editor\n- Configurable HTML/JSP formatter\n- Synchronization of the caret offset and outline view selection in HTML, XML, JSP and JavaScript editor\n\nSee details [here](http://sourceforge.jp/projects/amateras/wiki/AmaterasIDE_2_0_7) about new features.\n\n### Version 2.0.6 (2008/09/06)\n\n- JavaScript code completion improved\n- JavaSCript code formatter\n- Add JavaScript Library wizard\n- Taglib Highlighting\n- JSP code completion improved (JSTL, EL and others...)\n- New extension points are available\n\nSee details [here](http://sourceforge.jp/projects/amateras/wiki/AmaterasIDE_2_0_6) about new features.\n\n### Version 2.0.5.1 (2008/02/21)\n\n- Bug fixed: Rhino debugger dies with Eclipse.\n\n### Version 2.0.5 (2008/02/16)\n\n- Eclipse 3.3 support (This version can not work with Eclipse 3.2)\n- Rhino JavaScript Debugger\n- CSS Preview view\n- Code completion and Hyperlink improved\n- XPath serach in the XML editor\n- Enable / disable auto editing\n- New extension point (tk.eclipse.plugin.htmleditor.pagefilter)\n\nSee details [here](http://sourceforge.jp/projects/amateras/wiki/AmaterasIDE_2_0_5) about new features.\n\n### Version 2.0.4 (2007/02/25)\n\n- GEF dependency became an optional. If you don't have GEF, Palette view will be unavailable.\n- Fixed JSP editor bugs.\n\n### Version 2.0.3 (2006/12/30)\n\n- This version works with only Eclipse 3.2\n- Inner JavaScript/CSS Editing in the HTML editor\n- Java code completion in the JSP editor\n- Classpath variable that provides Servlet/JSP API\n- CDATA section and XML declaration highlighting in the XML editor\n- IDREF/IDREFS attribute value completion in the XML editor\n- Java Classname hyperlink/completion in the XML editor\n- Auto editing\n- Code completion in the XML file which doesn't use DTD/XSD\n- New extention-points\n\n### Version 2.0.2 (2006/08/20)\n\n- Displays taglib description in the JSP completion.\n- JSP debugging with WTP.\n- JavaScript Launcher.\n- JavaScript common libraries for code completion in the JavaScript editor.\n- TaskTag in HTML/JSP/XML/JavaScript editor.\n- Toggle Comment in the JavaScript editor (CTRL+/)\n- Generate XSD action in the DTD editor.\n- Supports Eclipse 3.1 \u0026 3.2 (this version can't work with Eclipse 3.0).\n\n### Version 2.0.1 (2006/06/18)\n\n- Code completion using custom elements / attributes in HTML/JSP editor\n- Code completion using Templates in HTML/JSP/XML/JavaScript editor\n- Color choose action in the HTML/JSP/CSS editor's context menu\n\n### Version 2.0.0 (2006/03/06)\n\n- DTD Editor that provides syntax highlighting, code completion and valdiation\n- JavaScript Editor that provides syntax highlighting, code completion and valdiation\n- Toggle comment\n- Added keybord shortcut to some editor actions\n\n### Version 1.6.9 (2005/12/25)\n\n- Improvemrnt for the css editor highlighting\n- Improvement for the outline view\n- Highlighting for paired characters\n- Fixed a problem about recursive xml schema\n\n### Version 1.6.8 (2005/11/26)\n\n- Fixed some problems about charset in the XML editor.\n- Added an option to disable the preview pane.\n- Code completion for directives (\u003c%@ ... %\u003e) in the JSP editor.\n- Syntax hilighting for java code in the JSP editor.\n- Improved attribute value processing.\n\n### Version 1.6.7 (2005/09/17)\n\n- Improvement about XML schema support\n- JSP editor supports jsp:attribute, jsp:body and more\n- JSP editor supports tagdir\n- HTML/JSP editor supports onXXXX attributes\n- Added toolbar to the web browser (it has some buttons such as \"Back\" and \"Next\")\n- HTML validation using JTidy (it can be configured in the project preference)\n- The outline view displays attributes\n- Multi-page editors supports ruler context menu actions\n- Editors support external files (CVS repositry and out of the workspace)\n\n### Version 1.6.6 (2005/07/24)\n\n- Generate DTD and XSD in the XML editor\n- Some bugs are fiexed\n\n### Version 1.6.5 (2005/07/09)\n\n- Eclipse 3.1 support\n- Customization of Palette\n- Improvement about DTD preference page\n- Soft tab (insert spaces instead of tabs)\n- Customization of background and foreground color\n- XML Schema based validation and completion in the XML editor\n- Mapping taglib-uri to local files (It's same as DTD)\n- \"Open Palette\" action in HTML/JSP/XML editor context menu\n- \"Comment(JSP)\" action in the JSP editor context menu\n\n### Version 1.6.4 (2005/04/08)\n\n- CSS Editor\n- Some bugs are fixed\n\n### Version 1.6.3 (2005/03/19)\n\n- JDK 1.5 support\n- Getting taglib from xmlns\n- Hyperlink support in \"href\" and others (CTRL+Click)\n- Fixed some problems\n\n### Version 1.6.2 (2005/03/01)\n\n- Fixed problem about preview in system undefault charset\n- Fixed problem about preview then JSP contains non-close-tag\n- Fixed problem that \u003cjsp:...\u003e is reported as error\n- Fixed problem that attribute value completion is disabled when no value characters are input\n- Supports default text editor's action such as \"Markset\",\"Incremental search\" and \"Print\"\n- Added option that disable DTD in XML editor\n\n### Version 1.6.1 (2005/02/19)\n\n- Loading TLD from WEB-INF/web.xml and WEB-INF/lib/*.jar.\n- Validation taglibs (it examines whether tag and required attrs exist) in the JSP Editor.\n- Focusing to editor, after insert tags from tag palette.\n- A tag palette insert \u003c%@ taglib .. %\u003e automatically when it is not exist.\n- CSS completion supports multi classes like class=\"aa bb\".\n\n### Version 1.6.0 (2005/02/13)\n\n- This version requires JDT and GEF.\n\n### Version 1.5.3 (2005/01/29)\n### Version 1.5.2 (2005/01/22)\n### Version 1.5.1 (2005/01/16)\n### Version 1.5.0 (2004/12/25)\n### Version 1.4.1 (2004/12/10)\n### Version 1.4.0 (2004/11/30)\n### Version 1.3.0 (2004/11/23)\n### Version 1.2.0 (2004/09/15)\n### Version 1.1.0 (2004/09/13)\n### Version 1.0.0 (2004/09/10)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakezoe%2Famateras-html-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakezoe%2Famateras-html-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakezoe%2Famateras-html-editor/lists"}