TextEditor: 'Keywords' property works again.

[GB.FORM.EDITOR]
* BUG: TextEditor: 'Keywords' property works again.
This commit is contained in:
Benoît Minisini 2023-11-02 21:17:23 +01:00
parent 6b15686060
commit 982f48f0bb
2 changed files with 1 additions and 9 deletions

View file

@ -1048,7 +1048,7 @@ End
Private Function Keywords_Read() As String[]
Try Return $hHighlight.GetKeywords()
Try Return $hHighlight.Keywords
End

View file

@ -1026,8 +1026,6 @@ Fast Private Sub DrawHighlightedText(Row As Integer, sText As String, aColor As
' Endif
NEXT_PATTERN:
P += iLen
XX = X2
@ -1050,8 +1048,6 @@ Fast Private Sub DrawHighlightedText(Row As Integer, sText As String, aColor As
DRAW_TEXT:
iCol = hStyle.Color
Paint.Background = iCol
YT = YY + $iAscent + $LP
@ -1080,8 +1076,6 @@ DRAW_TEXT:
DRAW_TEXT_WITH_TAB:
iCol = hStyle.Color
Paint.Background = iCol
If hStyle.Bold Then
@ -1113,8 +1107,6 @@ DRAW_TEXT_WITH_TAB:
CALC_LEVEL_BG:
If iLevel Then
iBg = Color.SetAlpha(Color.Black, 255 - iLevel * 16)
Else