1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen
Andy McFadden 9be99a7cac Make hint application less annoying
Two changes:
(1) Code and data hints are now only applied to the first byte on
    each selected line.  This allows you to slap a code hint on a
    string without lighting up the whole string.  Inline-data hints
    and hint removal work as before.
(2) Added a menu item (with Ctrl+D as shortcut) to toggle the state
    of the uncategorized data analyzer.  This makes it easy to turn
    off the feature that put the code into a string in the first
    place.
2018-10-07 21:55:44 -07:00
..
AppForms Make hint application less annoying 2018-10-07 21:55:44 -07:00
AsmGen Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
Examples Update READMEs 2018-09-30 15:10:08 -07:00
Properties Add keyboard shortcuts for applying hints 2018-10-07 21:13:37 -07:00
RuntimeData Make hint application less annoying 2018-10-07 21:55:44 -07:00
Sandbox Rename DomainManager property to DomainMgr 2018-10-04 15:29:47 -07:00
Setup Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
SGTestData Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
Tests Initial file commit 2018-09-28 10:05:11 -07:00
Tools Placate the static code analyzer 2018-09-30 21:25:26 -07:00
AddressMap.cs Initial file commit 2018-09-28 10:05:11 -07:00
Anattrib.cs Initial file commit 2018-09-28 10:05:11 -07:00
App.config Initial file commit 2018-09-28 10:05:11 -07:00
AppSettings.cs Record main window location as well as size 2018-10-01 15:04:23 -07:00
ChangeSet.cs Initial file commit 2018-09-28 10:05:11 -07:00
CodeAnalysis.cs Initial file commit 2018-09-28 10:05:11 -07:00
DataAnalysis.cs First cut of split-address table formatter 2018-10-06 18:05:31 -07:00
DefSymbol.cs Initial file commit 2018-09-28 10:05:11 -07:00
DisasmProject.cs Another swing at first-word-is-load-addr 2018-10-05 20:55:05 -07:00
DisplayList.cs Strip single-byte format items on single-byte instructions 2018-10-05 11:10:03 -07:00
ExternalFile.cs Initial file commit 2018-09-28 10:05:11 -07:00
FormatDescriptor.cs Initial file commit 2018-09-28 10:05:11 -07:00
HelpAccess.cs Initial file commit 2018-09-28 10:05:11 -07:00
MultiLineComment.cs Initial file commit 2018-09-28 10:05:11 -07:00
NavStack.cs Initial file commit 2018-09-28 10:05:11 -07:00
PlatformSymbols.cs Initial file commit 2018-09-28 10:05:11 -07:00
Program.cs Version 1.0.0-alpha3 2018-10-07 12:22:01 -07:00
ProjectFile.cs Initial file commit 2018-09-28 10:05:11 -07:00
ProjectProperties.cs Initial file commit 2018-09-28 10:05:11 -07:00
PseudoOp.cs Initial file commit 2018-09-28 10:05:11 -07:00
RuntimeDataAccess.cs Improve chances of running under Mono 2018-10-01 10:28:03 -07:00
SourceGen.csproj Rough prototype of split-address table formatter 2018-10-06 09:16:31 -07:00
SourceGenIcon.ico Initial file commit 2018-09-28 10:05:11 -07:00
Symbol.cs Initial file commit 2018-09-28 10:05:11 -07:00
SymbolTable.cs First cut of split-address table formatter 2018-10-06 18:05:31 -07:00
SymbolTableSubset.cs Flip name/value columns in Symbols window 2018-10-02 13:55:23 -07:00
UndoableChange.cs Initial file commit 2018-09-28 10:05:11 -07:00
VirtualListViewSelection.cs Initial file commit 2018-09-28 10:05:11 -07:00
WeakSymbolRef.cs Initial file commit 2018-09-28 10:05:11 -07:00
XrefSet.cs Initial file commit 2018-09-28 10:05:11 -07:00