Excellent !! <br>I replaced << by __ and it works as expected !!<br>Thx<br><br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 12:02 PM, Lex Trotman <span dir="ltr"><<a href="mailto:elextr@gmail.com" target="_blank">elextr@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 19 July 2012 19:27, Eric Crastes <<a href="mailto:eric.crastes@gmail.com">eric.crastes@gmail.com</a>> wrote:<br>

> Hello<br>
><br>
> I modify quite often scripts written by other developer.<br>
> To identify my modifications, I have the habit to insert #<myname> at the<br>
> beginning and #</myname> at the end of my modification.<br>
><br>
> I would like to be able to insert this 2 "tags" through a snippet.<br>
> Unfortunately, if I add :<br>
> #<=#<myname>%cursor%;</myname><br>
> the line is considered as a comment and ignored<br>
><br>
> same issue with :<br>
> <<=#<myname>%cursor%;</myname><br>
> this time the second part is considered as a comment and ignored<br>
<br>
</div>The problem isn't the second part, its the first part, the << isn't<br>
being recognised as a snippet because snippet names must be wordchars.<br>
 Unless you have re-defined them then thats only ASCII alphabetics,<br>
digits and _<br>
<br>
Cheers<br>
Lex<br>
<div class="im"><br>
<br>
><br>
> Is it possible to achieve this ?<br>
> and how ?<br>
><br>
> Thanks<br>
><br>
> ericc<br>
><br>
</div>> _______________________________________________<br>
> Geany mailing list<br>
> <a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
> <a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">https://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
><br>
_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">https://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
</blockquote></div><br>