Ignore:
Timestamp:
Mar 4, 2022, 10:57:08 PM (2 years ago)
Author:
chronos
Message:
  • Added: Compile multiple action for compilation of code with mutliple compilers at once.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Target/UTargetInterpretter.pas

    r128 r133  
    448448begin
    449449  inherited;
    450   Name := 'Interpretter';
    451   ImageIndex := 25;
    452   Capabilities := [tcRun, tcPause, tcStop, tcCompile, tcStepOut, tcStepInto,
     450  FName := 'Interpretter';
     451  FImageIndex := 25;
     452  FCapabilities := [tcRun, tcPause, tcStop, tcCompile, tcStepOut, tcStepInto,
    453453    tcStepOver, tcRunToCursor];
    454454  // Base commands
Note: See TracChangeset for help on using the changeset viewer.