Hi,
I was trying to open two different projects in two different editor windows without the first project being closed before the second is opened. Haven't been successful yet. What to do to solve the problem?
Thank You
jori
--
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/2784
I have a question. Does anyone know who provides the actual version of Geany for the Ubuntu repository and/or eventually maintanance it?
--
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/2783
Please the possibility to sort lines by given by the user criteria.
I don't know why, but this important functionality is not existing as an build-in function, but it need to become loaded as plugin to become avaliable
--
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/2782
Would it be difficult to have Scribble use the same font as the editor? Or make it configurable separately? I found some old references to this (2015/2019), but no real conclusion. I also looked into `geany.conf` but didn't any related parameters.
I just tried it out copying this (I'm a long-time geany fan, but never got around using scribble. Maybe is was because of this?)
43:48:31: CH1
d8:f9:ff:ff: -1576 -length of CHx data block (including itself)
02:00:00:00: 2
00:00:00:00: 0
f8:02:00:00: 760
Which shows like:
![As shown in scribble](https://imgur.com/uBqJWgX.png)
The second column is supposed to aligned. Larger hex tables (or disassembly, or just code) look really ugly.
(Using `Geany 1.37`, `GTK+ v2.24.32` and `GLib v2.64.2`)
--
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/2780
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