1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-30 06:29:32 +00:00
6502bench/SourceGen
Andy McFadden 9e525d1428 Populate symbol table, with filtering and sorting
The filtering uses the DataGrid View filtering mechanism.  The
built-in sorting only operates on a single column, and we really
want a secondary sort on label when the type is used as the key,
so we provide a custom sort method.
2019-06-12 15:14:21 -07:00
..
AppForms Update comments 2019-04-29 13:07:52 -07:00
AsmGen Update comments 2019-04-29 13:07:52 -07:00
Examples Add advanced tutorial 2018-10-09 14:55:16 -07:00
Properties Add Actions > Format As Word (Ctrl+W) 2018-11-11 17:25:02 -08:00
RuntimeData Minor doc edits 2019-04-19 14:10:48 -07:00
Sandbox Update some comments 2018-10-10 16:41:03 -07:00
Setup Code cleanup 2018-10-29 15:48:19 -07:00
SGTestData Experiment on uncategorized data analysis 2019-04-18 15:58:43 -07:00
Tests Progress toward new assembler configuration 2018-10-20 21:24:28 -07:00
Tools Hex dump shows file offset, not address 2018-10-15 17:24:32 -07:00
AddressMap.cs Attempt to generate segment names for cc65 2018-11-18 15:11:29 -08: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 Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
AutoLabel.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
ChangeSet.cs Initial file commit 2018-09-28 10:05:11 -07:00
CodeAnalysis.cs Add more detail to cross references 2019-04-11 16:23:02 -07:00
DataAnalysis.cs Update comments 2019-04-29 13:07:52 -07:00
DefSymbol.cs Initial file commit 2018-09-28 10:05:11 -07:00
DisasmProject.cs Make ResetList() 1000x faster 2019-05-30 16:30:59 -07:00
DisplayList.cs Code cleanup 2018-10-29 15:48:19 -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 Update comments 2019-04-29 13:07:52 -07:00
PlatformSymbols.cs Support command-line invocation 2018-10-08 16:18:56 -07:00
Program.cs Version 1.1.0 2019-04-19 14:54:10 -07:00
ProjectFile.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
ProjectProperties.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
PseudoOp.cs Improve the "common" expression formatter 2018-10-26 15:45:39 -07:00
RuntimeDataAccess.cs Improve chances of running under Mono 2018-10-01 10:28:03 -07:00
SourceGen.csproj Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
SourceGenIcon.ico Initial file commit 2018-09-28 10:05:11 -07:00
Symbol.cs Populate symbol table, with filtering and sorting 2019-06-12 15:14:21 -07:00
SymbolTable.cs Add selectable auto-label styles 2019-04-15 15:14:04 -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 Document the auto-label style setting 2019-04-15 16:04:11 -07:00