TextEditor: 'Keywords' property works again.
[GB.FORM.EDITOR] * BUG: TextEditor: 'Keywords' property works again.
This commit is contained in:
parent
6b15686060
commit
982f48f0bb
2 changed files with 1 additions and 9 deletions
|
@ -1048,7 +1048,7 @@ End
|
|||
|
||||
Private Function Keywords_Read() As String[]
|
||||
|
||||
Try Return $hHighlight.GetKeywords()
|
||||
Try Return $hHighlight.Keywords
|
||||
|
||||
End
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue