Files
zyedidia.micro/internal/action
Dmytro Maluka 2a1790d15a Don't call onSetActive for an already active pane
Currently onSetActive is called when the user clicks with the mouse on
a pane even if this pane is already active. We should avoid calling it
in this case.

Implementation detail: like with tabs in the previous commit, we cannot
check if the pane is already active just by checking the index passed
to the Tab's SetActive() (since the index may not change while the pane
itself changes), we need to check state of the pane itself. So we move
the onSetActive invocation from the Tab's SetActive() to the BufPane's
SetActive().
2024-04-12 02:21:03 +02:00
..
2020-09-06 17:38:23 -04:00
2021-08-21 17:58:30 -04:00
2021-08-21 18:04:08 -04:00
2021-08-21 18:04:08 -04:00
2020-09-05 14:52:35 -04:00