1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-28 09:29:37 +00:00
6502bench/SourceGenWPF
Andy McFadden e97672697c Finish Edit Data Operand dialog
I looked at doing this in full WPF fashion, binding context object
properties to radio button IsChecked properties, but there's a lot
of conditional logic behind the scenes.  I also wanted to do the
various formatted strings with a StringFormat binding, but that only
takes one argument, and some of them need two.

On the plus side, the format strings are now in Window.Resources,
rather than the global string table or the buttons themselves.
(The latter always felt a little sleazy, but it seemed like the
least annoying way to do it in WinForms.)
2019-07-11 13:56:16 -07:00
..
AsmGen Implement long-comment editing 2019-07-07 16:18:46 -07:00
Properties Add WPF app skeleton 2019-04-29 16:34:09 -07:00
Res Implement Find / Find Next 2019-07-07 13:34:47 -07:00
Sandbox Fiddle with selection 2019-05-29 17:39:36 -07:00
Tests Implement "about" dialog 2019-07-06 15:51:57 -07:00
WpfGui Finish Edit Data Operand dialog 2019-07-11 13:56:16 -07:00
AddressMap.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
Anattrib.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
App.config Add WPF app skeleton 2019-04-29 16:34:09 -07:00
App.xaml Rename ProjWin directory to WpfGui 2019-06-21 15:17:04 -07:00
App.xaml.cs Port project loader code 2019-05-05 16:50:28 -07:00
AppSettings.cs Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -07:00
AutoLabel.cs Implement first project properties tab ("General") 2019-07-03 14:27:54 -07:00
ChangeSet.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
CodeAnalysis.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
DataAnalysis.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
DefSymbol.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
DisasmProject.cs Make ResetList() 1000x faster 2019-05-30 16:30:59 -07:00
DisplayList.cs Implement long-comment editing 2019-07-07 16:18:46 -07:00
DisplayListSelection.cs Restore selection and top position after change 2019-06-10 15:46:35 -07:00
ExternalFile.cs Load a hard-coded project file 2019-05-08 18:08:46 -07:00
FormatDescriptor.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
HelpAccess.cs Wire up undo, redo, and F1 help 2019-06-11 16:27:15 -07:00
LineListGen.cs Implement long-comment editing 2019-07-07 16:18:46 -07:00
MainController.cs Implement copy-to-clipboard 2019-07-11 11:36:07 -07:00
MultiLineComment.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
NavStack.cs Rework NavStack 2019-06-22 11:36:08 -07:00
PlatformSymbols.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
ProjectFile.cs Show formatted data in the code list 2019-05-27 18:52:25 -07:00
ProjectProperties.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
PseudoOp.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
RuntimeDataAccess.cs Load a hard-coded project file 2019-05-08 18:08:46 -07:00
SourceGenWPF.csproj Initial layout of Edit Data Operand dialog 2019-07-08 17:02:25 -07:00
Symbol.cs Move symbol sort comparison function into Symbol class 2019-06-17 12:44:02 -07:00
SymbolTable.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
SystemDefaults.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
SystemDefs.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
UndoableChange.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
WeakSymbolRef.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
XrefSet.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00