Skip to content

When output groups are enabled, moving to any line of the group and hitting Enter causes all the lines in the group to be brought down and executed #1348

@dyaandys

Description

@dyaandys
  3 1⍴1 2 3

1
2
3

Move up to the "2" and hit enter. You get
1
1
2
2
3
3

You should just get
2
2

as is the case in earlier versions of Ride. The version of Dyalog makes no difference.

IDE:
Version: 4.6.4240
Electron: 34.5.5
Chrome: 132.0.6834.210
Node: 20.19.1
Platform: win32-ia32
Date: 2025-07-25 14:57:43 +0000
Git commit: cd054fb
Preferences:{
"defaultConfig":"v20.0",
"kbdLocale":"en_GB",
"otherExe":"C:\Program Files\Dyalog\Dyalog APL-64 21.0 Unicode\dyalog.exe",
..
}

Interpreter:
Version: 20.0.52293
Platform: Windows-64
Edition: Unicode/64
Date: Aug 17 2025 at 18:34:25

Metadata

Metadata

Assignees

Labels

Type

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions