You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the highlighters and when I put on the form 'SynHighlighterHP48' and just try to create the form an error appears:
'Range check error'
function SynHighlighterHP48.TSpeedStringList.AddObj(const Value: TSpeedListObject): Integer;
Datas[crc][DatasUsed[crc]] := Value; // line 283
Called from:
procedure SynHighlighterHP48.TSpeedStringList.SetStringList( TSpeedStringList.SetStringList i = 10 SKIPYES;
AddObj(TSpeedListObject.Create(value[i])); // line 469
Maybe I do something wrong but I thought I would let know.
Good luck!
The text was updated successfully, but these errors were encountered:
Hi,
I checked the highlighters and when I put on the form 'SynHighlighterHP48' and just try to create the form an error appears:
'Range check error'
function SynHighlighterHP48.TSpeedStringList.AddObj(const Value: TSpeedListObject): Integer;
Datas[crc][DatasUsed[crc]] := Value; // line 283
Called from:
procedure SynHighlighterHP48.TSpeedStringList.SetStringList( TSpeedStringList.SetStringList i = 10 SKIPYES;
AddObj(TSpeedListObject.Create(value[i])); // line 469
Maybe I do something wrong but I thought I would let know.
Good luck!
The text was updated successfully, but these errors were encountered: