Matthew Brush
Matthew Brush
> Also a little question regarding the plugin API: as the utils lib is not a registered plugin - how can I get a callback on closing of geany to...
I'm not GDB expert, and don't know Fortran at all, but if it's the same commands as for C/C++, I think you can use `print &thevar` inside the console tab.
Duplicate of at least #1376, #1737, #2293, etc.
I wonder if it's possible to access the colours based on `GtkMessageType` like `GtkInfoBar` does, so they come from the theme? This is sort of like web CSS frameworks that...
> My solution would be to add comments to the CSS file so that the users of dark themes only have to uncomment to have a functional contrast. I guess...
Real CSS has a property like this: ```css filter: invert(1) hue-rotate(180deg); ``` But since GTK+ CSS is not real/complete CSS, I doubt it works.
Is only only when Geany starts, or also when the plugin is enabled after startup too?
Does it take ~10 seconds if you start Geany without the plugin loaded and then using the Plugin Manager dialog enable it?
> But never debugged it, just assuming it is related that loading all the rather huge WebKitGTK libraries (and dependencies like libicu) just needs some time. If this is the...
Works for me too. @JohnChain as a work around you can open `~/.config/geany/geany.conf` in an editor that is **not Geany** and change the value of `treeview_pos` to something more than...