diff --git a/Projects/Src/CompScintEdit.pas b/Projects/Src/CompScintEdit.pas index 7141a3f0e..3f2f857fa 100644 --- a/Projects/Src/CompScintEdit.pas +++ b/Projects/Src/CompScintEdit.pas @@ -166,9 +166,6 @@ procedure TCompScintEdit.CreateWnd; 64-bit build... Later SCI_GETSTYLEDTEXTFULL was also added but we don't use it at the time of writing. - -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. -5.3.0: Add change history: "Added change history which can display document changes (modified, saved, ...) in the margin or in the text. " }