OrigamiDev-Pete/TODO_Manager

Sort files alphabetically

Closed this issue · 1 comments

Currently they are shown in apparent random order, alphabetical filename sorting would greatly help find TODOs

Hi,
Thanks for notifying me that the alphabetic sorting wasn't working correctly.
Until now the sorting was based on the full path of the file which mean that scripts within the same directories would be grouped together.

I just added sorting based on the script name in the latest commit. You can now choose between sorting by file path or script name depending on the 'Script Name' option in the settings.

Hope this helps! I'll update the release in the Godot Asset Library soon. Until then you can clone the files from the repository.
Let me know how you go.