Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jun 14, 2024
1 parent 9b9c829 commit f9265cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Projects/Src/CompScintEdit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f9265cc

Please sign in to comment.