Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added N&N for Compare Editor #105

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added news/4.31/images/compare_editor_differences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions news/4.31/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,25 @@ <h2>Views, Dialogs and Toolbar </h2>
<h2>Text Editors </h2>
</td>
</tr>

<tr id="Number_of_differences_shown"> <!-- https://github.com/eclipse-platform/eclipse.platform/issues/504 -->
<td class="title">Compare Editor</td>
<td class="content">
<p>
The number of differences between two files are shown on the toolbar of compare editor
which matches the change markers shown next to the scroll bar in compare editor.
This feature is helpful when the files compared are large and have many differences that cannot be counted manually.

</p>
<p><img src="images/compare_editor_differences.png" alt="Compare Editor"/></p>
<p>

The number of differences change based on the selection in the compilation unit of Java Structure Compare.

</p>
<p><img src="images/java_structure_compare_selection_differences.png" alt="Compare Editor"/></p>
</td>
</tr>
<!-- ******************* End of Text Editors ************************************* -->

<!-- ****************** Preferences ************************************* -->
Expand Down