1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-05 23:30:20 +00:00
6502bench/SourceGen
Andy McFadden 6a8d6950e5 Add change discard confirmation to project properties editor
It's too easy to hit Escape after making a bunch of changes, so
now we ask for confirmation.

(Might make sense to make this strictly an Esc guard, and not
pester the user if they actually hit the Cancel button or close
box.  I'm not convinced though; Esc+Enter isn't terrible.)
2019-11-04 17:41:33 -08:00
..
AsmGen Add toolbar button for "Go to Last Change" 2019-11-04 15:22:56 -08:00
Examples Rearrange the tutorial files 2019-10-30 09:49:11 -07:00
Properties
Res Add toolbar button for "Go to Last Change" 2019-11-04 15:22:56 -08:00
RuntimeData Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
Sandbox
SGTestData Tweak line folding code 2019-11-01 19:47:56 -07:00
Tests
Tools Minor updates 2019-10-25 18:16:09 -07:00
WpfGui Add change discard confirmation to project properties editor 2019-11-04 17:41:33 -08:00
Anattrib.cs
App.config
App.xaml
App.xaml.cs Version 1.4.0 2019-10-30 15:50:09 -07:00
AppSettings.cs
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs
DataAnalysis.cs Tweak "nearby" label finder 2019-10-29 18:12:22 -07:00
DefSymbol.cs
DisasmProject.cs Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
DisplayList.cs
DisplayListSelection.cs
Exporter.cs
ExternalFile.cs
FormatDescriptor.cs Fix junk alignment check 2019-10-23 13:25:50 -07:00
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs Experiment with showing character value next to default data 2019-10-23 13:02:31 -07:00
LocalVariableLookup.cs Improve handling of hidden LV tables 2019-10-28 16:54:01 -07:00
LocalVariableTable.cs Improve the "info" panel 2019-10-22 21:27:49 -07:00
MainController.cs Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
MessageList.cs Improve handling of hidden LV tables 2019-10-28 16:54:01 -07:00
MultiLineComment.cs Tweak line folding code 2019-11-01 19:47:56 -07:00
NavStack.cs
PlatformSymbols.cs Update comments, remove unused var 2019-10-27 21:29:44 -07:00
ProjectFile.cs
ProjectProperties.cs
PseudoOp.cs Improve the "info" panel 2019-10-22 21:27:49 -07:00
RuntimeDataAccess.cs
SourceGen.csproj Add an Applesoft to HTML converter 2019-10-23 17:49:59 -07:00
Symbol.cs Add toolbar button for "Go to Last Change" 2019-11-04 15:22:56 -08:00
SymbolTable.cs Improve the "info" panel 2019-10-22 21:27:49 -07:00
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
WeakSymbolRef.cs
XrefSet.cs