Hybrid visual and textual functional programming.
Go to file
Michał Wawrzyniec Urbańczyk 5a9c32360e File Manager Integration (https://github.com/enso-org/ide/pull/203)
This PR brings code necessary to fully integrate file manager and properly use it.
Two most important parts are:
* executor that can be integrated with basegl's event loop;
* implementation of the `Transport` trait based on `web_sys::WebSocket`.

I've also added some glue code to put the file manager connection into the project view.

Implements #2105.

Original commit: 64c06632e1
2020-02-21 16:54:42 +01:00
gui File Manager Integration (https://github.com/enso-org/ide/pull/203) 2020-02-21 16:54:42 +01:00