Changeset 5 for trunk/Core.lfm
- Timestamp:
- Apr 18, 2026, 7:24:02 PM (9 days ago)
- File:
-
- 1 edited
-
trunk/Core.lfm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.lfm
r2 r5 19 19 Category = 'View' 20 20 Caption = 'Memory' 21 ShortCut = 113 21 22 OnExecute = AViewMemoryExecute 22 ShortCut = 11323 23 end 24 24 object AViewDissssembler: TAction 25 25 Category = 'View' 26 26 Caption = 'Disassembler' 27 ShortCut = 114 27 28 OnExecute = AViewDissssemblerExecute 28 ShortCut = 11429 29 end 30 30 object AStepIn: TAction 31 Category = 'Debug' 31 32 Caption = 'Step in' 33 ShortCut = 118 32 34 OnExecute = AStepInExecute 33 ShortCut = 11834 35 end 35 36 object AStepOver: TAction 37 Category = 'Debug' 36 38 Caption = 'Step over' 39 ShortCut = 119 37 40 OnExecute = AStepOverExecute 38 ShortCut = 11939 41 end 40 42 object ARunToCursor: TAction 43 Category = 'Debug' 41 44 Caption = 'Run to cursor' 42 45 ShortCut = 115 43 46 end 44 47 object APause: TAction 48 Category = 'Debug' 45 49 Caption = 'Pause' 50 ShortCut = 16504 46 51 OnExecute = APauseExecute 47 ShortCut = 1650448 52 end 49 53 object ARun: TAction 54 Category = 'Debug' 50 55 Caption = 'Run' 56 ShortCut = 120 51 57 OnExecute = ARunExecute 52 ShortCut = 12053 58 end 54 59 object AStepOut: TAction 60 Category = 'Debug' 55 61 Caption = 'Step out' 62 ShortCut = 8311 56 63 OnExecute = AStepOutExecute 57 ShortCut = 831158 64 end 59 65 object AStop: TAction 66 Category = 'Debug' 60 67 Caption = 'Stop' 68 ShortCut = 8312 61 69 OnExecute = AStopExecute 62 ShortCut = 831263 70 end 64 71 object AViewCpu: TAction 65 72 Category = 'View' 66 73 Caption = 'CPU' 74 ShortCut = 116 67 75 OnExecute = AViewCpuExecute 68 ShortCut = 11669 76 end 70 77 object AViewScreen: TAction … … 72 79 Caption = 'Screen' 73 80 OnExecute = AViewScreenExecute 81 end 82 object AReset: TAction 83 Category = 'Debug' 84 Caption = 'Reset' 85 OnExecute = AResetExecute 86 end 87 object AGoToAddress: TAction 88 Category = 'Edit' 89 Caption = 'Go to address' 90 ShortCut = 16455 91 OnExecute = AGoToAddressExecute 92 end 93 object AViewMessages: TAction 94 Category = 'View' 95 Caption = 'Messages' 96 OnExecute = AViewMessagesExecute 74 97 end 75 98 end
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/mzxemu/chrome/site/your_project_logo.png)