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 | b4812a54d4c34626bb0e4b1a67c1e916b8b3c1ae (patch) | |
| tree | 5a022746f7808bf14de1849780822a8c4e5b3730 /doc/ScintillaHistory.html | |
| parent | 45d00cd2d400f7917c2d8aa5ea13614b36d400c3 (diff) | |
| download | scintilla-mirror-b4812a54d4c34626bb0e4b1a67c1e916b8b3c1ae.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/ScintillaHistory.html')
| -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 |
