Sagar Chalise
Sagar Chalise
I wrote [emmet-plugin](https://github.com/sagarchalise/geanypy-emmet) based on [GeanyPy](https://github.com/sagarchalise/geanypy/tree/gtk3) taking inspirations from emmet-sublime and emmet-notepadd++.
Well, I am giving this a try in current architecture of geany plugin along with what scintilla offers. I have some workflow in mind but it is currently quite buggy....
Just a heads up, I started with pure gtk3 port and then started considering gtk2 compatibilies. I finally maintained a tag for pure-gtk3 but there are some commits which may...
@Skif-off If you do have some plugins that are dependent on geanypy then you can use https://github.com/sagarchalise/geanypy/tree/proxy-gtk3 for gtk3 compatibility as other plugins are not yet compatible with peasy.
@kugel- I am actually all in for peasy and gobject introspection way. I have ported one plugin from geanypy to [peasy](https://github.com/sagarchalise/geanypy-reStructured-preview/tree/peasy). I do think there needs to be documentation on...
I was not trying to load any plugin written with geanypy. I guess I have to load `GeanyPy` first and it happened when I was loading/enabling `GeanyPy` . I tried...
If I enable it through `geany.conf` and then load gdb I get this otherwise its the same as above when I run geany and then enable it (gdb) run -v...
Well I am using both. If I enable `geanypy` through geany.conf and then start enabling other plugins through GUI. I havenot faced any problem. On a very different note, Does...