MakovWait / godots

🚀Ultimate go-to hub for managing your Godot versions and projects! 🚀
MIT License
322 stars 25 forks source link

[Feature Request] Sort editor versions in Import Project dropdown list. #84

Open Deozaan opened 4 months ago

Deozaan commented 4 months ago

The Problem:

When importing a project, you are given a dropdown list of installed editor versions to use for the newly imported project. This list appears to be sorted in the order the editors were added to Godots, which often means the version you want to use (the latest version) is at or near the bottom of the list.

Godots - Import Project

Proposed Solution:

Ideally they should be sorted the same way they are shown on the Local Editors tab, with starred editor versions on top of the list. This will ensure that the most relevant choices will appear first in the list.

Godots - Local Editors

Alternative Solution:

If the ideal solution is not feasible, then at the very least the editor versions should be sorted alphabetically to make it easier to find what you're looking for since this will group similar versions together.