Neither of those options will print a new "  * " for each line, making it tedious to add more @params, etc. Is there a way to have TM insert that bit with every line in these blocks?<br><br><div class="gmail_quote">
2008/4/25 Ciarán Walsh <<a href="mailto:ciawal@gmail.com">ciawal@gmail.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
<br>
On 24 Apr 2008, at 18:51, Thomas Allen wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
The default block comment in the PHP bundle is:<br>
/*<br>
  Comment...<br>
  Comment...<br>
*/<br>
<br>
The industry standard seems to be this:<br>
/**<br>
*  Comment...<br>
*  Comment...<br>
*/<br>
<br>
How can I change this in TextMate?<br>
</blockquote>
<br></div>
The "industry standard" you mention is used for docblocks, not regular block comments. There is the /**⇥ snippet which Takaaki Kato mentioned, and also a doc⇥ snippet which inserts some relevant PHPDoc data.<div><div></div>
<div class="Wj3C7c"><br>
______________________________________________________________________<br>
For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br>
(threading gets destroyed and the universe will collapse if you don't)<br>
<a href="http://lists.macromates.com/mailman/listinfo/textmate" target="_blank">http://lists.macromates.com/mailman/listinfo/textmate</a><br>
</div></div></blockquote></div><br>