From 4fab5a542041963ab6cb6cda0aa735f2c2efde2a Mon Sep 17 00:00:00 2001 From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:57:35 +0200 Subject: [PATCH] Remove comment about something that was already done. --- Projects/Src/CompScintEdit.pas | 3 --- 1 file changed, 3 deletions(-) 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. " }