Changeset 56 for branches/ByteArray/Forms/FormSourceEditor.lfm
- Timestamp:
- Nov 22, 2023, 11:37:44 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ByteArray/Forms/FormSourceEditor.lfm
r50 r56 133 133 Caption = 'Run' 134 134 OnExecute = ARunExecute 135 ShortCut = 120 135 136 end 136 137 object ACompile: TAction 137 138 Caption = 'Compile' 138 139 OnExecute = ACompileExecute 140 ShortCut = 16504 139 141 end 140 142 object ARunToCursor: TAction 141 143 Caption = 'Run to cursor' 144 ShortCut = 115 142 145 end 143 146 object AStepIn: TAction 144 147 Caption = 'Step in' 148 ShortCut = 118 145 149 end 146 150 object AStepOut: TAction 147 151 Caption = 'Step out' 152 ShortCut = 8311 148 153 end 149 154 object AStepOver: TAction 150 155 Caption = 'Step over' 156 ShortCut = 119 151 157 end 152 158 object APause: TAction … … 156 162 Caption = 'Stop' 157 163 OnExecute = AStopExecute 164 ShortCut = 16497 158 165 end 159 166 end
Note:
See TracChangeset
for help on using the changeset viewer.