discipl / discipl/flinteditor-mps
Editing Explanation field freezes UI
- Dominant language
- JetBrains MPS
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
## Bug
### User story
The user wants to be able to create and edit an explanation in an Act/Fact/Duty/FlintSource
### Description
The bug consists of the UI freezing while editing the explanation field. This is because the string property is directly linked to a Root Node. When the property changes (which is with every key stroke) every Root Node in the model is refreshed. This causes the UI to freeze when the model exceeds ca. 1300 Root Nodes
### Workaround
Currently the only workaround for this issue is decreasing the amount of nodes, sadly this is not feasible. This issue should be fixed with completing either #148 or #186
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.