Changeset 12 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Feb 11, 2012, 4:32:27 PM (12 years ago)
Author:
chronos
Message:
  • Added: Display source code caret position in statusbar.
  • Modified: Optimized jump speed using precreated direct jump table.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33LazFuckIDE.lps
        44backup
         5LazFuckIDE
  • trunk/LazFuckIDE.lpr

    r9 r12  
    44
    55uses
    6   {$IFDEF UNIX}{$IFDEF UseCThreads}
     6  {$IFDEF UNIX}//{$IFDEF UseCThreads}
    77  cthreads,
    8   {$ENDIF}{$ENDIF}
     8  //{$ENDIF}
     9  {$ENDIF}
    910  Interfaces, // this includes the LCL widgetset
    1011  Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo,
     
    1516
    1617begin
    17   Application.Title:='LazFuck';
     18  Application.Title:='LazFuck IDE';
    1819  RequireDerivedFormResource := True;
    1920  Application.Initialize;
Note: See TracChangeset for help on using the changeset viewer.