Extended String Property Editor

   
Release: 2.0
Date: 21 July 2011
Delphi Compatibility:
 D1   D2   D3   D4   D5   D6   D7  D2005 D2006 D2007 D2009 D2010  DXE  DXE2
Red LED Red LED Red LED Green LED Green LED Green LED Green LED Green LED Green LED Green LED Green LED Green LED Green LED Grey LED

Change Log

Release v2.0 of 21 July 2011
  • Added several new commands to editor dialog box:
    • "copy all" copies all text from editor to clipboard.
    • "paste over" replaces text in editor with text on clipboard.
    • "select all" selects all text in editor.
    • "clear" deletes all text from editor.
    • "undo" undoes last edit.
    • "help" displays online documentation for property editor.
  • Revised user interface:
    • Added toolbar at top of window with buttons for all commands.
    • Added to keyboard shortcuts for toolbar buttons.
    • Removed former Load and Save buttons from bottom of window: now replaced by toolbar buttons.
    • Repositioned "word wrap" check box.
    • Constrained minimum size of window so all controls remain accessible.
    • Now uses Vista or XP default fonts if available.
  • Unit now commented for use with XMLDoc.
  • Updated documentation.
  • Provided shortcut file that links to online documentation wiki.
Release v1.2 of 05 January 2010
  • Changed property editor form:
    • Removed bevel from around memo control.
    • Re-arranged controls so that dialog appears correctly on Vista and later Delphis.
    • Pressing ESC along with any modifier key no longer cancels the dialog.
  • Made minor changes to code that stores settings in registry.
  • Simplified compiler directives.
  • Switched off unsafe code warnings on Delphi 7 and later.
  • Updated documentation.
  • Included MPL license in release.
Release v1.1.1 of 21 December 2005
  • Changed compiler directives to allow compilation with Delphi 2005/6.
Release v1.1 of 12 August 2004
  • Disabled minimize button and system menu item.
  • Made form respond to Esc key to cancel dialog and Ctrl+Return to OK the dialog.
Release v1.0 of 30 June 2004
  • Original version.