You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is probably related to geany-plugins PR 1234, which fixes a bug in geanylua in the activate function. May (or may not) be helpful to leave a short comment there saying that you're affected by the bug.
I think this is probably related to geany-plugins PR 1234, [...]
I don't think so, because with the shortcut switch-views-(editor-↔-sidebar).lua the editor is in focus how it should be. I think that geany-plugins PR 1234 is among others about the focus issue of the content-area of the prebiew-tab.
Just compare the following example with the report of this issue:
Steps to reproduce
only editor is visible
press shortcut switch-views-(editor-↔-sidebar).lua of switch-views to see only the sidebar
do nothing (it is just to have the same numbers like in the report)
click inside the content-area of the preview-tab to put there the focus
press again the shortcut switch-views-(editor-↔-sidebar).lua of switch-views to see only the editor
Result
The editor is in focus.
So, if "set focus back to the editor" works in the shortcut switch-views-(editor-↔-sidebar).lua, it should also work for the shortcut Toggle sidebar 1 .
Steps to reproduce
Result
The editor is not in focus.
Expectation
The editor should be in focus.
The text was updated successfully, but these errors were encountered: