Skip to content

Commit 12e51f9

Browse files
committed
Release notes for 0.2.0
1 parent 70e5ab7 commit 12e51f9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: blog
3+
title: Play2 support 0.2.0
4+
author: Scala IDE team
5+
disqus: false
6+
---
7+
8+
The Scala IDE team is happy to announce a new preview release of the Play2 support plugin in Scala IDE for Eclipse!
9+
10+
In this release we focused on improving the route file support:
11+
12+
* code completion for every section of the route file
13+
* rename refactoring for URLs
14+
* hyperlinking to controller methods for Scala too
15+
* a new quick-assist in Java and Scala sources to automatically add a controller to the route file
16+
* and last but not least, better syntax highlighting out-of-the-box!
17+
18+
Check the [wiki][route-editor] for details on all new features, or head over to the [project documentation][doc] for all features.
19+
20+
### Installation
21+
22+
The plugin is compatible with Play 2.1 applications, on Scala 2.10 or Java 1.5+. It should be installed on Scala IDE 3.0.0 for Scala 2.10, on both Eclipse 3.7 (Indigo) and 4.2 (Juno).
23+
24+
It is available through the [Scala IDE ecosystem sites][download], the same as the ones used to install Scala IDE 3.0.0.
25+
26+
Follow [this guide][tutorial] for a step-by-step introduction to the development of Play2 application inside Scala IDE.
27+
28+
### Feedback
29+
30+
The plugin was tested on a limited range of Play2 application configurations. If it seems to be incompatible with your setup, or if you notice other problems, please open a [ticket][tickets] with the relevant information or contact us on the [Scala IDE mailing list][mailing-list].
31+
32+
### Acknowledgments
33+
34+
The initial work was done by Amir Shaikhha. The effort was continued by the Scala IDE team and additional contributors: Iulian Dragos, Luc Bourlier, Mirco Dotta and Alden Torres.
35+
36+
[route-editor]: https://github.com/scala-ide/scala-ide-play2/wiki/Route-Editor
37+
[template-editor]: https://github.com/scala-ide/scala-ide-play2/wiki/Template-Editor
38+
[doc]: https://github.com/scala-ide/scala-ide-play2/wiki
39+
[download]: /download/current.html
40+
[tutorial]: /docs/tutorials/play/index.html
41+
[tickets]: https://github.com/scala-ide/scala-ide-play2/issues
42+
[mailing-list]: https://groups.google.com/forum/?fromgroups#!forum/scala-ide-user
43+

0 commit comments

Comments
 (0)