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

Refactor Pluto class to accommodate multiple editor windows #80

Merged
merged 8 commits into from
Feb 20, 2024

Conversation

ctrekker
Copy link
Member

@ctrekker ctrekker commented Oct 31, 2023

Pluto is currently structured as a quasi-singleton assigned to a single window, making multiple window management difficult. This PR mainly refactors the Pluto class into a proper instantiable class so that window management may be implemented with the desired "window per notebook" design.

Closes #79
Closes #82 (2e8385a)

@ctrekker ctrekker marked this pull request as ready for review February 20, 2024 03:28
@ctrekker ctrekker merged commit e2c968d into main Feb 20, 2024
3 checks passed
@fonsp
Copy link
Member

fonsp commented Feb 20, 2024

nice!!

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

Successfully merging this pull request may close these issues.

Fault-tolerant locate_pluto.jl Refactor "Pluto" class to support multiple windows
2 participants