For some reason, when I use the colemak keyboard layout, the asterisk (`*`) is a dead key in Geany. As you can imagine, that is *very* annoying when programming. Geany is the only app that has this problem.
Geany version: 1.37.1
OS: Windows 10
Colemak: Installed from [here](https://colemak.com/Windows#Version_with_Caps_Lock_as_Backspace) (version with caps lock as backspace)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3364
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3364(a)github.com>
Hello all,
I am using geany v 1.37.1 in Debian 11.
I am using a dark scheme color on my Desktop, when I try to compile a project...I can't see the content of the message window tab <Compiler>
And I need to see the errors, obviously..
The same way that you provided color options for the Message Window tab <Terminal>, can you provide the same option for Tab <Compiler> ??
In that way I would be able to see the compiler output.
Now because it will take a lot of time until I get a new version with that option, to choose background/foreground colors to message window tab <Compiler>...is there any option that helps me to change the colors used for the compiler output??
I mean some config file or so...otherwise, I can't use geany :(
Thanks in Advance
tux
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3359
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3359(a)github.com>
Instead of hardcoding the count of previously defined keybindings in the Addons plugin, use the already available enum counter.
While testing #1182, I noticed that there is a mismatch between the pressed keybinding with the configured replacement. The Wordwrap plugin had the keybinding count of all keybindings of the Addons plugin hardcoded and of course it changed since then but the hardcoded magic number was not updated.
Instead of hardcoding, use the enum counter constant.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1212
-- Commit Summary --
* Addons: Fix Wordwrap wrong keybinding use
-- File Changes --
M addons/src/addons.c (14)
M addons/src/addons.h (11)
M addons/src/ao_wrapwords.c (2)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1212.patchhttps://github.com/geany/geany-plugins/pull/1212.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1212
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1212(a)github.com>
It appears that coppying from geany out to for example gnome-terminal does not work. It is probably a Fedora 37 gnome desktop related issue. I though I better post here so you good folksare aware.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3363
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3363(a)github.com>