[Geany-i18n] snippets question

Karel Kolman kolmis at xxxxx
Thu Feb 5 14:05:44 UTC 2009


1. Not the right list to be asking in, use the Users list instead
http://www.geany.org/Support/MailingList#geany-users

2. Python snippets do not seem to be defined right neither in the
snippets.conf download in the Extras area nor current svn trunk . You
can fix the behavior for yourself by replacing \t occurrences in
snippets.conf with %ws% or \t%cursor% as far as i can tell. Probably a
bug to be reported, since more python snippets are to be bundled with
geany 0.16.

Best regards,
Karel Kolman

On Thu, Feb 5, 2009 at 2:16 PM, jouke hijlkema <Jouke.Hylkema at onera.fr> wrote:
> Hello All,
>
> First of all I want to thank you for this great editor. However, I have
> a little problem that I can't seem to resolve. In Python mode I want to
> use the snippets auto completion to write a class. I type class and hit
> tab and I get :
>
> class :
>  %""" Class doc """
>  %
>  %def __init__ (self):
>  %  %""" Class initialiser """
>  %  %pass
>
> What I want is almost the same thing but without the % signs :
>
> class :
>  """ Class doc """
>
>  def __init__ (self):
>    """ Class initialiser """
>    pass
>
> How can I do that ??
>
> Thanks a lot,
>
> Jouke
>
> _______________________________________________
> Geany-i18n mailing list
> Geany-i18n at uvena.de
> http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-i18n
>



-- 
Jabber: kolmis at gmail.com
ICQ: 26816294
Skype: k.kolman



More information about the I18n mailing list