Ignore:
Timestamp:
Feb 29, 2012, 8:23:19 PM (13 years ago)
Author:
chronos
Message:
  • Added: Debugging actions to Run menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UMainForm.lfm

    r42 r43  
    7474      Top = 2
    7575      Action = ARun
     76    end
     77    object ToolButton9: TToolButton
     78      Left = 172
     79      Top = 2
     80      Action = APause
     81    end
     82    object ToolButton10: TToolButton
     83      Left = 195
     84      Top = 2
     85      Action = AStop
    7686    end
    7787  end
     
    395405    object MenuItem7: TMenuItem
    396406      Caption = 'Run'
     407      object MenuItemProducer: TMenuItem
     408        Caption = 'Target'
     409      end
    397410      object MenuItem8: TMenuItem
    398411        Action = ABuild
     
    433446          0000000000000000000000000000000000000000000000000000
    434447        }
     448      end
     449      object MenuItem27: TMenuItem
     450        Caption = '-'
    435451      end
    436452      object MenuItem14: TMenuItem
     
    473489        }
    474490      end
    475       object MenuItemProducer: TMenuItem
    476         Caption = 'Target'
     491      object MenuItem25: TMenuItem
     492        Action = APause
     493      end
     494      object MenuItem26: TMenuItem
     495        Action = AStop
     496      end
     497      object MenuItem32: TMenuItem
     498        Action = AReset
     499      end
     500      object MenuItem28: TMenuItem
     501        Action = AStepIn
     502      end
     503      object MenuItem29: TMenuItem
     504        Action = AStepOver
     505      end
     506      object MenuItem30: TMenuItem
     507        Action = AStepOut
     508      end
     509      object MenuItem31: TMenuItem
     510        Action = ARunToCursor
    477511      end
    478512    end
     
    633667      ImageIndex = 12
    634668      OnExecute = ABuildExecute
    635       ShortCut = 120
     669      ShortCut = 16504
    636670    end
    637671    object AExit: TAction
     
    641675    end
    642676    object ARun: TAction
     677      Category = 'Run'
    643678      Caption = 'Run'
    644679      ImageIndex = 13
     680      ShortCut = 120
    645681    end
    646682    object AAbout: TAction
     
    692728      Caption = 'Targets'
    693729      OnExecute = AViewTargetsExecute
     730    end
     731    object AStop: TAction
     732      Category = 'Run'
     733      Caption = 'Stop'
     734      ShortCut = 16497
     735    end
     736    object APause: TAction
     737      Category = 'Run'
     738      Caption = 'Pause'
     739    end
     740    object AReset: TAction
     741      Category = 'Run'
     742      Caption = 'Reset'
     743    end
     744    object AStepOver: TAction
     745      Category = 'Run'
     746      Caption = 'Step over'
     747      ShortCut = 119
     748    end
     749    object AStepIn: TAction
     750      Category = 'Run'
     751      Caption = 'Step in'
     752      ShortCut = 118
     753    end
     754    object AStepOut: TAction
     755      Category = 'Run'
     756      Caption = 'Step out'
     757      ShortCut = 8311
     758    end
     759    object ARunToCursor: TAction
     760      Category = 'Run'
     761      Caption = 'Run to cursor'
     762      ShortCut = 115
    694763    end
    695764  end
Note: See TracChangeset for help on using the changeset viewer.