PrismLauncher / PrismLauncher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)
https://prismlauncher.org
GNU General Public License v3.0
5.54k stars 624 forks source link

Allow sorting exported modlists (SOLVED) #2756

Closed eccodev closed 2 weeks ago

eccodev commented 2 weeks ago

Role

I'm putting together a modpack for my friends

Suggestion

Allow the user to sort "Mod List" exports by name, size, time added, etc.

Benefit

I would like an easier way to compare old and new versions of the pack. Currently, diffing two versions of the pack's Mod List results in an unreadable jumble.

This suggestion is unique

You may use the editor below to elaborate further.

No response

Trial97 commented 2 weeks ago

Already a thing in nightly builds it will be released in 9.0. also this is a duplicate of a closed issues glfor sure

eccodev commented 2 weeks ago

Ah, apologies! I failed to search through closed issues, so that's on me. Didn't mean to waste your time. Quick thank you for the work you do!

eccodev commented 2 weeks ago

If anyone wants an easy way to do this while waiting on a stable release implementation of this: export your old and new versions as separate files (I personally export to .md), install and/or open Notepad++. On the top bar click Plugins > Plugins Admin, search for and install either the Compare or ComparePlus plugin, whichever you prefer. Once Notepad++ restarts, open both files, and select your old file. Click Edit > Line operations > Sort Lines Lexicographically Ascending. Do the same to the new file. To compare both files, click Plugins > Compare(or ComparePlus)> Set as first to compare. Now select your new file, click Plugins > Compare > Compare. Voila. Hopefully this helps someone.