add initial version of search list

This commit is contained in:
2020-11-01 17:42:16 +01:00
parent 6be1f018b1
commit 5746b9f758
16 changed files with 1022 additions and 461 deletions

View File

@ -164,8 +164,8 @@ public class WaveformView implements IWaveformView {
} else {
setSelection(new StructuredSelection(entry.getValue()), (e.stateMask & SWT.CTRL) !=0 , false);
}
lastClickedEntry = entry.getValue();
}
lastClickedEntry = entry.getValue();
}
}
};