Ignore:
Timestamp:
Jul 17, 2012, 10:14:41 AM (12 years ago)
Author:
chronos
Message:
  • Modified: Show tab sheets of source code forms on file click in project manager.
  • Fixed: Compilation error message line calculation on Windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/UAnalyzer.pas

    r44 r62  
    374374        // Update cursor position
    375375        Inc(CodePosition.X);
    376         if (CurrentChar = LineEnding) then begin
     376        if (CurrentChar = LineEnding[1]) then begin
    377377          CodePosition.X := 0;
    378378          Inc(CodePosition.Y);
Note: See TracChangeset for help on using the changeset viewer.