diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-07-17 09:28:04 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-07-17 09:28:04 +1000 |
| commit | 352a0a6f24892a06755c132c22d16bfb9361f047 (patch) | |
| tree | bf82853db416c113e0306297c1639f90e382a236 /doc | |
| parent | 0fbac8e280ed70b018c16e3d57a130aaf854b629 (diff) | |
| download | scintilla-mirror-352a0a6f24892a06755c132c22d16bfb9361f047.tar.gz | |
Add the Sci_Position, Sci_PositionU, and Sci_PositionCR typedefs to external
interfaces to allow these to become 64-bit in the future.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
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. </li> <li> + 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. + </li> + <li> 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 |
