AutoJS icon indicating copy to clipboard operation
AutoJS copied to clipboard

Custom error highlighting

Open judins opened this issue 10 years ago • 1 comments

Hi,

Thank you very much for the code. I have question, is there possibility to highlight incorrect words to create custom string builder. For example I want to build:

"Project is not interesting."

Where first three words are correct (taken from one dictionary), but word "interesting" would be blacklisted and highlighted.

Any advice?

judins avatar Sep 17 '15 16:09 judins

Thank you so much for the complement. What you have proposed sounds very interesting. We can implement this using localstorage, and keeping track of blacklisted would be removed from further suggestions on that purticular pattern. This will require some engineering effort, and currently, I'm occupied with my work. Please feel free to work on this and add it as a feature, I'm more than happy to merge it to the codebase.

atmb4u avatar Sep 21 '15 08:09 atmb4u