Ignore:
Timestamp:
Oct 19, 2010, 7:19:53 AM (14 years ago)
Author:
george
Message:
  • Modified: Error messsage window reworked to use TListView instead of ListBox.
  • Fixed: Focusing caret to position of error message source in code.
  • Fixed: Loading other units during parsing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Compiler/Analyze/UParser.pas

    r68 r69  
    365365    Parser.SourceCodeText := TStringList.Create;
    366366    Parser.ProgramCode := ProgramCode;
     367    Parser.OnGetSource := OnGetSource;
    367368    if Assigned(FOnGetSource) then begin
    368369      if FOnGetSource(Name, Parser.SourceCodeText) then begin
Note: See TracChangeset for help on using the changeset viewer.