good call on the manual bit -- only once? what do I need to implement multiple find/replace?
On Mon, 9 Feb 2009 11:10:34 -0700, Ben West <mrgenixus@gmail.com> wrote:It's just Scintilla.
>I was curious what lib you are using for find and replace (if any) I'm
as the manual [1] describes, you want to use \1 to use references. And
>trying to do a substitution like:
>
>document.getElementById\('(\w+)'\).innerHTML = (.+);*
>for
>$('#$1').html($2) but don't know if that facility is supported
since you probably already have read the manual section about regexps,
you probably also already know that regular expressions work only per
line :).
[1] http://geany.org/manual/0.15/#regular-expressions
Regards,
Enrico
--
Get my GPG key from http://www.uvena.de/pub.asc
_______________________________________________
Geany mailing list
Geany@uvena.de
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany