*Debian Buster
*Geany-plugins v1.37
*Geany (git) built with GTK 3 enabled
The [spellcheck doc](https://github.com/geany/geany-plugins/blob/master/spellcheck/README) lists "GTK >= 2.8.0" as a requirement, but I think it should list it as "GTK >= 2.8.0 or GTK 3" because Geany itself can be built with GTK 3 enabled, and if it is, wouldn't GTK 3 be a req for the spellcheck plugin?
(related #1050)
--
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-plugins/issues/1051
I think I have discovered a bug in the terminal size calculation done by the VTE in the messages window, I use the fish shell and I always get this message whenever I open the terminal:
```
⏎ Welcome to fish, the friendly interactive shell
TheDcoder@arch /m/d/P/C/E/build (master)> <W> fish: Current terminal parameters set terminal size to unreasonable value.
<W> fish: Defaulting terminal size to 80x24.
```
Perhaps Geany is initializing the VTE widget too soon, causing it to believe the available size is 0 or some other unreasonable value.
I am using Geany 1.37 and this issue is always reproducible.
--
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/2705
How to do multi select, Can't have it to work by use of ctrl+mouse-select-click (just like noptepad++ as same Scintilla)
Or any peculiar way to do 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/2704
on mint repository (and maybe also ubuntu 20.04) libgit is available only on 0.28 version.
git changebar show it is impossible to install due to libgitversion <=26 (?!)
Can we make something for 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-plugins/issues/1047
Hi all,
I just downloaded Geany 1.37. The full dark mode is beautiful. But when I compile the code, the color in the Complier Window is not clear. (attached)
<img width="326" alt="Screen Shot 2020-11-07 at 15 38 38" src="https://user-images.githubusercontent.com/60077140/98450956-5b01c200-210f-1…">
I also try to block the dark mode specific to Germany using: `defaults write org.geany.geany NSRequiresAquaSystemAppearance -bool yes`. But the color of the compile window is still dark when I restart Geany.
Could anyone help me with that? I appreciate any advice.
Thanks in advance!
--
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/2647
How do we modify message background color when build is executed to become full black ? Please help is unreadable at all..
--
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/2702
Geany 1.38 shows a Gtk-Warning at startup
```
(geany:29297): Gtk-WARNING **: 00:58:33.911: Negative content height -6 (allocation 1, extents 7x0) while allocating gadget (node scrollbar, owner GtkScrollbar)
```
This seems to be triggered when:
1. the file being opened at startup contains a long current (saved) line that stretches beyond the current window size (in this case it was maximized)
2. AND the Line wrapping is enabled in preferences (Preferences>Editor[Features]:Line wrapping)
Geany starts and opens the file Ok, however the line in question appears non-wrapped, yet it's expected to be.
---------------
```
geany -V
geany 1.38 (built on 2020-12-19 with GTK 3.22.30, GLib 2.56.4)
uname -a
Linux testbox 5.4.0-58-generic #64~18.04.1-Ubuntu SMP Wed Dec 9 17:11:11 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
```
--
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/2700
I recently started using a 4k setup, doubling my font dpi, and noticed that the commander popup is still the same size as with a lower resolution, meaning that it can only show 2 entries. Any chance this could be scaled a bit?
--
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-plugins/issues/1044