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[]
|
Private Function Keywords_Read() As String[]
|
||||||
|
|
||||||
Try Return $hHighlight.GetKeywords()
|
Try Return $hHighlight.Keywords
|
||||||
|
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
|
@ -1026,8 +1026,6 @@ Fast Private Sub DrawHighlightedText(Row As Integer, sText As String, aColor As
|
||||||
' Endif
|
' Endif
|
||||||
|
|
||||||
NEXT_PATTERN:
|
NEXT_PATTERN:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
P += iLen
|
P += iLen
|
||||||
XX = X2
|
XX = X2
|
||||||
|
@ -1050,8 +1048,6 @@ Fast Private Sub DrawHighlightedText(Row As Integer, sText As String, aColor As
|
||||||
|
|
||||||
DRAW_TEXT:
|
DRAW_TEXT:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
iCol = hStyle.Color
|
iCol = hStyle.Color
|
||||||
Paint.Background = iCol
|
Paint.Background = iCol
|
||||||
YT = YY + $iAscent + $LP
|
YT = YY + $iAscent + $LP
|
||||||
|
@ -1080,8 +1076,6 @@ DRAW_TEXT:
|
||||||
|
|
||||||
DRAW_TEXT_WITH_TAB:
|
DRAW_TEXT_WITH_TAB:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
iCol = hStyle.Color
|
iCol = hStyle.Color
|
||||||
Paint.Background = iCol
|
Paint.Background = iCol
|
||||||
If hStyle.Bold Then
|
If hStyle.Bold Then
|
||||||
|
@ -1113,8 +1107,6 @@ DRAW_TEXT_WITH_TAB:
|
||||||
|
|
||||||
CALC_LEVEL_BG:
|
CALC_LEVEL_BG:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If iLevel Then
|
If iLevel Then
|
||||||
iBg = Color.SetAlpha(Color.Black, 255 - iLevel * 16)
|
iBg = Color.SetAlpha(Color.Black, 255 - iLevel * 16)
|
||||||
Else
|
Else
|
||||||
|
|
Loading…
Reference in a new issue