e-matteson
e-matteson
If I press `o` while on a folded heading, I would like to the new line to be added after body of the heading, not before. As an example, where...
Here's my suggested fix for issue #33 - assuming other people agree that the behavior of `o` and `O` should be changed.
I've been looking for a status bar that's positioned along the left or right edge of the screen, with text rotated 90 degrees. It seems like a good way to...
In partial-pretty-printer. Requires adding `Hole` variants.
Rename nested module pairs: layout, ast, and style
Viewports, WidthStrategy, what else?
Decide how to divide things up. Possibly: - create new `server` crate containing `Server` and keymap stuff. - move `Engine` into `editor` crate - rename `editor` crate to `engine` crate?
If one word in a program fails, the rest of the program will continue executing. This is bad. We should figure out what the correct behavior is and implement it.
For the future: make a "Virtual Doc" that implements PrettyDocument, b.c. ASTs have a terrible API for this use case, as demonstrated in this method's code. (Add a TODO.) _Originally...