[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:53:11 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."));

I don't mean anything, it's not changed in the patch.

However, I guess it refers to the manual, which points to GLib's PCRE docs.  At least it's how I'd understand 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#r73970934
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160808/d2f7c6bd/attachment.html>


More information about the Github-comments mailing list