492212: Add Mylyn section to Neon N&N

Change-Id: If99805832ab8ad226b0f7f6656bbe85052e6a028
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=492212
Signed-off-by: Sam Davis <sam.davis@tasktop.com>
diff --git a/noteworthy/images/gerrit-builds.png b/noteworthy/images/gerrit-builds.png
new file mode 100644
index 0000000..809bebf
--- /dev/null
+++ b/noteworthy/images/gerrit-builds.png
Binary files differ
diff --git a/noteworthy/images/inline-comments.png b/noteworthy/images/inline-comments.png
new file mode 100644
index 0000000..7c4c46c
--- /dev/null
+++ b/noteworthy/images/inline-comments.png
Binary files differ
diff --git a/noteworthy/images/review-comment-threads.png b/noteworthy/images/review-comment-threads.png
new file mode 100644
index 0000000..c2a53ef
--- /dev/null
+++ b/noteworthy/images/review-comment-threads.png
Binary files differ
diff --git a/noteworthy/images/reviews-section.png b/noteworthy/images/reviews-section.png
new file mode 100644
index 0000000..a8a066f
--- /dev/null
+++ b/noteworthy/images/reviews-section.png
Binary files differ
diff --git a/noteworthy/mylyn.adoc b/noteworthy/mylyn.adoc
new file mode 100644
index 0000000..5d8b13a
--- /dev/null
+++ b/noteworthy/mylyn.adoc
@@ -0,0 +1,28 @@
+[[mylyn]]
+== Mylyn
+
+=== Gerrit Connector
+
+==== Build Status on Patch Sets
+
+The status of builds triggered by a patch set is shown on that patch set instead of appearing as comments. If the Hudson/Jenkins connector is installed, users can open the test results in the JUnit view directly from the patch set. This may not work if the Gerrit trigger plugin is configured with custom messages.
+
+image::images/gerrit-builds.png[]
+
+==== Task to Review Traceability
+
+The task editor contains a section showing the reviews associated with the task, and indicates which reviews have unread incoming changes.
+
+image::images/reviews-section.png[]
+
+==== Comment Threads
+
+Inline comments are shown in threads, directly in the patch sets section in the review editor. This makes it easy to see the conversation taking place at a given line of code. Unread incoming comments are highlighed in blue.
+
+image::images/review-comment-threads.png[]
+
+==== Inline Comments
+
+Inline comments can now be edited and replied to inline, without opening a separate dialog.
+
+image::images/inline-comments.png[]
\ No newline at end of file
diff --git a/noteworthy/noteworthy.adoc b/noteworthy/noteworthy.adoc
index 7fbd5d7..cf71d60 100644
--- a/noteworthy/noteworthy.adoc
+++ b/noteworthy/noteworthy.adoc
@@ -33,6 +33,8 @@
 
 include::modeling.adoc[]
 
+include::mylyn.adoc[]
+
 [[sources]]
 == Sources
 
@@ -48,3 +50,6 @@
 * https://wiki.eclipse.org/CDT/User/NewIn90[Eclipse C/C++ Development Tools 9.0 New and Noteworthy]
 * https://wiki.eclipse.org/PDT/NewIn37[Eclipse PHP Development Tools 3.7 New and Noteworthy]
 * https://wiki.eclipse.org/PDT/NewIn40[Eclipse PHP Development Tools 4.0 New and Noteworthy]
+* https://www.eclipse.org/mylyn/new/showVersion.php?version=new-3.17.html[Eclipse Mylyn 3.17 New and Noteworthy]
+* https://www.eclipse.org/mylyn/new/showVersion.php?version=new-3.18.html[Eclipse Mylyn 3.18 New and Noteworthy]
+* https://www.eclipse.org/mylyn/new/showVersion.php?version=new-3.19.html[Eclipse Mylyn 3.19 New and Noteworthy]
diff --git a/noteworthy/noteworthy.html b/noteworthy/noteworthy.html
index c84cc16..6babbbb 100644
--- a/noteworthy/noteworthy.html
+++ b/noteworthy/noteworthy.html
@@ -61,6 +61,11 @@
 <li><a href="#_custom_graphical_editors">Custom Graphical Editors</a></li>
 </ul>
 </li>
+<li><a href="#mylyn">Mylyn</a>
+<ul class="sectlevel2">
+<li><a href="#_gerrit_connector">Gerrit Connector</a></li>
+</ul>
+</li>
 <li><a href="#sources">Sources</a></li>
 </ul>
 </div>
@@ -1529,6 +1534,58 @@
 </div>
 </div>
 <div class="sect1">
+<h2 id="mylyn">Mylyn</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_gerrit_connector">Gerrit Connector</h3>
+<div class="sect3">
+<h4 id="_build_status_on_patch_sets">Build Status on Patch Sets</h4>
+<div class="paragraph">
+<p>The status of builds triggered by a patch set is shown on that patch set instead of appearing as comments. If the Hudson/Jenkins connector is installed, users can open the test results in the JUnit view directly from the patch set. This may not work if the Gerrit trigger plugin is configured with custom messages.</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/gerrit-builds.png" alt="gerrit builds">
+</div>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_task_to_review_traceability">Task to Review Traceability</h4>
+<div class="paragraph">
+<p>The task editor contains a section showing the reviews associated with the task, and indicates which reviews have unread incoming changes.</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/reviews-section.png" alt="reviews section">
+</div>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_comment_threads">Comment Threads</h4>
+<div class="paragraph">
+<p>Inline comments are shown in threads, directly in the patch sets section in the review editor. This makes it easy to see the conversation taking place at a given line of code. Unread incoming comments are highlighed in blue.</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/review-comment-threads.png" alt="review comment threads">
+</div>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_inline_comments">Inline Comments</h4>
+<div class="paragraph">
+<p>Inline comments can now be edited and replied to inline, without opening a separate dialog.</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/inline-comments.png" alt="inline comments">
+</div>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
 <h2 id="sources">Sources</h2>
 <div class="sectionbody">
 <div class="paragraph">
@@ -1566,6 +1623,15 @@
 <li>
 <p><a href="https://wiki.eclipse.org/PDT/NewIn40">Eclipse PHP Development Tools 4.0 New and Noteworthy</a></p>
 </li>
+<li>
+<p><a href="https://www.eclipse.org/mylyn/new/showVersion.php?version=new-3.17.html">Eclipse Mylyn 3.17 New and Noteworthy</a></p>
+</li>
+<li>
+<p><a href="https://www.eclipse.org/mylyn/new/showVersion.php?version=new-3.18.html">Eclipse Mylyn 3.18 New and Noteworthy</a></p>
+</li>
+<li>
+<p><a href="https://www.eclipse.org/mylyn/new/showVersion.php?version=new-3.19.html">Eclipse Mylyn 3.19 New and Noteworthy</a></p>
+</li>
 </ul>
 </div>
 </div>
@@ -1573,7 +1639,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-06-22 14:39:33 -04:00
+Last updated 2016-07-06 13:56:05 -04:00
 </div>
 </div>
 </body>