File Display Changes File =========================================================================== BCFileDisplay - OSR September 1, 2001 Version 2.0 Release January 1, 2004 =========================================================================== 2.0.0.16: OCT 8, 2006 SP11 Enhanced MouseDrag selection. 2.0.0.15: NOV 2, 2005 SP10 Dragging Vertical Thumb was reseting after line 65535 (API only support Int, changed to Long). 2.0.0.14: JUN 29, 2005 SP9 Selecting beyond end of file was return improper SelLength/Text. Fixed Selection problem on varying filesizes under varying OS's Fixed Firstline selection not selecting last character. Fixed Selection of fully selected lines selecting too many characters. Fixed Selection "hole" when line numbers were enabled. Enhanced performance by caching Fixed Lines into memory. ADDED: MoveIntoView(LineNumber, Char, Length) LineNumber: Line number of wanted line to be moved into view. Char: (or Offset, LineNumber=0) of Character to be viewed. Length: Length of string to fit into display. 2.0.0.12: JUN 09, 2005 SP7 Added MouseWheel Support 2.0.0.11: JUN 09, 2005 SP6 Changing Font attributes (size, bold) was not recalculating window line/char count. 2.0.0.10 Apr 13, 2005 SP5 Updated Secure Digital Signature 2.0.0.9 Apr 7, 2005 Single line file with no cr/lf would not display. short file (3 chars) clipped Client improperly removed caret from hex view. corrected fixline adjustment when in HEX. HEX view does not show zero's beyond EOF. VERSION 2.0.=============================================== 2.0.0.8 Dec 13, 2004 SP ?------------------------------------------------ Click Even not always firing - problem in Mouse DragDetect. Added "GetOffsetFromLine(line)" property. 2.0.0.7 August 25, 2004 SP4------------------------------------------------ Not searching Backwards. Selected Text not HScrolling properly. VERSION 2.0.=============================================== 2.0.0.6 June 18, 2004 SP3------------------------------------------------ Search Dialog was not closing when no more occurances were found. 2.0.0.4 Feb 08, 2004 SP2------------------------------------------------ Added BorderStyle property. Fixed Font not setting correctly. Added Filename="" to clear display 2.0.0.3 Feb 05, 2004 SP1------------------------------------------------ Added SelectLine property. Simplifies selecting a single line of text and moving it into view. 2.0.0.2 Initial Release --------------------------------------------------- Added carat navigation features for keyboard as well as selection. Added more color support. Enhanced paint code - Less flicker. VERSION 1.x ================================================ SP3 - NOV 2003 ---------------------------------------------------------------------------- CRT Debug error when calling _msize(); Only showed when using the control in a VC++ app built debug. SP2 - JUNE 2002 --------------------------------------------------------------------------- Added SelTranslatedText. Works like SelText but the translation table is applied to it. SelText always returns RAW data directly from file. Translation is performed against the string regardless of the "UseTranslationTable" setting. Fixed Mouse Drag Select. SP1 - October 2001 --------------------------------------------------------------------------- Added Property "Delimiter" to set either Tab, Comma, Both, None seperator.