Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GraphicHelper's trim method #1

Open
wilder opened this issue Oct 16, 2017 · 0 comments
Open

Fix GraphicHelper's trim method #1

wilder opened this issue Oct 16, 2017 · 0 comments

Comments

@wilder
Copy link
Owner

wilder commented Oct 16, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant