1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-30 06:29:32 +00:00
6502bench/SourceGenWPF/AsmGen
Andy McFadden 99b484df4c Implement long-comment editing
We can now Edit Long Comment and Edit Header Comment.

Changing the number of lines in a long comment exposed a bug in the
display list update.  Fixed.

Running the WinForms version trashed the column widths, which exposed
the fact that the default column widths were set too narrow.  Fixed.

On an unrelated note, hitting undo/redo quickly will sometimes leave
you scrolled to the bottom of the code list.  Some sort of command-
handling race in the WPF framework?  (Not fixed.)
2019-07-07 16:18:46 -07:00
..
WpfGui Implement long-comment editing 2019-07-07 16:18:46 -07:00
AsmCc65.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
AsmMerlin32.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
AsmTass64.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
AssemblerConfig.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
AssemblerInfo.cs Implement second settings tab ("Asm Config") 2019-06-27 15:15:58 -07:00
AssemblerVersion.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
GenCommon.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
IAssembler.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
IGenerator.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
LabelLocalizer.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
StringGather.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00