Made two new Operations that were requested by jpetso.
The first is the string replacement, the second operations saves a string into a file.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | transformations_string_operations02.diff | 6.8 KB | sepgil |
| #2 | tf_xml_save_to_file03.diff | 3.15 KB | sepgil |
| transformations_stirng_operations01.diff | 5.35 KB | sepgil |
Comments
Comment #1
jpetso commentedYeah, kinda. Thanks for the patch! Some points still need improvement:
"), and one input for each of the inserted strings that replace the token (inputs named after the tokens provided by the replacement tokens input, e.g. "!blah", "%blah" or "[blah]").
\ No newline at end of fileif(){" occurrence, and incorrect indentation. Please fix those.Comment #2
sepgil commentedHad a little error in my last patch
-edit-
damn, wrong thread, is it posible to delete the post??
Comment #3
sepgil commentedI implemented all requests.
Comment #4
jpetso commentedI just committed the File Save operation, string replace is next up.
Comment #5
jpetso commentedThe string replacement operation is now in CVS, too. I made a few adaptations still (slot renames, better descriptions, using the placeholder strings instead of "unknown" key names) but the operation itself worked fine even before. I can close this issue now as "fixed", thanks for the contributions!