浏览代码

Clarify comment.

Martijn Laan 1 年之前
父节点
当前提交
f9265cc447
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Projects/Src/CompScintEdit.pas

+ 3 - 2
Projects/Src/CompScintEdit.pas

@@ -161,8 +161,9 @@ begin
             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.