elextr
elextr
As images that are part of the template package are left in the package (since they may be used by styles in the package) images that are part of the...
A patch has been proposed to Asciidoc Python that changes the behaviour of table headers. It is awaiting documentation, but it appears that it will mean that if `options=header` and...
Asciidoc includes a number of Javascripts from other projects (ASCIIMathML.js for example). If anyone uses them it might be worthwhile comparing those to the upstream project to see if a...
The session split branch seems to work AFAICT. But there are lots of settings in `geany.conf` that I believe are session settings, essentially all the GUI ones for example. Below...
20:49:15: Geany INFO : Geany 1.27 (git >= ad354b7), en_AU.UTF-8 20:49:15: Geany INFO : GTK 3.10.8, GLib 2.40.2 Ignore the commit, Geany Git is actually 27628c0 (I thought we fixed...
In Geany the name `instance` is highlighted as a type ``` C++ class c { int i; public: c( int j ):i(j){} int f(){ return i; } } instance{1}; c...
@eht16 I notice Geany doesn't have a badge, do we just delete this one?
Currently on a PR all are built, and if any one fails the CI fails, even if the failure is in a plugin that is not the plugin the PR...
Configure `--with-geany-libdir=$PREFIX/lib/x86_64-linux-gnu` and geany.pc is not found, checked and it is in `$PREFIX/lib/x86_64-linux-gnu/pkgconfig` Have to set PKG_CONFIG_PATH to find it. If geany and geany-plugins are built with libdir `$PREFIX/lib` and...
Built plugins with a `--with-geany-libdir=$PREFIX/lib/x86_64-linux-gnu` but `libgeanypluginutils.so` is still installed in `$PREFIX/lib`