[Gambas-user] new feature idea

Fabien Bodard gambas.fr at ...626...
Sat Oct 24 16:38:33 CEST 2009


in the search/replace...

make a system to allow pattern


exemple :

FF a, b, c, d, x(0), S11, -680876936
FF d, a, b, c, x(1), S12, -389564586
this is a vb6 style i want to replace this  by

FF(d, a, b, c, x[1], S12, -389564586)

so a patern like:

search line with

FF

pattern for change :
* *(*)*

replace pattern
*(*[*]*)

so the part with the * are stored and re distribued with the new patern
...




More information about the User mailing list