Gilgamesh Athoraya

Results 59 comments of Gilgamesh Athoraya

The reason `⌥N` fails is that the Dutch layout has registered this combination as a composite key. You can try using a different layout or create your own. I haven't...

Depends how you look at it. Would you prefer to be able to define the shortcut but not be able to trigger it? Currently, if you switch to a layout...

That was clumsy of me, of course it is an issue. My statements all assume that it isn't possible for an application to override the composite key. I will need...

The committed fix only ensures the last keystroke fades out, it still doesn't show keys on editors.

I've explored that as a separate project which can be found on https://github.com/tiamatica/vscode-apl-debug It is far from production ready, but as a proof of concept it's been useful in identifying...

As I mentioned in https://github.com/Dyalog/ride/issues/230#issuecomment-340398800 the ODE and RIDE seems to be limited on opposite ends (RIDE wraps bottom to top where ODE wraps top to bottom, even if the...

Sorry for the late reply. At the moment this is the only way to achieve what you want. RIDE doesn't expose all underlying features of the monaco editor, so you...

Tested on Mac: 17.1.45750 18.0.45750 18.2.45750 This is an interpreter issue that seems to be fixed in 18.2, although it sometimes takes a few seconds before the interrupt is actioned...

I don't see how this is different from #514. The InvalidSyntax message from the interpreter is unexpected and leaves RIDE in quote-quad input mode (and that seems to be correct...

I can understand why it doesn't work as the discovery via SSH only supports unix. On a related note, I've also noticed a significant slowdown of discovery on a local...