1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-31 19:04:44 +00:00
6502bench/CommonWPF
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
..
Properties Add multi-key combo handling for hints 2019-06-04 16:10:55 -07:00
AnimatedGifEncoder.cs Checkpoint work on wireframe visualization 2020-02-29 18:30:19 -08:00
CommonWPF.csproj Progress toward OMF file handling 2020-06-26 17:04:35 -07:00
FrameAnimationControl.xaml Progress on animated visualizations 2019-12-20 15:09:57 -08:00
FrameAnimationControl.xaml.cs Serialize animations to project file 2019-12-22 16:56:57 -08:00
Helper.cs Fancy comments, part 1 2024-07-04 17:25:21 -07:00
InverseBooleanConverter.cs Fancy comments, part 1 2024-07-04 17:25:21 -07:00
ListToStringConverter.cs Progress toward OMF file handling 2020-06-26 17:04:35 -07:00
MultiKeyInputGesture.cs Fix multi-multi-key inputs 2019-06-07 13:10:52 -07:00
WindowPlacement.cs Save and restore grid column widths 2019-06-20 15:10:35 -07:00
WorkProgress.xaml Move WorkProgress dialog into CommonWPF library 2019-07-19 16:37:51 -07:00
WorkProgress.xaml.cs Add a progress bar to HTML export 2020-03-15 14:07:05 -07:00
WPFExtensions.cs Add Export feature to visualization editor 2020-06-20 17:32:57 -07:00