-
After enabling the plugin, the go-to-line dialog box no longer functions and returns an error:
```
(geany:7887): Geany-CRITICAL **: on_toolbutton_goto_entry_activate: assertion 'doc != NULL' failed
`…
-
Hi, I updated geany to 1.33 then re-installed this plugin as per the instructions, and Zen coding no longer appears in the plugin manager.
I don't know if it matters or not but I had to install the…
-
In OBS https://build.opensuse.org/project/show/home:13ilya:GTK2 I'm build latest version geany and geany-plugins with GTK2.
geany 1.34 succeeded build with gtk2, but geany-plugins not built with gean…
-
Plugin have dependency from `libgtk2.0-dev`.
Without it `make install` return error:
```
mkdir -p lib/geany-complete-core/src/
g++ -c geany-complete-core/src/cc_plugin.cpp -O2 -fPIC `pkg-config…
-
(geany:3690): Gtk-CRITICAL **: IA__gtk_container_remove: assertion `GTK_IS_CONTAINER (container)' failed
(geany:3690): GLib-GObject-WARNING **: cannot register existing type `GtkMultilineTabNotebook'…
-
I'm trying to write simple autocomplete plugin:
``` py
#!/usr/bin/env python
#-*- coding:utf-8 -*-
import geany, os, gettext, re, glob
from ctypes import *
gsc = geany.scintilla
gsc.WORDSTARTPOSITIO…
-
The keystroke does not work here
![Bildschirmfoto 2022-08-16 um 10 37 21](https://user-images.githubusercontent.com/1010248/184835894-35cde07e-b145-49a3-8f41-20fe2e46e776.png)
```
09:12:50.…
frlan updated
2 years ago
-
Hi,
I have Fedora 31, with Geany 1.36.
The plugin makes and installs but in the activation in the editor, the app crash.
These are the messages in the console:
> created jedicomplete
option /u…
-
**Before upgrade**
Geany 1.32, GTK 2.24.32, GLib 2.54.3
geany-1.32.0-1-x86_64.pkg.tar.xz, geany-plugins-1.32-2-x86_64.pkg.tar.xz
Arch Linux, Theme: BlueMenta
Plugin "Lua Script"
`geany.choose…
-
Just opening this for discussion as @kugel- is the owner of the code and I am not sure if the owner wants it to ship with official plugin.
As, geany seems to be moving to `gtk3` build, maybe ship h…