Saving and Loading
Saving
To save your project select File > Save
from the menu or press Ctrl/Cmd
+ S
. If you try to close a project with unsaved changes MD Engine will warn you giving you a chance to save your project first.
Loading
To load your project again, either use the Open button on the New Project window or select File > Open
from the menu and navigate to your project's folder then select the .mdep
file.
You can also return to the Recent Projects window by selecting File > Switch Project
from the menu.
Version Control
The project folder layout and .mdep
file is designed to work well with version control systems such as Git with each change by the application taking place on a new line in the data file allowing history to be tracked easily. If you want to use version control on your project you can just create the repository at the project root folder.
It's recommended to ignore the build
folder from your repository using a .gitignore
file or similar.
Backups
Each time you save your project the previous version is saved to your project folder with the extension .mdep.bak
. If you ever wish to roll back to the previous version in your project you can rename this file to have the extension .mdep
and open this file instead.