1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-04 03:59:09 +00:00
6502bench/SourceGenWPF
Andy McFadden 8a483f06c2 Implement Toggle ASCII Chart
While I was at it, I noticed that the ASCII chart and hex dump
viewer windows were always in front of the main app window.  It looks
like child windows are always in front.  The easy fix is to not
set an owner.

This causes a new problem: the windows don't get closed automatically
when the parent window closes, and the app won't exit until all
windows are closed.  So we now explicitly close the hex dump and
ASCII chart windows when the main window is closed, and we now keep
track of all the external-file hex dump windows.  (It always sort of
bothered me that we were creating hex dump windows and not keeping
track of them.  Itch has now been scratched.)

Also, changed the ascch-mode setting to be an enum rather than an
integer.  Renamed the setting to ascch-mode1.
2019-07-14 18:12:03 -07:00
..
AsmGen Implement long-comment editing 2019-07-07 16:18:46 -07:00
Properties
Res Implement three shortcut commands 2019-07-14 13:50:15 -07:00
Sandbox Fiddle with selection 2019-05-29 17:39:36 -07:00
Tests Implement Show Hex Dump 2019-07-12 17:08:54 -07:00
Tools Implement Toggle ASCII Chart 2019-07-14 18:12:03 -07:00
WpfGui Implement Toggle ASCII Chart 2019-07-14 18:12:03 -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
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 Implement Toggle ASCII Chart 2019-07-14 18:12:03 -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 Set background color on Notes in the code list 2019-07-14 15:39:27 -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 Set background color on Notes in the code list 2019-07-14 15:39:27 -07:00
MainController.cs Implement Toggle ASCII Chart 2019-07-14 18:12:03 -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 Minor tweaks 2019-07-13 11:29:05 -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 Implement Toggle ASCII Chart 2019-07-14 18:12:03 -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