Recent Changes

2012-10-05
2012-06-13
2011-02-20
2011-02-12
2010-08-09

Latest File Release

AIR GEAR (1.0.4)2009-12-31 01:10
AmaterasERD (1.0.9)2012-06-13 15:15
AmaterasERD Extension (1.0.0)2011-02-11 17:27
AmaterasIDEInstaller (2.0.6)2009-05-11 01:47
AmaterasUML (1.3.4)2012-07-16 23:52
BootJava (1.2)2004-08-30 09:13
csv-lib (1.2)2004-04-24 18:01
EclipseHTMLEditor (2.2.0)2012-12-28 03:18
epcb-csv (1.1.1)2005-04-29 23:30
ExcelPettyCashBook (1.2.0)2005-04-29 23:28
ExcelPettyCashBook-all (20050429)2005-04-29 23:32
ExcelPettyCashBook-src (20050429)2005-04-29 23:34
FacesIDE (2.0.6)2008-09-06 22:46
FuzzyXML (1.0.0)2007-07-17 17:04
IPMsg (1.6)2004-07-12 15:00
JavaCVS (1.4)2005-05-01 06:21
JavadocSearch (0.0.3)2003-12-18 11:14
Java Standard EL Functions (1.1.2)2011-01-19 08:14
Mirage (1.1.5)2012-04-15 18:46
rdiff-backup-browser (1.0.0)2010-11-18 01:12
SAStrutsPlugin (1.0.1)2009-04-16 01:14
sns (3.12)2006-12-05 13:04
StepCounter (3.0.2)2013-06-15 12:10
StrutsIDE (2.0.7)2010-07-05 01:22
Translations (m2eclipse0.0.10)2007-05-18 06:23
XLSBeans (1.2.1)2011-07-05 14:54

Wiki Guide

Side Bar

AmaterasIDE 2.0.6 New Features

EclipseHTMLEditor

Improved JavaScript code completion

JavaScript editor provides completion proposals based on a variable type.

js_completion.png

JavaScript editor provides code completion for prototyps.js, script.aculo.us and Adobe AIR.

HTML/JSP/JavaScript formatting

The Format action is available in the context menu of HTML, JSP and JavaScript editor.

js_format.png

Adding JavaScript libraries

JavaScript library adding wizard is available. Now this wizard includes prototype.js and script.aculo.us.

add_js_lib.png

Editor Context Menu IDs

Amateras editors context menu id have been defined.

  • #AmaterasHTMLEditor
  • #AmaterasXMLEditor
  • #AmaterasJSPEditor
  • #AmaterasJavaScriptEditor
  • #AmaterasCSSEditor
  • #AmaterasDTDEditor

Taglib Highlighting

The JSP editor highlights taglibs. Hightlighting colors can be configured in the preference page.

taglib_highlight.png

Code completion for <%@ include %> and <jsp:include>

The JSP editor provides completion proposals for <%@ include %> and <jsp:include>.

jsp_include_completion.png

Code completion for JSTL

The JSP editor provides completion proposals for JSTL taglibs attribute values.

jstl_completion.png

dynamic-attributes

The JSP editor teaches you which taglibs use dynamic-attributes (supported in JSP 2.0) in code completion proposals.

dynamic_attributes.png

JSP Preview Improved

  • Even if the JSP does not have <html> or <body>, the JSP editor can preview well.
  • JSP editor rewrites absolute path of external files (such as JavaScript, CSS and images) in the preview tab. So we can see the html which applied them.

EL function completion

jsp_function.png

New extension point

A following extension point is now available:

  • tk.eclipse.plugin.htmleditor.javaScriptCompleter
  • tk.eclipse.plugin.htmleditor.jspelAssistProcessor

StrutsIDE

Run on Server

You can run the selected JSP from the context menu in the struts-config.xml editor.

struts_RunOnServer.png

FacesIDE

Run on Server

You can run the selected action from the context menu in the faces-config.xml editor.

jsf_RunOnServer.png