Delphi 2005 DCUs

  • Oh my.... Seeing you call the features impressive REALLY makes me anticipate it all the more!

    Question: will any of the newest stuff depend upon having Delphi 2005, or will Delphi 7 users be able to take advantage of the new R10 features as well?

    diamond

    • Offizieller Beitrag

    Thanks,

    no, there is nothing Delphi 2005 specific here.

    The changes mainly are:
    the RTF reading and writing,
    the new label printing demo,
    the global style demo,
    the possibility to define some basic load/save options in the format string, for example: "WPTOOLS-OnlyBody"
    hot style handling
    and many additions to the API.

    Right now I have to work on the WPTools 4 update - I want to post a D2005 package for this, too.

    Julian Ziersch

    • Offizieller Beitrag

    Hi,

    Release 5.10 with Delphi 2005 support is now online.

    * completed hover style and hint events
    - removed unused property TCharacterAttr.OnClickEventIsActive
    * added simple footnote support - they are just data strings, usually to pass data to the HC help compiler
    + much improved RTF reader (now reads movable images saved by word and subtractive characters styles)
    + much improved RTF writer
    + improved HTML reader (added enities, CSS rgb() function ...)
    + improved WPTools format reader (reads subtractive characters styles)
    - fixes AV orrucred in Delphi IDE when showing ADDICT demo
    - small memory leaqk in reformat routine removed
    - fixed AV which occured when images was selected
    - solved problem with image after soft linebreak (#10)
    + addition to Finder to stop at word end (good for URL searching)
    * improvement to InputHyperlink function to avoid nested links
    * added procedure ScrollToPosition(pos: Longint; relx, rely: Integer)
    + new event: OnTextObjectPaint
    + new event: BeforePasteText
    + new TParagraph methods: AppendNewTable ...
    + new OnTextObjectPaint event
    + new OnBeforePasteText event
    + "Finder" can now compare attributes (see finder demo)
    + new 'external page' API - see demo
    + TWPCharacterInterfaces now have Contains and ContainedIn function for attribute comparison
    + improved handling of "footer on last page" (double Reformat is not required anymore)
    * WPTools 4 style mailmerge fields with spaces are now loaded even if quotes are missing

    also see the updated PDF and HLP files !!!!

    Julian Ziersch