techee left a comment (geany/geany-plugins#730) I can reproduce this and it appears when overview is configured to be on the left. In this case, even tab closing doesn't work. The reason is `locate_sci_in_container()` we use in Geany in `document_get_from_notebook_child()` which finds the overview Scintilla first.
We should probably modify `locate_sci_in_container()` to also run `document_find_by_sci()` and continue searching if `document_find_by_sci()` returns NULL. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/730#issuecomment-3005601394 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/730/[email protected]>
