Ai4rei - 2012-09-09
  • labels: iwdgcallback, matches, replace, context --> matches, replace, context, ragexe
  • summary: IWDGCallback::Matches and IWDGCallback::Replace do not provide support for context args --> RagExe::Matches and RagExe::Replace do not provide support for context args
  • Description has changed:

Diff:

--- old
+++ new
@@ -1 +1 @@
-IWDGCallback::Matches and IWDGCallback::Replace do not give opportunity to pass a context variable to the callback, thus prevent the use of class methods/context data properly (requires the use of a global variable).
+RagExe::Matches and RagExe::Replace do not give opportunity to pass a context variable to the callback, thus prevent the use of class methods/context data properly (requires the use of a global variable).