On Geany 1.37.1, right clicking on a file name in the file list opens a context menu which include the option "Close Documents to the Right". This makes sense in the default layout when the file list is above the editor and arranged from right to left. However, when the file list is on the left side, it should adjust to "Close Documents Below".
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2781
"Always wrap search" and "Hide the Find dialog" under Edit>Preferences>General>Miscellaneous>Search are saved under the wrong names in `geany.conf`.
"Always wrap search" -> `search.pref_search_hide_find_dialog`
"Hide the Find dialog" -> `search.pref_search_always_wrap`
This happens on Windows 10 64-bit with Geany v1.36 and v1.37.1. I assume the same thing happens on other platforms, but I can't test it myself.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2773
Closes #1763.
I introduced an `enum` in `src/keyfile.c` called `ConfigPayload` which determines whether to read/write preference-data or session-data.
The strings `"geany.conf"` and `"session.conf"` are now defined as preprocessor macros `PREFERENCES_FILE` and `SESSION_FILE`, respectively. However, the string `"geany.conf"` still appears in `src/keybindings.c` and `src/libmain.c`.
For the sake of backwards compatibility, if `session.conf` does not exist, the data is read from `geany.conf` instead. However, the old session data is not cleared from `geany.conf` when this happens.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2776
-- Commit Summary --
* split config file into preferences and session
* read rec files from geany.conf if no session.conf
-- File Changes --
M src/keyfile.c (99)
-- Patch Links --
https://github.com/geany/geany/pull/2776.patchhttps://github.com/geany/geany/pull/2776.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2776
[`--no-new-instance`](https://github.com/geany/geany/pull/1128) can be passed from the shell, but it may not be possible to make use of the command with many file explorers for instance.
Is there a global setting to control this?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2777
Hi, I'm using the contextual menu and ask if posible to add a parameter like for example %f to send the actual file to the contextual action.
So for example can be use like this : /xxxx/yyy/context_action.sh "%s" "%f"
- so the 2ª parameter be the macro of the actual file
I understand that this request is a very "personal" issue, so if it can not be considered, please, can you give a tip "which" source I have to check & modify, so I can do it by myself.
Thanxs & hugs,
Andrés
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/2775