More Orion 5.0 news
diff --git a/orion/5.0/M2/images/50m2-gerrit-changeid.png b/orion/5.0/M2/images/50m2-gerrit-changeid.png
new file mode 100644
index 0000000..91f8be7
--- /dev/null
+++ b/orion/5.0/M2/images/50m2-gerrit-changeid.png
Binary files differ
diff --git a/orion/5.0/M2/images/50m2-json-lint.png b/orion/5.0/M2/images/50m2-json-lint.png
new file mode 100644
index 0000000..fc2768d
--- /dev/null
+++ b/orion/5.0/M2/images/50m2-json-lint.png
Binary files differ
diff --git a/orion/5.0/M2/orion-news-M2.html b/orion/5.0/M2/orion-news-M2.html
index 76490c2..5f5df98 100644
--- a/orion/5.0/M2/orion-news-M2.html
+++ b/orion/5.0/M2/orion-news-M2.html
@@ -36,31 +36,47 @@
<p><img src="images/50m2-content-assist.png" alt="Improved content assist"/></p>
+<h3 id="node-assist">Content assist for popular Node.js libraries</h3>
+Orion has added indexes to support content assist for some of the most popular Node.js libraries. On the database front there is now content assist for Redis, MySQL, Postgres, and MongoDB. Content assist is now also available for the AMQP messaging library, and the Express.js framework. Templates for popular code snippets with these various libraries are also available. Orion plugins can now contribute indexes for other libraries using the <tt>orion.core.typedef</tt> service.
+
<h3 id="eslint">Fully configurable JavaScript syntax validation</h3>
Orion is now almost fully converted over to the fantastic <a href="https://github.com/eslint/eslint">eslint</a> library for JavaScript syntax validation. The only exception is script tags in HTML files, which are still validated with jslint for now. A huge advantage of eslint is its configurability. As a result, we now expose a large selection of lint configuration options on the <b>Validation</b> settings page.
<p><img src="images/50m2-validation-settings.png" alt="Validation settings page"/></p>
+<h3 id="json-lint">Syntax validation of JSON</h3>
+Orion now provides syntax validation for <a href="http://json.org/">JSON</a> files.
+
+<p><img src="images/50m2-json-lint.png" alt="JSON syntax highlighting"/></p>
+
+<h3 id="gerrit">Improved Gerrit support</h3>
+Orion is steadily making progress towards support for <a href="https://code.google.com/p/gerrit/">Gerrit</a> workflows. In the current release the following features have been added:
+<p>
+Support to attach a Gerrit change-id to your commits:
+</p>
+<p><img src="images/50m2-gerrit-changeid.png" alt="Gerrit change id in commit dialog"/></p>
+<p>
+Git push without tags. When pushing a change to Gerrit for review you don't want to push tags as well. The <b>Push</b> button now has a drop-down menu on the right that provides an option to push commits only.
+</p>
+
+
+ </li>
+</ul>
+
cloud foundry integration
+- cf logs viewer
find file filtered on specific folders (424130)
cannot edit during compare with each other
-json lint
-cf logs viewer
Gerrit support:
change id in Orion commit for Gerrit (425272)
git push without tags https://bugs.eclipse.org/bugs/show_bug.cgi?id=425242
push to /refs/for
-plugins can contribute content assist indexes (orion.core.typedef)
-
-content assist for Redis, MySQL, Postgres and MongoDB, Express and AMQP
- - also templates for same: https://bugs.eclipse.org/bugs/show_bug.cgi?id=427388
-
Syntax highlighting in standalone editor (http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/tree/bundles/org.eclipse.orion.client.editor/web/examples/editor/edit.html?id=e06ad033cf09495b71bef4f0255d397ede2b2971)