Changeset 67 for branches/Transpascal/Forms/UMessagesForm.pas
- Timestamp:
- Oct 18, 2010, 12:39:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Forms/UMessagesForm.pas
r64 r67 43 43 if ListBoxMessages.ItemIndex <> -1 then 44 44 with TErrorMessage(Compiler.ErrorMessages[ListBoxMessages.ItemIndex]) do begin 45 ProjectFile := Project.SearchFile( fileName);45 ProjectFile := Project.SearchFile(FileName); 46 46 if Assigned(ProjectFile) then 47 47 SynEditSource.Lines.Assign(ProjectFile.Source); 48 48 SynEditSource.CaretXY := Position; 49 TForm(SynEditSource.Owner).Show; 49 50 SynEditSource.SetFocus; 50 51 end;
Note:
See TracChangeset
for help on using the changeset viewer.