If there is the following class and the user searches (Find in Path; also at least Safe Delete's "search in comments") for all occurences of "baz", then in the search results all of the row, starting from the first <code> tag, is color coded. See the attached picture.
/**
* something <code>foo</code> bar <code>baz</code> something
*/
public class Test2 {
}
EXPECTED
Only the tags should be color coded.
Description
If there is the following class and the user searches (Find in Path; also at least Safe Delete's "search in comments") for all occurences of "baz", then in the search results all of the row, starting from the first <code> tag, is color coded. See the attached picture.
/**
* something <code>foo</code> bar <code>baz</code> something
*/
public class Test2 {
}