BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

mock a folder for scroll menu and read file names #17

Closed CupOfGeo closed 3 years ago

BoraxTheClean commented 3 years ago

Related question: It looks like scroll_menu.py is unused and you made a class for the scroll menu in text_editor.py.

If that is correct, we should abstract the ScrollMenuDialog class into it's own namespace as part of this task.

CupOfGeo commented 3 years ago

Yeah i was thinking it would be a mock folder with fake files to for the scroll menu to pull names from to display and select.

BoraxTheClean commented 3 years ago

We should probably spec out what the expected behavior is before mocking it. Maybe you should take this task if you have a solid vision of what needs to be done.

ntdkhiem commented 3 years ago

I think this issue has been solved per my PR so it should be safe to close it.