Ignore:
Timestamp:
Feb 18, 2012, 7:49:17 PM (12 years ago)
Author:
chronos
Message:
  • Renamed: Compilers renamed to Targets. Interpretter will be one of possible targets.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UInterpretterForm.lfm

    r23 r30  
    231231      Left = 70
    232232      Top = 2
    233       Action = MainForm.AInterpretterRunToCursor
     233      Action = MainForm.AProgramRunToCursor
    234234    end
    235235    object ToolButton5: TToolButton
    236236      Left = 93
    237237      Top = 2
    238       Action = MainForm.AInterpretterStepInto
     238      Action = MainForm.AProgramStepInto
    239239    end
    240240    object ToolButton6: TToolButton
    241241      Left = 116
    242242      Top = 2
    243       Action = MainForm.AInterpretterStepOut
     243      Action = MainForm.AProgramStepOut
    244244    end
    245245    object ToolButton7: TToolButton
    246246      Left = 139
    247247      Top = 2
    248       Action = MainForm.AInterpretterStopOver
     248      Action = MainForm.AProgramStopOver
    249249    end
    250250  end
Note: See TracChangeset for help on using the changeset viewer.