Hi,
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
If I get any type of positive feedback, I will commit it to the official Geany-Plugins repository.
Let me know if it works ok.
Cheers, Matthew Brush
Am 10.07.2011 04:58, schrieb Matthew Brush:
Hi,
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:
I miss a clear statement about what it does.
After looking a bit deeper, it seems to a snippet plugin? Can you elaborate what it can do what the built-in snippet supprt can't? Also I'm not sure if I'd be happy with "Wrap with Abbreviaten", it seems to compensate the lack of cursor position setting to me.
Otherwise, it's interesting code wise. Do you think you saved a lot of work compared to writing it in C or Vala, even with the glue code needed?
Best regards.
On 07/10/11 02:22, Thomas Martitz wrote:
Am 10.07.2011 04:58, schrieb Matthew Brush:
Hi,
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:
I miss a clear statement about what it does.
It's adds basic Zen Coding[1] support Geany :)
After looking a bit deeper, it seems to a snippet plugin? Can you elaborate what it can do what the built-in snippet supprt can't? Also I'm not sure if I'd be happy with "Wrap with Abbreviaten", it seems to compensate the lack of cursor position setting to me.
It is a sort of snippet plugin. The linked web site or a Google search will yield a better intro than I can provide.
Otherwise, it's interesting code wise. Do you think you saved a lot of work compared to writing it in C or Vala, even with the glue code needed?
Probably. Plus I wanted to use the existing Zen Coding code rather than write it myself.
[1] https://code.google.com/p/zen-coding/
Cheers, Matthew Brush
Am 10.07.2011 11:29, schrieb Matthew Brush:
On 07/10/11 02:22, Thomas Martitz wrote:
Am 10.07.2011 04:58, schrieb Matthew Brush:
Hi,
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:
I miss a clear statement about what it does.
It's adds basic Zen Coding[1] support Geany :)
Ohh, I didn't realize "Zen Coding" is something that already exists. The README.markdown doesn't have this info and I overlooked the two-line description on Github. Well, that answers my questions :)
Best regards.
On 07/10/11 02:58, Thomas Martitz wrote:
Am 10.07.2011 11:29, schrieb Matthew Brush:
On 07/10/11 02:22, Thomas Martitz wrote:
Am 10.07.2011 04:58, schrieb Matthew Brush:
Hi,
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:
I miss a clear statement about what it does.
It's adds basic Zen Coding[1] support Geany :)
Ohh, I didn't realize "Zen Coding" is something that already exists. The README.markdown doesn't have this info and I overlooked the two-line description on Github. Well, that answers my questions :)
Fixed README.markdown to include more information. Thanks.
Cheers, Matthew Brush
On Sat, 09 Jul 2011 19:58:10 -0700 Matthew Brush mbrush@codebrainz.ca wrote:
If I get any type of positive feedback, I will commit it to the official Geany-Plugins repository.
I didn't check the code but I'd be ok with merging it into official project as based on feature requests during last years, a couple of people seem to be interested in. Also it seems to work without any major issue on my AMD64/Debian Sid box.
Cheers, Frank