PR #4280 adds the windows-curses module back to Leo's requirements.
Work on Rust projects continues to suggest improvements:
- PR #4281 allows (but does not require) Leo to colorize the body of comments and docstrings as restructuredText. For Rust, this feature applies only to "///" comments, not "//" comments. This enhancement makes a big difference. This PR should not change Leo's existing colorizing, but we shall see.
- PR #4282 enhances Leo's find-def and find-ref commands so that they will find Rust definitions if "@language rust" is in effect for c.p.
Please report any problems immediately.
Edward
I'll take a look at those PR soon in order to see which ones can/should be also applied to LeoJS.