ngld / knossos

NuKnossos a complete rewrite of the old Knossos mod manager. Nebula also lives here since it's easier to manage both projects in a single monorepo. If you're looking for the old code, go to https://github.com/ngld/old-knossos.
Apache License 2.0
24 stars 2 forks source link

Minor update to `More...` list #45

Closed wookieejedi closed 6 months ago

wookieejedi commented 2 years ago

This PR adds a two minor updates to list of options that appears when the More... button is clicked on a mod.

1) Changes the word Open to the word Run. This seems minor, but IMO really helps with clarifying difference between running an exe (FRED, Fast Debug) and opening the log file.

2) Sorts the list of options to this order "FRED2, FRED2 Debug, Fast Debug, QtFRED, qtFRED Debug, Open Debug Log, Verify File Integrity". Works out that this order is a logical and also alphabetical. Previous ordering was "FRED2 Debug, FRED2, Fast Debug, qtFRED Debug, QtFRED, Open Debug Log, Verify File Integrity."

JohnAFernandez commented 2 years ago

Imho, Fast Debug and Open Debug Log should be first and second to help new users find them during the debug process.

wookieejedi commented 2 years ago

Definitely useful discussion to have. Current order in old Knossos is "Run FRED2, Run FRED2 Debug, Run Fast Debug, Run QtFRED, Run QtFRED Debug, Open Debug Log, Upload Debug Log, FSO Settings"