1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 20:28:59 +00:00
6502bench/SourceGen/WpfGui
Andy McFadden d01c61fbc1 Fix HTML output
We weren't escaping '<', '>', and '&', which caused browsers to get
very confused.  Browsers seem to prefer <PRE> to <CODE> for long
blocks of text, so switch to that.

Also, added support for putting long labels on their own lines in
the HTML output.

Also, fixed some unescaped angle brackets in the manual.

Also, tweaked the edit instruction operand a bit more.
2019-09-17 19:13:28 -07:00
..
AboutBox.xaml Various doc fixes 2019-07-29 13:20:03 -07:00
AboutBox.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
CodeListItemStyle.xaml Make modified flags stand out 2019-09-02 15:18:55 -07:00
DataFileLoadIssue.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
DataFileLoadIssue.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
DiscardChanges.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
DiscardChanges.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditAddress.xaml Minor fixes 2019-07-21 15:24:39 -07:00
EditAddress.xaml.cs Minor fixes 2019-07-21 15:24:39 -07:00
EditAppSettings.xaml Add first pass at source export dialog 2019-09-10 17:43:31 -07:00
EditAppSettings.xaml.cs Implement text export 2019-09-12 13:57:52 -07:00
EditComment.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditComment.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditDataOperand.xaml Split-address table formatter now handles non-split tables 2019-09-15 13:16:38 -07:00
EditDataOperand.xaml.cs PETSCII does DCI 2019-08-20 17:55:12 -07:00
EditDefSymbol.xaml Add "Copy to Operand" button to instruction operand editor 2019-09-14 17:57:46 -07:00
EditDefSymbol.xaml.cs Add "Copy to Operand" button to instruction operand editor 2019-09-14 17:57:46 -07:00
EditInstructionOperand.xaml Fix HTML output 2019-09-17 19:13:28 -07:00
EditInstructionOperand.xaml.cs Fix HTML output 2019-09-17 19:13:28 -07:00
EditLabel.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditLabel.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditLocalVariableTable.xaml Add a "move table" button 2019-09-01 16:40:54 -07:00
EditLocalVariableTable.xaml.cs Instruction operand editor rework, part 2 2019-09-07 20:56:43 -07:00
EditLongComment.xaml Changed naming convention in Applesoft/F8-ROM symbol files 2019-09-16 16:58:32 -07:00
EditLongComment.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditLvTableLocation.xaml Add a "move table" button 2019-09-01 16:40:54 -07:00
EditLvTableLocation.xaml.cs Add a "move table" button 2019-09-01 16:40:54 -07:00
EditNote.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditNote.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditProjectProperties.xaml Make "smart" PLP handling optional 2019-09-02 15:57:59 -07:00
EditProjectProperties.xaml.cs Instruction operand editor rework, part 2 2019-09-07 20:56:43 -07:00
EditStatusFlags.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
EditStatusFlags.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
Export.xaml Add Export feature to documentation 2019-09-13 18:22:34 -07:00
Export.xaml.cs Add Export feature to documentation 2019-09-13 18:22:34 -07:00
FindBox.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
FindBox.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
FontPicker.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
FontPicker.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
FormatAddressTable.xaml Rename FormatSplitAddress to FormatAddressTable 2019-09-15 13:37:38 -07:00
FormatAddressTable.xaml.cs Rename FormatSplitAddress to FormatAddressTable 2019-09-15 13:37:38 -07:00
GotoBox.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
GotoBox.xaml.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
MainWindow.xaml Rename FormatSplitAddress to FormatAddressTable 2019-09-15 13:37:38 -07:00
MainWindow.xaml.cs Rename FormatSplitAddress to FormatAddressTable 2019-09-15 13:37:38 -07:00
NewProject.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
NewProject.xaml.cs Fix startup issues 2019-07-20 17:36:12 -07:00
ProjectLoadIssues.xaml Make the "continue" button actually do something 2019-08-02 16:00:58 -07:00
ProjectLoadIssues.xaml.cs Make the "continue" button actually do something 2019-08-02 16:00:58 -07:00