Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Beebox user interface lets users find text segments by a large variety of filter criteria. Built-in filters permit to look for untranslated content, problems with embedded codes, etc: 

Image RemovedImage Added

 

You can add your own filters to this list. This is done in a few steps:

  1. Add a class that implements the IBeeboxTextFilter interface.
  2. Code the IsMatch() method. It receives one segment at a time and returns true if the segment passes the filter.
  3. Compile and install your dll.

...