Questions tagged [dyalog-ride]

Use this tag when referring to RIDE, Dyalog's cross-platform Remote IDE for developing APL programs.

RIDE is Dyalog's open-source, cross-platform Remote IDE for developing APL programs.

6 questions
3
votes
1 answer

How do I tell a running Dyalog session to accept RIDE connections?

Dyalog RIDE can connect to running interpreter sessions, but in order for that to work, is there a way to tell an already running session that it should start listening to incoming connections? I know I can start a new session with the following…
xpqz
  • 3,617
  • 10
  • 16
3
votes
2 answers

How to change the font in RIDE for Dyalog APL?

There are many APL Fonts I am interested in using with the Remote IDE for Dyalog APL. How do I change the font in RIDE?
eitanlees
  • 1,244
  • 10
  • 14
2
votes
2 answers

Resuming execution after conditional breakpoint in Dyalog APL

In a previous question I asked about how to set a conditional breakpoint in Dyalog RIDE, and the accepted answer works as advertised, by creating a guard statement with an empty function call as the body. Execution will be halted on the expected…
xpqz
  • 3,617
  • 10
  • 16
2
votes
1 answer

Setting a conditional breakpoint in Dyalog RIDE

In Dyalog RIDE, I know how to set breakpoints that will halt execution on specific lines in the APL source. Is there a way to make a breakpoint conditional so I can stop at a line only if a particular set of conditions are met, e.g. 0<+⌿⍵?
xpqz
  • 3,617
  • 10
  • 16
1
vote
1 answer

Clearing the screen in Dyalog RIDE

Dyalog keeps a session log that persists between restarts. I find myself frequently needing to clear the screen of old output etc, and I've found no other way than mindlessly tapping on the return key. Dyalog RIDE seems to have no equivalent to the…
xpqz
  • 3,617
  • 10
  • 16
1
vote
1 answer

Ride dyalog apl multiline dfn unpaired brace

]dinput · f ← { · · 1 · } f←{ SYNTAX ERROR: Unpaired brace f←{ ∧ How can I enable the ]dinput multi-line functionality by default in Ride?