-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unable to exit in beryl console. Fix deleting old version.txt
r4979 2019-08-27 ## DISCUSSION 1. #208 2. #216 ## NEW 1. Add "0. Exit" in the beryl console for exiting mars-sim. ## CHANGE 1. Modify selectMode() in InteractiveTerm to enable exiting mars-sim. 2. Modify the constructor in SimulationConfigEditor to enable exiting mars-sim. ## FIX 1. Correct not being able to delete old version.txt in loadConfig. - Call versionFile.delete() prior to deleting the xml folder. 2. Fix unable to exit in beryl console. 2. Fix the ability to exit mars-sim by clicking the top right corner "X" button in SimulationConfigEditor.
- Loading branch information
Showing
4 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters