1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-09 03:29:56 +00:00
6502bench/SourceGen
Andy McFadden b23eefaa1a Improve handling of vanishing selection
If you select a note or long comment and delete it, the selection is
lost, because the selected item no longer exists.  This is inconvenient
if you're working with the keyboard, because it moves the keyboard
position to the top of the file.

If the previous selection was non-empty, and the new selection is
empty, we want to select the line that would have appeared below the
item that was deleted.  Making this work exactly right is a bunch of
work, but we can make it work mostly right by selecting the first line
associated with the offset of the previous selection.
2021-08-15 14:31:11 -07:00
..
AsmGen Fix DCI string edge case 2021-08-10 14:08:39 -07:00
Examples Add multi-inline extension script to tutorial 2021-08-15 10:00:00 -07:00
Properties
Res
RuntimeData Clarify 2021-08-09 16:22:17 -07:00
Sandbox
SGTestData Fix DCI string edge case 2021-08-10 14:08:39 -07:00
Tests Fix 64tass output for non-loadable files 2021-08-01 17:21:20 -07:00
Tools
WpfGui Rework ItemContainerGenerator StatusChanged hack 2021-08-08 17:39:21 -07:00
Anattrib.cs
App.config
App.xaml
App.xaml.cs Version 1.7.5-dev4 2021-08-09 15:01:46 -07:00
AppSettings.cs
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs
DataAnalysis.cs Remove a couple of faulty assertions 2021-08-11 16:25:24 -07:00
DefSymbol.cs
DisasmProject.cs Remove a couple of faulty assertions 2021-08-11 16:25:24 -07:00
DisplayList.cs
DisplayListSelection.cs
Exporter.cs Change bookmark link element 2021-05-23 15:28:30 -07:00
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs Improve handling of vanishing selection 2021-08-15 14:31:11 -07:00
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs Rework ItemContainerGenerator StatusChanged hack 2021-08-08 17:39:21 -07:00
MessageList.cs
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs Expand 20152-local-variables test 2021-07-20 11:28:26 -07:00
ProjectFile.cs
ProjectProperties.cs
PseudoOp.cs Fix DCI string edge case 2021-08-10 14:08:39 -07:00
RuntimeDataAccess.cs
Sgec.cs
SourceGen.csproj
Symbol.cs
SymbolTable.cs
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs
VisBitmapAnimation.cs
Visualization.cs
VisualizationSet.cs
VisWireframeAnimation.cs
WeakSymbolRef.cs
WireframeObject.cs
XrefSet.cs