Merge remote-tracking branch 'origin/GP-4100_Dan_debuggerNavHistoryIssues--SQUASHED'

This commit is contained in:
Ryan Kurtz 2024-01-03 13:24:05 -05:00
commit bd76ec5fc8
11 changed files with 332 additions and 67 deletions

View file

@ -170,7 +170,7 @@ public class ProgramByteViewerComponentProvider extends ByteViewerComponentProvi
return getCurrentTextSelection();
}
private void setSelection(ProgramSelection selection, boolean notify) {
protected void setSelection(ProgramSelection selection, boolean notify) {
currentSelection = selection;
if (selection == null) {
return;