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

[WIP] Editor #93

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

[WIP] Editor #93

wants to merge 7 commits into from

Conversation

jathak
Copy link
Owner

@jathak jathak commented Apr 5, 2019

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

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)
@jathak
Copy link
Owner Author

jathak commented Apr 5, 2019

@dnachum @kavigupta FYI. Will ask for proper code review once this is more complete.

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.

1 participant