Martijn Laan vor 1 Jahr
Ursprung
Commit
5e7fe19560
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      Projects/Src/CompScintEdit.pas

+ 2 - 2
Projects/Src/CompScintEdit.pas

@@ -145,7 +145,7 @@ begin
      SCI_CANCEL which is normally mapped to the Esc key."
      Once it does our own VK_ESCAPE handling in TCompileForm.FormKeyDown should be
      reviewed. Note that our handling does a two phase simplification like VSCode and
-     not a one phase simplication like Notepad++.
+     not a one phase simplification like Notepad++.
     -At some point the documentation will say:
      "The INDICATOR_* values used for dividing up indicators were previously
       INDIC_CONTAINER, INDIC_IME, INDIC_IME_MAX, and INDIC_MAX"
@@ -153,7 +153,7 @@ begin
     -2.2.4: Update TCompForm.MemoUpdateUI to check the type of update sent by SCN_UPDATEUI
     -2.2.6: Replace: INDIC_ROUNDBOX -> INDIC_STRAIGHTBOX
     -2.2.8: Review using SCI_MARKERDEFINERGBAIMAGE instead of SCI_MARKERDEFINEPIXMAP,
-            If succesful remove TCompileForm.UpdateMemoMarkerColumns' DPI limitation
+            If successful remove TCompileForm.UpdateMemoMarkerColumns' DPI limitation
             for mmIconBreakpointStep
     -3.3.2: Review using INDIC_SQUIGGLEPIXMAP instead of INDIC_SQUIGGLE
     -3.4.2: Removes support for style byte indicators but ScintStylerInnoSetup uses those