ralf3u left a comment (geany/geany#4257) I don't know how to program software, but maybe the description of the solution in the report will not work. In the report there is this description: ``` IF sidebar is disabled THEN enable sidebar and set focus on the content-area of the sidebar, ELSE disable sidebar and set focus to the editor. ``` So, here is an alternative: ``` IF sidebar is disabled THEN enable sidebar and then, if sidebar is enabled, set focus on the content-area of the sidebar, ELSE disable sidebar and set focus to the editor. ```
-- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4257#issuecomment-2911407430 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4257/2911407...@github.com>