]dinput
· f ← {
· · 1
· }
f←{
SYNTAX ERROR: Unpaired brace
f←{
∧
How can I enable the ]dinput multi-line functionality by default in Ride?
]dinput
· f ← {
· · 1
· }
f←{
SYNTAX ERROR: Unpaired brace
f←{
∧
How can I enable the ]dinput multi-line functionality by default in Ride?
Set the configuration parameter LINEEDITOR_MODE=1.
This can be done any number of ways, including through the RIDE connection screen:

While the result looks slightly different from when using ]DInput, the functionality is much the same:
f ← {
1
}
f ⍬
1