Document.globalKeyDownAction doesn't apply to new code windows in the IDE #1159
Labels
bug
Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
comp: sclang
sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"
env: SCIDE
To reproduce:
Run this (any time -- it doesn't have to be part of the startup sequence):
Hit a few keys in the code window where you did 1, to verify that the ASCII codes appear in the post window.
Ctrl (Cmd) N to create a new code document.
Start typing. ASCII codes don't appear. (Though, strangely, the return key will cause 13 to be printed, at least in Ubuntu.)
If it's a global key down action, then it should apply to all documents, not only the ones that existed when the language initialized.
The text was updated successfully, but these errors were encountered: