Skip to content

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

jathak added 3 commits March 25, 2019 22:58
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.

2 participants