If I search for
= "
<equals><space><doublequote>
in the quick search bar, nothing is found.
If I search for
= "
<space><equals><space><doublequote>
then it finds the expected matches in the code.
If I search for
="
<equals><doublequote>
then it works on those matches.
So it seems it is just <equals><space><doublequote> fails.
Is there some escape character that must be used with certain search string character/combinations, or is this an IDE bug?
B4A IDE v5.50
Update: There are other characters that don't work in the Quick Search, too.
Such as
<leftparen>
<singlequote>
<singlequote><doublequote>
While this does work:
<space><leftparen>
<doublequote><space>
= "
<equals><space><doublequote>
in the quick search bar, nothing is found.
If I search for
= "
<space><equals><space><doublequote>
then it finds the expected matches in the code.
If I search for
="
<equals><doublequote>
then it works on those matches.
So it seems it is just <equals><space><doublequote> fails.
Is there some escape character that must be used with certain search string character/combinations, or is this an IDE bug?
B4A IDE v5.50
Update: There are other characters that don't work in the Quick Search, too.
Such as
<leftparen>
<singlequote>
<singlequote><doublequote>
While this does work:
<space><leftparen>
<doublequote><space>
Last edited: