Dyalog / ride

Cross-platform IDE for Dyalog APL
https://dyalog.github.io/ride
MIT License
202 stars 31 forks source link

RIDE should automatically do horizontal scrolling to leftmost position when executing statements in the session #713

Closed mbaas2 closed 3 years ago

mbaas2 commented 3 years ago

Describe the issue you are having

When entering a looong statement that causes horizont scrolling and executing it, the display should scroll back to the left margin when displaying the result.

Did you connect to an already running interpreter or start the interpreter from RIDE?

Start from RIDE

How do you reproduce the issue?

⎕PW←1024 Enter 402⍴'1+' (or a different value instead of 402, depending on screen size) Press Enter. Search result of that command.

Screenshot to illustrate the effect:

grafik

Paste the contents of Help → About (Shift+F1)

IDE: Version: 4.4.3524 Platform: MacIntel Date: 2021-05-13 15:23:54 +0200 Git commit: 1fe00f6eab7e24c8f602c8e8badb13e20574280d Preferences:{ "autoPW":"1", "confirmations":"{\"SaveFileOptionsExtension:.aplf\":100}", "kbdLocale":"de_DE_Mac", "prefixKey":"<", "selectedExe":"/Applications/Dyalog-18.0.app/Contents/Resources/Dyalog/mapl" }

Interpreter: Version: 18.1.40475 Platform: Mac-64 Edition: Unicode/64 Date: Apr 24 2021 at 03:40:12

e9gille commented 3 years ago

I tried replicating this but failed. Where am I going wrong? issue713

mbaas2 commented 3 years ago

Aah - sorry - I left out one step: go back into that line of output, move cursor to end of line and press Enter!