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

Add "Clear VM" button to the IDE #24

Closed
terryzfeng opened this issue Apr 13, 2024 · 1 comment
Closed

Add "Clear VM" button to the IDE #24

terryzfeng opened this issue Apr 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@terryzfeng
Copy link
Member

terryzfeng commented Apr 13, 2024

Clear the ChucK Instance for public class re-instantiation
feature request from @tae1han

@terryzfeng terryzfeng added the enhancement New feature or request label Apr 15, 2024
@terryzfeng
Copy link
Member Author

@tae1han Won't be working on this feature since there would be some sensitive VM things that the IDE needs to preserve like HID functionality and the like.

Although not recommended, you can manually clear the ChucK VM with code by doing:

Machine.clearVM(); // Note this would break HID

Hopefully #18 will be able to achieve a similar result as clearVM and maintain WebChucK IDE classes/VM basic things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant