Hello Guys ..
Sorry, but what do I have to do if I want my RSTA to display all occurences of the selected text when selecting a keyword or s.th. like this?
I tried to solve this by adding Listeners to the RSTA, this worked well until I tried to select the text backwards and I failed to add my own "mark-all ...". So if saw that the RSTA still supports such a functionality but I failed again. I can do whatever I want - there is no text marked.
Do I have to add the keywords first? I called
this.textArea.setMarkOccurrences(true);
this.textArea.setMarkOccurrencesColor(Color.RED);
but it doesn't work .. Thanks for trying to understand me and my English
