**Foreword** Thanks to the plugin `Preview` (https://github.com/xiota/geany-preview/) one can see live in a tab of the sidebar the result of an HTML-document. And thanks to the plugin `Lua Scripts` there is at the moment the possibility to press a shortcut to toggle between only-editor-view (the sidebar is disabled) and only-sidebar-view (the editor is disabled).
**Issue** If the only-sidebar-view (the editor is disabled) is visible, and if I press the shortcut `Toggle Sidebar`, then there is a completely empty tab because editor and sidebar are both disabled. A completely empty tab is something that should not happen in Geany. **Possible solution** I don't know how to program software, so I write it like this: In the shortcut "Toggle Sidebar" there should be a command with something like "IF editor is disabled THEN enable editor" to avoid a completely empty tab. **System** Lubuntu 24.04 Geany 2.0 -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3979 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
