in reply to RFC: Padre::Plugin::MyTemplates

Hi

I have to admit that I don't have Padre running on my system but I think every professional editor needs a template system.

Just wanna propose an idea I had last time talking with Gabor:

I started to use yasnippet with emacs which is actually a port from the textmate template format, making snippets interchangeable between both editors. (textmate is the most hyped editor ATM and a role model in usability, but restricted to Mac OS).

So having a universal templateformat which is editor agnostic would be a bless, maybe allowing plugins to export to vi-templates (?) or to whatever editor else.

But exploring emacs already swallows all my energy, so maybe you want to pick up this idea as a suggestion?

hope this helps! 8)

Cheers Rolf

Replies are listed 'Best First'.
Re^2: RFC: Padre::Plugin::MyTemplates
by gsiems (Deacon) on Oct 08, 2009 at 02:35 UTC

    Very nice. Way beyond the scope of what I was/am trying to accomplish ATM. FWIW, Padre has a snippet capability already built in but it appears to require menu interaction to use-- having that sort of code expansion/completion would be seriously cool...

    It's almost enough to make me want to learn emacs.

    --gsiems