Open abrudz opened 3 years ago
Hi. It not possible to permanently delete lines from the session log in RIDE since the log comes from the interpreter. In order to do that there have to be changes to the protocol.
What we can do is implement a proper way to delete lines, but they will reappear in RIDE's session log when RIDE is restarted.
I am inclined to say that magically reappearing lines is going to be very confusing.
I think that arranging for an enhancement to the protocol is the best way forward.
I agree.
I'll put this issue on hold.
Fixed issue with deleted lines disappearing from session in 5210388aaf4f41d208810c3812dbbda2772032ff To permanently delete lines from session one should use the DK command (delete block) which isn't implemented properly in RIDE yet as it requires an extension to the RIDE protocol (logged with Dyalog as RFE20011).
Duplicate of #33, I will close that one.
Describe the issue you are having
The IDE allows removal of parts of the session log using and RIDE advertises a too, but it only removes the content of each line, leaving behind an equal amount of empty lines. It also seems to activate the first line after the "removed" lines.
Did you connect to an already running interpreter or start the interpreter from RIDE?
Start an interpreter
How do you reproduce the issue?
⍪⍳10
1
to5
and press6
moves up and becomes active.6
down and runs it, while the "deleted" lines remain.Paste the contents of Help → About (Shift+F1)