Skip to content

Commit 1383976

Browse files
dottaLuc Bourlier
authored and
Luc Bourlier
committed
mirco's feedback
1 parent ec9d7cf commit 1383976

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

blog/_posts/2012-07-26-plugin-templates.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ author: Luc Bourlier
66

77
---
88

9-
The [Scala IDE ecosystem]({{ site.baseurl }}scalatest-ecosystem.html) which was just announced will be a great place for find tools to develop application in Scala. But they have to be plugins to be included in one of the update sites.
9+
The [Scala IDE ecosystem]({{ site.baseurl }}/download/ecosystem.html) which was [just announced]({{ site.baseurl }}/blog/scalatest-ecosystem.html)
10+
will be a great place for finding plugins to boost your productivity. The ecosystem will host
11+
not only plugins targeting end-users, but also tools for aiding developers creating and debugging their plugins.
1012

11-
So developers will need to create Scala IDE plugin version of their tools. To bootstrap in this process, we provide two [giter8](https://github.com/n8han/giter8/) templates to generate complete maven projects, containing plugin skeletons, features and update site:
13+
To bootstrap the process of creating a Scala IDE plugin, we provide two [giter8](https://github.com/n8han/giter8/) templates to generate complete maven projects, containing plugin skeletons, features and update site:
1214

1315
* [scala-ide/scala-plugin.g8](https://github.com/scala-ide/scala-plugin.g8) - a set of projects to develop an Eclipse plugin written in Scala.
1416
* [scala-ide/scala-ide-plugin.g8](https://github.com/scala-ide/scala-ide-plugin.g8) - a set of projects to develop an Eclipse plugin on top of Scala IDE.

0 commit comments

Comments
 (0)