Skip to content

Commit ce13739

Browse files
committed
Add news & noteworthy entry regarding "Filter by Category"
The "Show View" as well as the "Import" and "Export" wizards now support filtering by category, rather than only by entry. eclipse-platform/eclipse.platform.ui#2576 eclipse-platform/eclipse.platform.ui#2579 eclipse-platform/eclipse.platform.ui#2602
1 parent 3a7811d commit ce13739

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
35.2 KB
Loading

news/4.35/platform.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ <h2>Platform and Equinox</h2>
4242
<td id="ViewsAndDialogs" class="section" colspan="2">
4343
<h2>Views, Dialogs and Toolbar </h2>
4444
</td>
45+
<tr id="FilterByCategory"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/2579 -->
46+
<td class="title">Filter by Category</td> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/2602 -->
47+
<td class="content">
48+
<p>
49+
The search filter in the "Import/Export" wizard, as well as the "Show View" dialog has been extended to also support
50+
category names. On a match, all elements in the category are shown. This changes the previous behavior where only
51+
entries were matched and searching by a category would result in an empty tree.
52+
</p>
53+
<p>
54+
<img src="images/filterByCategory.png" alt="Filter import wizards by &quot;General&quot;"/>
55+
</p>
56+
</td>
57+
</tr>
4558
</tr>
4659
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->
4760

0 commit comments

Comments
 (0)