bbcmicrobit / bbcmicrobit/PythonEditor
Code hinter causes incorrect entry
- Lenguaje dominante
- JavaScript
- Estrellas
- 201
- Forks
- 126
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
This case found when typing in a _variables.py_ example.
Up to here, all entries and behavior is fine (note cursor position and code hint):

And here, one ")" character later, still fine (though I don't see how try/except is a good suggestion)

But then upon hitting enter key, that "a)" is replaced with the hinted block - not at all what user expects at that moment.

Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.