Re: GtkSourceView regexp engine
Paolo Borelli <[email protected]>
| Newsgroups | gmane.comp.gnome.devtools |
|---|---|
| Message-ID | <[email protected]> |
Il giorno mer, 11/05/2005 alle 16.04 -0700, Marius Scurtescu ha scritto: > Hi, > > I was wondering what regexp engine is used by GtkSourceView and where > can I find the documentation for the supported regexp syntax? > Current GtkSourceView (1.2.0 and below) uses gnu-regex, the new highlighting engine that is being developed instead uses egg-regex which is a glib wrapper around pcre. I'll people more familiar with GtkSourceView internals answer further questions. ciao Paolo