Ignore:
Timestamp:
Oct 18, 2010, 12:39:37 PM (14 years ago)
Author:
george
Message:
  • Fixed: Parsing of strings.
  • Modified: Now supported C target "Dynamic C" dialect.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Forms/UMessagesForm.pas

    r64 r67  
    4343  if ListBoxMessages.ItemIndex <> -1 then
    4444  with TErrorMessage(Compiler.ErrorMessages[ListBoxMessages.ItemIndex]) do begin
    45     ProjectFile := Project.SearchFile(fileName);
     45    ProjectFile := Project.SearchFile(FileName);
    4646    if Assigned(ProjectFile) then
    4747      SynEditSource.Lines.Assign(ProjectFile.Source);
    4848    SynEditSource.CaretXY := Position;
     49    TForm(SynEditSource.Owner).Show;
    4950    SynEditSource.SetFocus;
    5051  end;
Note: See TracChangeset for help on using the changeset viewer.