enso/distribution/lib/Standard
Michael Mauderer 38906b39da
Implement Lazy Text Visualisation. (#3910)
Implements [#183453466](https://www.pivotaltracker.com/story/show/183453466).

https://user-images.githubusercontent.com/1428930/203870063-dd9c3941-ce79-4ce9-a772-a2014e900b20.mp4

# Important Notes
* the best laziness is used for `Text` type, which makes use of its internal representation to send data
* any type will first compute its default string representation and then send the content of that lazy to the IDE
* special handling of files and their content will be implemented in the future
* size of the displayed text can be updated dynamically based on best effort information: if the backend does not yet know the full width/height of the text, it can update the IDE at any time and this will be handled gracefully by updating the scrollbar position and sizes.
2023-01-24 20:55:36 +00:00
..
Base/0.0.0-dev Add Meta.get_annotation (#4049) 2023-01-24 21:28:33 +03:00
Database/0.0.0-dev Add Table.cross_join and Table.zip to In-Memory Table (#4063) 2023-01-23 13:19:52 +00:00
Examples/0.0.0-dev Database Joins (#4007) 2023-01-05 10:36:22 +00:00
Geo/0.0.0-dev Let JavaScript parse JSON and write JSON ... (#3987) 2022-12-20 10:33:46 +00:00
Google_Api/0.0.0-dev Align Vector API with design, add some extra functions from AoC (#4026) 2023-01-12 13:32:24 +00:00
Image/0.0.0-dev Report failed name resolutions in type signatures (#4030) 2023-01-09 10:35:36 +00:00
Searcher/0.0.0-dev Align Vector API with design, add some extra functions from AoC (#4026) 2023-01-12 13:32:24 +00:00
Table/0.0.0-dev Add Table.cross_join and Table.zip to In-Memory Table (#4063) 2023-01-23 13:19:52 +00:00
Test/0.0.0-dev Add Table.cross_join and Table.zip to In-Memory Table (#4063) 2023-01-23 13:19:52 +00:00
Visualization/0.0.0-dev Implement Lazy Text Visualisation. (#3910) 2023-01-24 20:55:36 +00:00