Skip to content

Write comments without stopping execution #53

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

Open
Zomis opened this issue Sep 12, 2016 · 0 comments
Open

Write comments without stopping execution #53

Zomis opened this issue Sep 12, 2016 · 0 comments

Comments

@Zomis
Copy link
Owner

Zomis commented Sep 12, 2016

At the moment all edits made to the code area will enforce the program to be stopped, it would be better if code execution can continue as long as non-code stuff is modified.

There are a few options for how to handle modifications:

  • Code that is added is not used until the file is saved (code can be marked with different background color to indicate this)
  • Code that is removed probably need to apply changes directly (or just mark code with different background color?)
  • If code is modified, show a "Don't ask this again" dialog about if the execution should be stopped
  • Do not allow modifying the code while program is running, only allow edits to comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant