Actions
Wiki » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
iri, 02/24/2011 09:13 PM
PCRE : Perl Compatible Regular Expression¶
This library is in development yet. It's a beta version, so, be carefull !
It is under license GNU / LGPL 2.1
Syntax and semantics of the regular expressions supported by this library :
http://library.gnome.org/devel/glib/unstable/glib-regex-syntax.html
Warning : all may not be implemented yet !
Installation¶
- Stop any Scol instance.
- Copy the dll file (MS Window) or so file (GNU / Linux) to your scol plugins subfolder.
- In the Scol root directory, edit the usm.ini file and add this line :
plugin plugins/pcre.dll SCOLloadPCRE SCOLfreePCRE
- Launch Scol
Uninstallion¶
- Stop any Scol instance.
- Remove the dll file (MS Window) or so file (GNU / Linux) to your scol plugins subfolder.
- In the Scol root directory, edit the usm.ini file and remove (or comment with #) this line :
plugin plugins/pcre.dll SCOLloadPCRE SCOLfreePCRE
- Launch Scol
If the library is not loaded ...¶
- GLib 2 must be installed in your system.
- On MS Windows :
If not, you can download it from http://www.gtk.org/download-windows.html :
- - GTK+ individual packages
- - - GLib
- - - - Run-time
Only libglib-2.0-0.dll (or +) is needed to pcre library.
Copy it to your windows/system32 subfolder (recommended) or to your Scol root folder. - On GNU/ Linux :
Upgrade your system to get the version 2.0
- On MS Windows :
- Verify the line in the usm.ini file
The syntax must be exact and there is not \tab, only \space.
If you are a developer, you could be interested by the API ...
Updated by iri over 13 years ago · 3 revisions