libgdx / gdx-liftoff

A modern setup tool for libGDX Gradle projects
Apache License 2.0
529 stars 50 forks source link

Third Party extensions are now sorted by display name. #185

Closed raeleus closed 3 months ago

raeleus commented 3 months ago

The Third Party extensions are now sorted by their display names as defined in the nls.properties file.

tommyettinger commented 3 months ago

This should be handled by the latest commit, which uses the placement of your code but the sort logic of the existing comparator for unofficial libraries. I think I can close this now, but thanks for this; this means libraries will be compared by I18N'ed name now.