From 352a0a6f24892a06755c132c22d16bfb9361f047 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 17 Jul 2015 09:28:04 +1000 Subject: Add the Sci_Position, Sci_PositionU, and Sci_PositionCR typedefs to external interfaces to allow these to become 64-bit in the future. --- doc/ScintillaHistory.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 773a376bf..98ae1dfbb 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -492,6 +492,14 @@ Released 20 June 2015.
  • + External interfaces use the Sci_Position and Sci_PositionU typedefs instead of int and unsigned int + to allow for changes to a 64-bit interface on 64-bit plactforms in the future. + Applications and external lexers should start using the new type names so that + they will be compatible when the 64-bit change occurs. + There is also Sci_PositionCR (long) for use in the Sci_CharacterRange struct which will + also eventually become 64-bit. +
  • +
  • Multiple selection now works over more key commands. The new multiple-selection handling commands include horizontal movement and selection commands, line up and down movement and selection commands, word and line deletion commands, and -- cgit v1.2.3