forked from errai/errai.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathideaplugin.html
More file actions
61 lines (54 loc) · 2.07 KB
/
ideaplugin.html
File metadata and controls
61 lines (54 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<head>
<title>Errai IntelliJ Plugin</title>
<style type="text/css">
body {
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>Errai IntelliJ Plugin</h1>
<p>This page contains the direct download for the Errai integration plugin for IntelliJ IDEA.</p>
<h3>Get the most up-to-date version directly from the <a href="http://plugins.jetbrains.com/plugin?pr=idea&pluginId=7193">JetBrains plugin repository</a>.</h3>
<table>
<thead style="background-color: gray;">
<tr>
<td>Version</td>
<td>Description</td>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td>v0.1</td>
<td>Errai Framework Plug-in for IntelliJ IDEA 12.0 (Community and Ultimate)</td>
<td><a href="idea-errai-plugin.jar">Download (JAR)</a></td>
</tr>
</tbody>
</table>
<h2>Current features</h2>
<ul>
<li>Errai UI
<ul>
<li>Validates <tt>@Templated</tt> annotation</li>
<li>Validates all <tt>@DataField</tt> elements</li>
<li>Validates <tt>@EventHandler</tt> semantics</li>
<li>Provides refactoring support for data fields</li>
<li>Hyper-linking from code to template nodes</li>
<li>Code completion within <tt>@Templated</tt> and <tt>@DataField</tt> annotation attributes</li>
<li>Smart code completion inside Errai UI templates (ie. automatically suggests un-used data fields)</li>
<li>Code smells for potential <tt>@DataField</tt> injection problems</li>
<li>Quick fixes for various validation problems</li>
</ul>
</li>
<li>Errai Databinding
<ul>
<li>Validates <tt>@Bound</tt> fields in Errai UI templates</li>
<li>Validates <tt>@AutoBound DataBinder<T></tt> in Errai UI templates are properly bindable</li>
<li>Provides code completion for <tt>@Bound(property=xxx)</tt></li>
<li>Hyper-linking from property elements to model elements</li>
<li>Quick fixes for various validation problems</li>
</ul>
</li>
</ul>
</body>