-
Notifications
You must be signed in to change notification settings - Fork 11
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
Editor: Add Stop Button #45
Comments
@brannondorsey I just fixed the stop button ... it was pretty simple :) The issue now is that when re-compiling via the play button, if the I'll leave it to you to figure out the best way to keep track of that ... After we get that fixed and update the changelog, I'd say we should release 0.3.0. |
hmm... it seems like the stop button doesn't work on linux at v0.3.0-RC1. |
Darn. Will look at it again timing or tomorrow morning. |
I can confirm that this is giving on / off behavior on OSX as well. Strangely, it seems to depend on which project you are running ... let's try to get this figured out form both back and front ends tomorrow in the olab. |
OK. I'm pretty sure it's working in all cases on both OSX and linux. A few things had to be fixed:
|
The stop button needs to call the task manager to cancel the task with the task UUID generated by the run button. This is less important in desktop development and very important during remote / Raspberry Pi development.
The text was updated successfully, but these errors were encountered: