t-edson / SynFacilSyn

Scriptable Highlighter for the SynEdit Component of Lazarus
GNU General Public License v2.0
34 stars 16 forks source link

Update for last ATSynedit #25

Closed Alexey-T closed 5 years ago

Alexey-T commented 5 years ago

wish

procedure TSynFacilAdapter.StringsLog(Sender: TObject; ALine: integer);
begin
  if (ALine>=0) and (ALine<firstModified) then firstModified := ALine;
//  DebugLn('OnLog: ALine=' + IntToStr(ALine) + ' ALen=' + IntToSTr(Alen));
end;
t-edson commented 5 years ago

OK. I will update. WOuld you please explain better the part: "add ATSynEdit_package to demo project require-list (IDE dialog Project Inspector)"

Alexey-T commented 5 years ago

In IDE, open Project Inspector dialog when the demo ATSynEdit+SynFacil proj is opened. You see list of files in project. And requirement list. Add to this require-list - "atsynedit" package. Or program cannot compile.

t-edson commented 5 years ago

No results for "atsynedit" package.
image

Alexey-T commented 5 years ago

it is here - first install this package in OnlinePackageManager.

t-edson commented 5 years ago

OK. Updated.