[Github-comments] [geany/geany-plugins] [spellchecker] Apostrophes (`'`, ascii 39) at string boundary are spell-checked (#484)

Andrea Stacchiotti notifications at xxxxx
Sun Sep 18 17:15:23 UTC 2016


Testcases:
* `'word'` all underlined
* `"word"` not underlined
* `'very long phrase'` `'very` and `long'` are underlined

This was probably introduced in #322 .

The spellchecker ought to strip the quotes before checking, otherwise using it in python is a huge pain.

I understand it's difficult to strip quotes, though, because it's not obvious what is a string boundary.
E.g. latex and python users would have completely different expectations.

Maybe a configurable option of "additional splitting chars"?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/484
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160918/6f693580/attachment.html>


More information about the Github-comments mailing list