robojumper / DarkestDungeonSaveEditor

Darkest Dungeon Save File (.json) Reader, Writer, Editor. Also, Spreadsheets.
MIT License
75 stars 8 forks source link

Show tabs of files names in vertical order + alphabet sorting #12

Open GeromTaylor opened 5 years ago

GeromTaylor commented 5 years ago

Hello. Thanks for the tool :)

Little feedback about tabs: When tabs are arranged in a horizontal order it is really difficult to find the one you need. How about put them in vertical order with using alphabetically sorting? It can be placed on left side before content window.

P.S. Sure in that case width of file editor window will be a bit smaller, but will be no any problem to find exact file you looking for.

robojumper commented 5 years ago

This is a good suggestion. In fact, I had already attempted something like this earlier, but when there are more files, the standard tabbed container would arrange the tabs in multiple columns, which made it similarly difficult to identify the files. In any case, alphabetical ordering seems like an obvious improvement.

GeromTaylor commented 5 years ago

But, if it possible to provide some custom UI, then I can put here a bit tricky suggestion:

Here I created example with all functionality what I just described (try scroll down and click on any filename): custom_tabs.zip

alphabetical ordering seems like an obvious improvement

But if all that I suggested above will consume a lot of time so sure that will be also good improvement.