diff --git a/news/4.41/images/Launch_config_sort.gif b/news/4.41/images/Launch_config_sort.gif new file mode 100644 index 00000000..783ef0ab Binary files /dev/null and b/news/4.41/images/Launch_config_sort.gif differ diff --git a/news/4.41/images/Launch_toolbar.png b/news/4.41/images/Launch_toolbar.png new file mode 100644 index 00000000..5cbcd7c8 Binary files /dev/null and b/news/4.41/images/Launch_toolbar.png differ diff --git a/news/4.41/images/Preference.png b/news/4.41/images/Preference.png new file mode 100644 index 00000000..f01f7493 Binary files /dev/null and b/news/4.41/images/Preference.png differ diff --git a/news/4.41/platform.md b/news/4.41/platform.md index 2b865804..753934d5 100644 --- a/news/4.41/platform.md +++ b/news/4.41/platform.md @@ -196,6 +196,25 @@ Zooming and resizing images is thus as smooth as before, while images are still In addition, images are now drawn at consistent sizes on monitors with a zoom other than 100%, independent of which `GC.drawImage()` overload is used. Previously, the overload that supports cropping could render an image a few pixels off compared to the other overloads, which was particularly visible for images whose width and height differ substantially. +### Sort Launch Configurations by Most Recent Launch +
+Contributors + +- [Sougandh S](https://github.com/SougandhS) +
+ +The `Launch Configurations` dialog now provides a toolbar option to toggle between the default alphabetical sorting +and sorting by most recently launched configurations within each type group. + +![Launch Toolbar](images/Launch_toolbar.png) + +This makes it easier to quickly find configurations that were recently used, especially when many configurations have similar names. + +![Launch Configuration Sorting](images/Launch_config_sort.gif) + +The number of recent configurations considered is controlled by the existing `Size of recently launched applications list` preference. + +![Preference](images/Preference.png) ## Debugger