[Github-comments] [geany/geany] Filter for symbol tree - improved version (PR #3055)

Jiří Techet notifications at xxxxx
Sun Jan 2 16:13:54 UTC 2022


@techee commented on this pull request.



>  
 	g_return_val_if_fail(doc, NULL);
 
 	if (! doc->tm_file || ! doc->tm_file->tags_array)
 		return NULL;
 
+	tf_strv = g_strsplit_set(doc->priv->tag_filter, " ", -1);

OK, can add it - but AND-ing space separated search expressions shouldn't be too surprising for users as it's quite a standard behavior of similar "search engines".

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3055#discussion_r777228714
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3055/review/842427432 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220102/d0d19030/attachment.htm>


More information about the Github-comments mailing list