1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-27 16:34:46 +00:00
Andy McFadden 83da0d952c Fancy comments, part 1
Added a "fancy" flag to MultiLineComment.  If set, we will use
formatting commands embedded in the text itself.  The max width pop-up
and "boxed" flag will be ignored in favor of width and boxing
directives.  (See issue #111.)

The current "fancy" formatter is just a placeholder that folds lines
every 10 characters.

Removed FormattedMlcCache (added two changes back).  Caching the
rendered string list in the MLC itself is simpler and more efficient
than having a separate cache, and it works for Notes as well.

Added anchors for more comments in the 20090 test.
2024-07-04 17:25:21 -07:00
..
2020-10-18 09:16:50 -07:00
2021-08-10 14:08:39 -07:00
2020-10-19 16:02:28 -07:00
2021-08-10 14:08:39 -07:00
2021-10-02 15:43:41 -07:00
2021-10-07 12:39:30 -07:00
2024-05-31 14:22:39 -07:00