Changeset 91 for trunk/UCore.pas


Ignore:
Timestamp:
Jul 20, 2018, 9:41:37 AM (6 years ago)
Author:
chronos
Message:
  • Added: Allow to enable individual code optimization from settings dialog.
  • Added: Actions to format or shrink target BF code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r88 r91  
    88  Classes, SysUtils, FileUtil, UApplicationInfo, ULastOpenedList, UProject,
    99  UCoolTranslator, UTarget, URegistry, Registry, Graphics, Controls, UScaleDPI,
    10   UPersistentForm;
     10  UPersistentForm, UBFTarget;
    1111
    1212type
     
    3535    CellSize: Integer;
    3636    MemorySize: Integer;
     37    Optimizations: TOptimizations;
    3738    procedure Init;
    3839    procedure LoadFromRegistry(Root: HKEY; Key: string);
     
    5253  UFormMain, Forms, LazFileUtils,
    5354  // Targets
    54   UTargetInterpretter, UTargetFPC, UBFTarget, UTargetJava, UTargetDelphi,
     55  UTargetInterpretter, UTargetFPC, UTargetJava, UTargetDelphi,
    5556  UTargetPHP, UTargetC, UTargetPython, UTargetCSharp;
    5657
Note: See TracChangeset for help on using the changeset viewer.