Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

void Os::MarkAsModified(bool modified); #10

Open
TrevorSundberg opened this issue Nov 8, 2019 · 0 comments
Open

void Os::MarkAsModified(bool modified); #10

TrevorSundberg opened this issue Nov 8, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@TrevorSundberg
Copy link
Contributor

TrevorSundberg commented Nov 8, 2019

The platform needs to expose a MarkAsModified function to the operating system. For most OSes this would do nothing, but for Emscripten this would set a flag that shows the "unsaved changes" dialog when you click exit on the tab.

Currently the launcher shows the dialog for no reason, and the editor shows it when no changes have been made.

@TrevorSundberg TrevorSundberg added the good first issue Good for newcomers label Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant