You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of the method is to remove the leading spaces from the area to be drawn when more than one word is being searched.
When the user searches for a text occurrence of more than one word, for example: "for example" it matches and draws the rectangle in the whole line where it occur. It should only draw the rectangle around the "for example" occurrences.
There is already and implementation of this method, but the the weights used are incorrect.
The text was updated successfully, but these errors were encountered:
The goal of the method is to remove the leading spaces from the area to be drawn when more than one word is being searched.
When the user searches for a text occurrence of more than one word, for example:
"for example"
it matches and draws the rectangle in the whole line where it occur. It should only draw the rectangle around the "for example" occurrences.There is already and implementation of this method, but the the weights used are incorrect.
The text was updated successfully, but these errors were encountered: