RIDE always shows status window
See original GitHub issueDescribe the issue you are having
2036⌶0 turns off “Autostatus”, that is, popping up the status window when text is written to it. RIDE seems to ignore that.
startup.dyalog, the “boot-loader” for Link, relies on this behaviour.
Did you connect to an already running interpreter or start the interpreter from RIDE?
Start an interpreter
How do you reproduce the issue?
2036⌶0
1
2⎕FIX':class' ':endclass'
DOMAIN ERROR: unnamed namespaces are not permitted when fixing multiple objects
2 ⎕FIX':class' ':endclass'
∧

Paste the contents of Help → About (Shift+F1)
IDE:
Version: 4.2.3370
Platform: Win32
Date: 2018-07-10 16:00:02 +0200
Git commit: a9571b73a3c1fe8466c0db329952376414b9e7e1
Preferences:{
"floatSingle":"0",
"floating":"1",
"ime":"0",
"kbdLocale":"en_GB",
"keys":"{\"FX\":[\"Ctrl-S\"]}",
"lbarOrder":"← +-×÷*⍟⌹○!? |⌈⌊⊥⊤⊣⊢ =≠≤<>≥≡≢ ∨∧⍲⍱ ↑↓⊂⊃⊆⌷⍋⍒ ⍳⍸∊⍷∪∩~ /\\⌿⍀ ,⍪⍴⌽⊖⍉ ¨⍨⍣.∘⍤@ ⍞⎕⍠⌸⌺⌶⍎⍕ ⋄⍝→⍵⍺∇& ¯⍬ ",
"pfkeys":"[\"\",\"\",\"\",\"\",\"\",\"<ZMI><TC>\",\"\",\"\",\"\",\"\",\"<BP><RM><TC><BP>\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]",
"selectedExe":"C:\\Program Files\\Dyalog\\Dyalog APL-64 18.0 Unicode\\dyalog.exe",
"squiggleTips":"1",
"zoom":"6"
}
Interpreter:
Version: 18.0.35814
Platform: Windows-64
Edition: Unicode/64
Date: Mar 7 2019 at 21:03:53
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
RIDE User Guide - Documentation Centre (18.2)
RIDE 4.1 can only connect to a Dyalog interpreter that is version 15.0 or ... When the RIDE is started, the RIDE-Dyalog Session...
Read more >Sharing ETA and trip status | Rider - Uber Help
To share your trip details. After the driver accepts the ride, swipe up on your app screen. Tap “Send Status”. The person(s) you...
Read more >Sharing your ride location with friends and family - Lyft Help
When you share your ride details with someone, they'll get a link that shows them the following: Your pickup and drop-off locations. The...
Read more >Manage App Settings - Ride With GPS HelpRide With GPS Help
Only new rides recorded by the Ride with GPS app will get synced to the Apple ... This option will show the cue...
Read more >Disneyland Genie Plus Frequently Asked Questions
You can always swap out a ride or restaurant that doesn't fit your ... the Genie+ availability status for the current time window...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ve raised issue 17116 for the interpreter side of things.
@jayfoad No, the interpreter is not telling RIDE to show the window or not, it is just telling RIDE what the current interpreter status (the one set with an I-beam) is. RIDE (or whatever is at the other end of the line) can of course do whatever it wants with that information.