Highlight all Occurrences of selected string
Status: Beta
Brought to you by:
mballance
Hi, Like in Notepad++,or Java Perspective(stackoverflow.com/questions/919614/eclipse-problem-doesnt-highlight-references-anymore) when we select the word/string/pattern all Occurrence get highlighted.
This feature help in finding occurance of any string within files very quickly instead of searching from search tool. :) Do SV editor support this?
I observed now, it work if extention is known i think becuse it working with .sv,.svh files but i have xsl file for that it doesnt work! any suggestion?
Yes, SVEditor's support for highlighting only extends to SystemVerilog files. Is your .xsl file actually a SystemVerilog file? If so, you can add .xsl to the list of recognized SV file extensions by doing the following:
Window->Preferences...
Select General->Content Types
Expand the Text category and locate SystemVerilog
Add .xsl