[Github-comments] [geany/geany] Make regular expression engines configurable for “search and replace” (#2941)

elextr notifications at xxxxx
Thu Oct 14 14:53:09 UTC 2021


The regular expression engine used by Geany is one that is included in the Glib library it already uses, so no additional dependencies are needed.  Therefore it is unlikely that an alternative engine will be used.

Also the regex engine replace cannot be used as the change is not to a plain string, it is to an edit buffer and has to be made with the modification functions that the edit widget provides.

There may be some available options of Glib regex that are not exposed by Geany which could be added if there is a use-case.

-- 
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/issues/2941#issuecomment-943436090
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211014/8633d887/attachment.htm>


More information about the Github-comments mailing list