GP-3 - Updated Navigatable to have a notion of selected text; updated

the SearchTextPlugin to use this feature
This commit is contained in:
dragonmacher 2021-05-18 16:30:08 -04:00
parent 3cc2bc5b06
commit 15a78011e3
19 changed files with 162 additions and 40 deletions

View file

@ -160,6 +160,11 @@ public class ProgramByteViewerComponentProvider extends ByteViewerComponentProvi
return currentHighlight;
}
@Override
public String getTextSelection() {
return getTextSelection();
}
private void setSelection(ProgramSelection selection, boolean notify) {
currentSelection = selection;
if (selection == null) {