When loading C-c C-l a file and then trying to compute a normal form C-c C-n the focus of the cursor in Atom stays in the tab of the agda file.
The same is the case for inferring a type C-c C-d.
This forces the user to manually change the focus in Atom by clicking the field in the Agda mode tab.
Expected behavior
When the user tries to perform any computation in the agda mode, the focus should also be changed to that tab and the cursor position placed in the field. Like this, the user can write or paste right away.
After the computation it behaves OK, being focus correctly changed to the corresponding agda file tab.
Description
When loading C-c C-l a file and then trying to compute a normal form C-c C-n the focus of the cursor in Atom stays in the tab of the agda file.
The same is the case for inferring a type C-c C-d.
This forces the user to manually change the focus in Atom by clicking the field in the Agda mode tab.
Expected behavior
When the user tries to perform any computation in the agda mode, the focus should also be changed to that tab and the cursor position placed in the field. Like this, the user can write or paste right away.
After the computation it behaves OK, being focus correctly changed to the corresponding agda file tab.