[Github-comments] [geany/geany-plugins] Spellchecker - detect "underscore" or "low dash" ( _ ) as word separator (#496)

nkr notifications at xxxxx
Fri Nov 4 10:11:31 UTC 2016


A lot of words are separated using underscore in source codes and other text. Please add that to the list of characters recognized as is_word_sep

static gboolean is_word_sep(gunichar c)
{
	return g_unichar_isspace(c) || g_unichar_ispunct(c);
}


-- 
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/496
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161104/e6620339/attachment.html>


More information about the Github-comments mailing list