Closed fjf2002 closed 4 days ago
@martin-pabst: Thanks for merging, but: At this stage this was supposed to be a proof-of-concept.
addAction
should be moved to JavaAddEditorShortcuts
, where access to this.main
will get neccessary...
This IS cool. I merged it to main and added a few checks to prevent going to a line outside the current method's scope. I introduced editor contexts to have the menu item shown only if SchedulerState == running or SchedulerState == paused.
Thank you!
addAction
should be moved toJavaAddEditorShortcuts
, where access tothis.main
will get neccessary... Done.
One step towards #15:
Move the instuction pointer. Proof of concept.
Type the following program:
Put a breakpoint in line 3. Execute. When the program halts, Right-click on line 2 and select "Interpreter Goto". Continue executing the program. It will spit out 44 instead of 43.
@martin-pabst What do you think?