When "load files from the last session" is enabled, regardless of whether a project is loaded, the previously active document is reactivated when Geany is closed and restarted with a document at the command line or from a file manager. The expected behavior is to activate the newly opened document for editing.
This occurs with the default config and no plugins loaded. Does not occur in an old build from 2021-12-30. Does occur in builds dated after 2022-05-01. I did not build Geany between those dates, so don't know when the new behavior was introduced. I do not see it in the manual, nor do I see any option to revert to the old behavior.
To reproduce:
1. Open Geany.
2. Open a several of documents.
3. Close Geany.
4. Open Geany with a file from a file manager or command line.
5. Geany will open and activate the last active document. Expected behavior is to activate the newly opened document for editing.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3210
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3210(a)github.com>
PR #3125 (commit 22aac443) broke that accidentally by moving the
"switch to last used tab" to a idle callback (g_idle_add()). This
runs after opening files from the command line.
Now, the same callback is moved to libmain.c and is only registered
when there are no files from the command line.
Additionally, projects gains a private copy of the current_page loaded
from the keyfile.
Fixes #3210
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3267
-- Commit Summary --
* Restore startup behavior to focus files from the command line after session files
-- File Changes --
M src/keyfile.c (40)
M src/keyfile.h (4)
M src/libmain.c (52)
M src/project.c (1)
M src/projectprivate.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/3267.patchhttps://github.com/geany/geany/pull/3267.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3267
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3267(a)github.com>
A small set of examples as reminders of how to use Markdown.
Simply uploading this file is not sufficient, but it is unclear to me how the file ```data/Makefile``` can be generated to include the template, please help!
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3517
-- Commit Summary --
* Create file.md
-- File Changes --
A data/templates/files/file.md (52)
-- Patch Links --
https://github.com/geany/geany/pull/3517.patchhttps://github.com/geany/geany/pull/3517.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3517
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3517(a)github.com>
Hi Elextr, Thanks for your reply.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3529#discussioncomment-6457896
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3529/comments/6457896(a)github.com>
Hi, Is it possible to change the color of the menu and symbol bar at the top of the IDE? I use the dark scheme on Windows 11 and would like to use it for the menu and symbol bar of the app "Geany", too, but I don't know how it works. Regards ... Gregor
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3528
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3528(a)github.com>
![{464BD2C3-D2A8-4cd8-ADE3-925F52F8647D}](https://github.com/geany/geany/assets/139338389/772cce75-9c8b-4179-ac29-950aabaf7918)
How incomprehensible this is! Blue Chinese can be displayed normally, while red cannot!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3526
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3526(a)github.com>
Hello to all!
I am a new user of Geany. The central idea is to use it for LaTeX and Scheme coding.
Problem #1 Upon start up I see the almost the half panel on the left (see attached picture). Although I change the margins, the next time is still there.
![pic1](https://github.com/geany/geany/assets/139242766/07b14f11-af67-4134-b0b5-573c6f25b750)
Problem #2 When I execute, e.g., Scheme code, the terminal is not cleared -at the beginning (see attached picture)
![pic2](https://github.com/geany/geany/assets/139242766/b150ec42-416b-4dcd-8120-22e063d453cb)
In Edit > Preferences > Tools > Terminal , I have: /usr/bin/zellij -e "/bin/fish %c"
and
in Edit > Preferences > Terminal , I have: /usr/bin/zellij
Any ideas?
Thank you all in advance!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3524
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3524(a)github.com>