Skip to content

Commit bcac4b3

Browse files
SougandhSmerks
authored andcommitted
Add N&N for quick search sorting
1 parent 3cf92ee commit bcac4b3

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
281 KB
Loading
275 KB
Loading

news/4.37/platform.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,27 @@ This is how it looks with different values of that property:
153153
| | ![Menu with System Behavior Showing No Selection Indication](images/menu_state_system.png) | ![Menu with Selection Indication Overwriting Image](images/menu_state_noimage.png) | ![Menu with Overlay Selection Indication](images/menu_state_overlay.png) |
154154

155155

156+
### Sort Quick Search Results
157+
158+
<details>
159+
<summary>Contributors</summary>
160+
161+
- [Ed Merks ](https://github.com/merks)
162+
- [Andrey Loskutov ](https://github.com/iloveeclipse)
163+
- [Sougandh S ](https://github.com/SougandhS)
164+
</details>
165+
166+
Quick Search will now support sorting of results, making it easier to navigate and analyze large result sets.
167+
You can sort the entries by `Line`, `Text`, or `Path`, helping you quickly locate the most relevant matches.
168+
169+
To use this, simply click on any column you wish to sort by in the `Quick Search` results view
170+
171+
![Results Sorted by Ascending](images/QuickSearchAscendingSort.png)
172+
173+
Clicking the sorted column again will toggle the sorting order between ascending and descending.
174+
175+
![Results Sorted by Descending](images/QuickSearchDescendingSort.png)
176+
156177

157178
---
158179
## Debugger

0 commit comments

Comments
 (0)