📝molikto/medit
- molikto/medit is a Projectional Editor framework developed by molikto (Minghao Liu)
- He’s doing a devlog of how the editor evolves:
- 1. A Bootstrapped Tree Editor
- 2. Layout Combinators
- Pretty-printing can be used to layout widgets in Projectional Editors
- The core of the Pretty-Printing he uses is: [Compact, Streaming Pretty-Printing of Hierarchical Data: a Pretty-Printing algorithm by Haoyi used in scala’s PPrint: http://www.lihaoyi.com/PPrint/ | from Pretty-Printing]
- 3. Handling Mouse Clicking