Squashed commit of the following:
commit dccd2c524c1c00ab3998546276b7244e6d0f389c Author: eyck <eyck@minres.com> Date: Fri Nov 27 08:52:58 2020 +0100 re-layout sashes commit d932367a67e081307c49fd248c54c057357a96d2 Author: eyck <eyck@minres.com> Date: Fri Nov 27 08:47:50 2020 +0100 fix string filter and layout commit 7f4bf0a64d4d685390e9a7af61f377a512d5332d Author: eyck <eyck@minres.com> Date: Fri Nov 27 08:46:30 2020 +0100 set single clock selection commit 972e3ce9267c9cd2b9437e5f7403b3ff69d2928f Author: eyck <eyck@minres.com> Date: Fri Nov 27 08:45:49 2020 +0100 apply filter only to attributes commit 13a25692bd7909bad98169648edabd01872a7ecb Author: eyck <eyck@minres.com> Date: Fri Nov 27 08:45:22 2020 +0100 re-layout elements
This commit is contained in:
@@ -41,8 +41,6 @@ public class SearchHandler {
|
||||
public void execute(Shell shell, MPart activePart){
|
||||
Object obj = activePart.getObject();
|
||||
if(obj instanceof WaveformViewer){
|
||||
WaveformViewer wfv = (WaveformViewer)obj;
|
||||
wfv.showSearch();
|
||||
// ISelection sel = wfv.getSelection();
|
||||
// if(sel instanceof StructuredSelection) {
|
||||
// TrackEntry e = findTrackEntry(((StructuredSelection)sel).toArray());
|
||||
|
Reference in New Issue
Block a user