bofirial / DungeonBot

A website for learning to code using c#.
https://dungeonbot.net
MIT License
5 stars 1 forks source link

Support Multiple Files in DungeonBotCodeEditor #83

Closed bofirial closed 2 years ago

bofirial commented 3 years ago

The Code Editor should allow the user to create multiple files for their DungeonBot Scripts and edit each individually. This will likely be a ListDetailView that can include an add button in the ListView.

The Code for each File should be maintained when switching between files and then saved when the save button is clicked. We will need an indicator in the List View for all files that have changes but have not been saved yet.

bofirial commented 2 years ago

Not planning on coding in Monaco in the redesign.