1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-05 23:30:20 +00:00
6502bench/SourceGen
Andy McFadden cb6ceafd73 Make operand wrap length configurable
Long operands, such as strings and bulk data, can span multiple lines.
SourceGen wraps them at 64 characters, which is fine for assembly
output but occasionally annoying on screen: if the operand column is
wide enough to show the entire value, the comment column is pushed
pretty far to the right.

This change makes the width configurable, as 32/48/64 characters,
with a pop-up in app settings.

The assemblers are all wired to 64 characters, though we could make
this configurable as well with an assembler-specific setting.

Some things have moved around a bit in app settings.  The Asm Config
tab now comes last.  Having it sandwiched in the middle of tabs that
altered the on-screen display didn't make much sense.  The Display
Format is now explicitly for opcodes and operands, and is split into
two columns.  The left column is managed by the "quick set" feature,
the right column is independent.
2020-07-19 18:39:27 -07:00
..
AsmGen Make operand wrap length configurable 2020-07-19 18:39:27 -07:00
Examples Update A2-HP-CDA example 2020-07-10 21:22:18 -07:00
Properties
Res SGEC update, part 1 2020-07-15 16:18:02 -07:00
RuntimeData Make operand wrap length configurable 2020-07-19 18:39:27 -07:00
Sandbox Reboot sandbox when required 2020-07-19 13:20:18 -07:00
SGTestData Update relocation data handling 2020-07-10 17:41:38 -07:00
Tests Make operand wrap length configurable 2020-07-19 18:39:27 -07:00
Tools Add 20212-reloc-data test 2020-07-05 17:17:44 -07:00
WpfGui Make operand wrap length configurable 2020-07-19 18:39:27 -07:00
Anattrib.cs Add Data Bank Register management, part 1 2020-07-08 17:56:27 -07:00
App.config
App.xaml
App.xaml.cs Version 1.7.0-dev2 2020-07-11 17:09:37 -07:00
AppSettings.cs Make operand wrap length configurable 2020-07-19 18:39:27 -07:00
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs Update relocation data handling 2020-07-10 17:41:38 -07:00
DataAnalysis.cs Update relocation data handling 2020-07-10 17:41:38 -07:00
DefSymbol.cs
DisasmProject.cs Add File > Reload External Files 2020-07-19 16:59:41 -07:00
DisplayList.cs
DisplayListSelection.cs
Exporter.cs Data Bank Register management, part 3 2020-07-09 16:52:23 -07:00
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs Data Bank Register management, part 4 2020-07-09 19:42:31 -07:00
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs Add File > Reload External Files 2020-07-19 16:59:41 -07:00
MessageList.cs
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs SGEC update, part 2 (of 2) 2020-07-15 17:43:08 -07:00
ProjectProperties.cs Data Bank Register management, part 4 2020-07-09 19:42:31 -07:00
PseudoOp.cs Make operand wrap length configurable 2020-07-19 18:39:27 -07:00
RuntimeDataAccess.cs
Sgec.cs SGEC tweaks 2020-07-16 10:14:28 -07:00
SourceGen.csproj SGEC update, part 1 2020-07-15 16:18:02 -07:00
Symbol.cs
SymbolTable.cs
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs Add Data Bank Register management, part 1 2020-07-08 17:56:27 -07:00
VisBitmapAnimation.cs
Visualization.cs
VisualizationSet.cs
VisWireframeAnimation.cs
WeakSymbolRef.cs
WireframeObject.cs
XrefSet.cs