You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/manual/addonStore.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,14 @@ Add-ons can be filtered by display name, publisher and description.
30
30
1. Enable the "Include incompatible add-ons" filter
31
31
1. Ensure add-ons with status "incompatible" are included in the list with the available add-ons.
32
32
33
+
### Sorting the add-ons list by column
34
+
1. Open the Add-on Store
35
+
1. Jump to the sort by column field (`alt+m`)
36
+
1. Select different columns, and ensure that the add-ons list is sorted accordingly
37
+
1. Alternatively, perform a left mouse click on different columns
38
+
1. Check and uncheck the descending order checkbox (`alt+d`), and ensure that add-ons are sorted in descending order only when the checkbox is checked.
39
+
1. Change to different tabs, and repeat the previous steps.
40
+
33
41
### Failure to fetch add-ons available for download
34
42
1. Disable your internet connection
35
43
1. Go to your [NVDA user configuration folder](#editing-user-configuration)
Copy file name to clipboardExpand all lines: user_docs/en/changes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ In order to use this feature, the application volume adjuster needs to be enable
15
15
* Added an action in the Add-on Store to cancel the install of add-ons. (#15578, @hwf1324)
16
16
* Added an action in the Add-on Store to retry the installation if the download/installation of an add-on fails. (#17090, @hwf1324)
17
17
* It is now possible to specify a mirror URL to use for the Add-on Store. (#14974)
18
+
* The add-ons lists in the Add-on Store can be sorted by columns. (#15277, @nvdaes)
18
19
* When decreasing or increasing the font size in LibreOffice Writer using the corresponding keyboard shortcuts, NVDA announces the new font size. (#6915, @michaelweghorn)
0 commit comments