Matthew Brush

Results 196 comments of Matthew Brush

I can reproduce this on Macos. It's because the window manager has an invisible grab area to resize windows and it overlaps where the splitter bar is, sending the drag...

@techee maybe for macos, as a workaround, we should limit the GtkPaned positions to `N` pixels minimum from the edges? Edit: or we could set the width of the handle...

> I believe Geany's behavior up until some six months ago (1.29?) did not have this problem Were you using Wayland at that time?

I have no personal opinion as I don't use line-wrapping, but it would be useful to get opinions of more people who actually use the feature and would be affected...

`strtol()` requires including `stdlib.h`, but you could also use one of the GDK functions such as [`gdk_rgba_parse()`](https://developer.gnome.org/gdk3/stable/gdk3-RGBA-Colors.html#gdk-rgba-parse) to parse the colour string or expose [one of the functions](https://github.com/geany/geany/blob/5cc69b3d6728a714637caabf0238759363e91e85/src/utils.h#L284) already in...

Geany's [`c.c`](https://github.com/geany/geany/blob/master/ctags/parsers/c.c) has decent Vala support, though I expect it'd be quite painful to bring it into here.

> There are only a few conditions/branches about Vala. So I think importing it is not so difficult, I guess. I wouldn't know, last time I looked in `c.c` I...

I have quite a bit of experience with Flex and Bison, and integrating into Autotools. Let me know if you need any help setting it up, it can be a...

> Where can I get the language reference manual or something like that? Not everything is 100% documented, but the language reference/manual is here: https://wiki.gnome.org/Projects/Vala/Manual > Next, could you tell...

I just meant whatever GLib/GObject depends on, so I guess like on my version of Ubuntu: ``` $ apt-cache depends libglib2.0-0 libglib2.0-0 Depends: libc6 Depends: libffi6 Depends: libmount1 Depends: libpcre3...