Skip to main content
March 5, 2009
Answered

IEditManager replace

  • March 5, 2009
  • 3 replies
  • 564 views
Is the IEditManager(textFlow.interactionManager).replace() method working? The first parameter is of type SearchManager but that class doesn't seem to exist when I try to import it. May this is still in development and not ready for use yet.
This topic has been closed for replies.
Correct answer robin_briggs
These classes are hidden because they aren't yet supported -- they are still in development. For the same reason, I'm afraid there is no sample code. Please do not rely on these yet.

3 replies

robin_briggsCorrect answer
Adobe Employee
March 6, 2009
These classes are hidden because they aren't yet supported -- they are still in development. For the same reason, I'm afraid there is no sample code. Please do not rely on these yet.
March 5, 2009
Could someone post sample code for how to use the replace method? Eclipse won't auto-complete these classes for me for some strange reason. I was able to import SearchManager and IMatcher and IReplacer, but I don't know what classes implement IMatcher or IReplacer to actually do a replace.
Adobe Employee
March 5, 2009
Its in textLayout_core.swc - import flashx.textLayout.edit.SearchManager