diff --git a/Projects/Src/CompScintEdit.pas b/Projects/Src/CompScintEdit.pas index 90900759e..686b51470 100644 --- a/Projects/Src/CompScintEdit.pas +++ b/Projects/Src/CompScintEdit.pas @@ -161,8 +161,9 @@ procedure TCompScintEdit.CreateWnd; and SCI_FORMATRANGEFULL from their predecessors as they will be deprecated." So our use of SCI_GETTEXTRANGE and SCI_FORMATRANGE needs to be updated but that also means we should do many more changes to - replace all the Integer positions with NativeInt positions. Does not - actually change anything until there's a 64-bit build... + replace all the Integer positions with a 'TScintPosition = type + NativeInt'. Does not actually change anything until there's a + 64-bit build... -5.3.0: "Stop including STYLE_CALLTIP when calculating line height. Allows a large font to be used for calltips without affecting text display." Allows cleanup of our STYLE_AUTOCOMPLETION patch.