[Github-comments] [geany/geany] search: Fix the tooltip to mention PCRE, not POSIX regular expressions (#1168)

Colomban Wendling notifications at xxxxx
Mon Aug 8 22:59:47 UTC 2016


> @@ -308,7 +308,7 @@ static GtkWidget *add_find_checkboxes(GtkDialog *dialog)
>  	check_regexp = gtk_check_button_new_with_mnemonic(_("_Use regular expressions"));
>  	ui_hookup_widget(dialog, check_regexp, "check_regexp");
>  	gtk_button_set_focus_on_click(GTK_BUTTON(check_regexp), FALSE);
> -	gtk_widget_set_tooltip_text(check_regexp, _("Use POSIX-like regular expressions. "
> +	gtk_widget_set_tooltip_text(check_regexp, _("Use PCRE regular expressions. "
>  		"For detailed information about using regular expressions, please read the documentation."));

> Suggest s/documentation/Geany manual/ then.

I don't think it's useful, because I couldn't imagine what other people would imagine this refers to.  It's a message inside Geany, isn't it?

---
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/pull/1168/files/c354384c3a466b5416a0ce4603f0dd9e9399c829#r73971741
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160808/39ac8ccd/attachment.html>


More information about the Github-comments mailing list