• [2007.06.10] new beta version available for download. Includes a new text member that supports unicode rtf text and scrolling images.
  • [2007.03.10] ann: Accessing references by bracket will be removed in the next version.
    It has been tested to be slower that using the .ref[] method, plus its usage could cause a memory leak in certain cases.
    Instead of src[selRef] use src.ref[selRef]
    Examples using the direct bracket access method will be updated to using the .ref[] method.

  • [2007.03.08] v1.0b20
    bug fix: for certain languages, saving/encoding as utf-7 or utf-8 with bom produced incorrect results.
    added: pasteAtD/C command: target.pasteAtD[integerDigitZeroBasedOffset, stringData]. Using this command is the fastest method to work with large (and preallocated) strings.

  • [2007.03.06] v1.0b19 - first public beta released.