[Geany-devel] [ANN]: Geany Zen Coding Plugin (Matthew Brush)

Matthew Brush mbrush at xxxxx
Sun Jul 10 19:34:14 UTC 2011


On 07/10/11 11:26, Josh wrote:
> On 07/10/2011 04:00 AM, geany-devel-request at uvena.de wrote:
>> I have made a Zen Coding plugin for Geany supporting 'Expand
>> Abbreviation' and 'Wrap with Abbreviation'.  If anyone wants to try it
>> out you can find it here:
>>
>> https://github.com/codebrainz/geany-zencoding
> Hey,
>        That looks really cool; did you wrap the python implementation of
> that in C?  (not really important, I'm just curious).  Anyway I can't

Yep, using the Python C API to call a few wrapper methods on a class I 
made in engine.py.in.  All of the Python C code is in zen-engine.c.

> get it to build on fedora 15 x86.  When running `./configure
> --prefix=$(dirname $(dirname $(which geany)))` I get `configure: error:
> py_compilefiles not found, is Python installed?` .  I have python
> (2.7.1) and python-devel installed.  I found this bug report:
> https://bugs.launchpad.net/gedit-xmltools/+bug/395107 from a quick
> google, something to do with fedora maybe?  Let me know if I can help,

I thought this script was reliably available anywhere Python is, I guess 
this is not the case.  I just pushed a fix for this to the repository, 
using the same technique as in that bug report you linked.  Thanks for 
the info.

Let me know if works ok now.

Cheers,
Matthew Brush



More information about the Devel mailing list