Issues with Search results in Editor

I am experiencing a couple of minor but irritating bugs in the results shown in the Search tab in the Editor.

In ScreenSnapz001 the statement ```
for (var ii = 1 ; ii <= dataset.getMaxRowIndex() …


The ScreenSnapz002 example seems to be linked to use of '<html>' tags in the text returned in the Found column - the tags seem to be interpreted instead of just shown as text and this messes up the display of information in the Found column making it hard to read.

Not show stoppers in any sense, but could use fixing at some point!

Servoy Developer
Version 3.5.1-build 514
Java version 1.5.0_07-87 (Mac OS X)

![ServoyScreenSnapz002.jpg|979x358](upload://fEP5nWRADEijgjo1E8UuSBfzDRV.jpeg)


![ServoyScreenSnapz001.jpg|1090x358](upload://fPgzAFWCRiLMx0RYH6WOPmxAGQH.jpeg)

The first one is indeed related to interpretation of the html.
I am not sure this can be fixed easily.

The second one is probably related to html interpretation as well.

Makes sense - I wondered if the missing ‘<’ (‘=’ instead of ‘<=’) was down to interpretation as start of a tag.

I am not 100% sure but I do think so…