Skip to content
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.35/images/filterByCategory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions news/4.35/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ <h2>Platform and Equinox</h2>
<td id="ViewsAndDialogs" class="section" colspan="2">
<h2>Views, Dialogs and Toolbar </h2>
</td>
<tr id="FilterByCategory"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/2579 -->
<td class="title">Filter by Category</td> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/2602 -->
<td class="content">
<p>
The search filter in the "Import/Export" wizard, as well as the "Show View" dialog has been extended to also support
category names. On a match, all elements in the category are shown. This changes the previous behavior where only
entries were matched and searching by a category would result in an empty tree.
</p>
<p>
<img src="images/filterByCategory.png" alt="Filter import wizards by &quot;General&quot;"/>
</p>
</td>
</tr>
</tr>
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->

Expand Down