rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.79k stars 98 forks source link

sorting files in folder in the sources aids the navigation #44

Closed grooverdan closed 2 years ago

grooverdan commented 2 years ago

image

Currently this folder contains a lot of files that cannot be searched by name, so having them sorted will make it easier to navigate to a file.

rohanrhu commented 2 years ago

Right.... I will do this for next release. Thank youu 😊

rohanrhu commented 2 years ago

Btw, there is also a fuzzy finder that opens with CTRL + P.

rohanrhu commented 2 years ago

Hewwwooo @grooverdan I added alphabetically sorting. You can test it from latest Git revision 😊 It will be released in next version.

image