Conversation
The editor now supports creating and closing tabs, collapsing the sidebar, and restoring saved state (state is saved automatically). Still need: - ability to run code / visualize - ability to save code to files (display in sidebar)
Owner
Author
|
@dnachum @kavigupta FYI. Will ask for proper code review once this is more complete. |
Also adds sidebar links and makes the sidebar width adjustable. Misc other changes (mostly UI).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is not ready for review yet; just updating on current status.
So far, I have the core editor UI working, with a collapsible sidebar (no content yet) and a tabbed main window. Each tab contains a buffer built on top of
CodeInput. The autocomplete box displays at the bottom of the editor pane.The editor constantly saves its state and automatically restores when reopened. This will be separate from saving files (which isn't implemented yet).
I have this branch deployed at https://scheme.jenthakar.com if anyone wants to try it out. It can be launched with
(editor)or by going to this direct link https://scheme.jenthakar.com#editor