1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-06 01:55:11 +00:00
6502bench/SourceGenWPF
Andy McFadden 80ec6b6c78 Add selection analysis
The various items in the Actions menu are enabled or disabled based
on the current selection.  There's no SelectedIndices property in
WPF ListViews, so we have to do things slightly differently.

The SelectedItems list isn't kept sorted to match the list contents,
so finding first/last item requires a bit of scanning.

Also, rearranged some stuff.  I'm trying to keep the old and new
code somewhat parallel, to make it easier to walk through at the end
and see if I've missed something.
2019-06-08 16:13:04 -07:00
..
AsmGen Show formatted data in the code list 2019-05-27 18:52:25 -07:00
ProjWin Add selection analysis 2019-06-08 16:13:04 -07:00
Properties Add WPF app skeleton 2019-04-29 16:34:09 -07:00
Res Show formatted data in the code list 2019-05-27 18:52:25 -07:00
Sandbox Fiddle with selection 2019-05-29 17:39:36 -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 Load a hard-coded project file 2019-05-08 18:08:46 -07:00
App.xaml.cs Port project loader code 2019-05-05 16:50:28 -07:00
AppSettings.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
AutoLabel.cs Copy some non-UI code over 2019-05-02 15:45:40 -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 Wire up selection tracking 2019-06-07 17:25:04 -07:00
DisplayListSelection.cs Add selection analysis 2019-06-08 16:13:04 -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 Copy some non-UI code over 2019-05-02 15:45:40 -07:00
LineListGen.cs Wire up selection tracking 2019-06-07 17:25:04 -07:00
MainController.cs Add selection analysis 2019-06-08 16:13:04 -07:00
MultiLineComment.cs Copy some non-UI code over 2019-05-02 15:45:40 -07:00
NavStack.cs Copy some non-UI code over 2019-05-02 15:45:40 -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 Wire up selection tracking 2019-06-07 17:25:04 -07:00
Symbol.cs Copy some non-UI code over 2019-05-02 15:45:40 -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