From yvon_thoraval@mac.com Fri Jul 28 08:48:15 2006 From: Yvon Thoraval To: textmate@lists.macromates.com Subject: [TxMt] Good xhtml indenter ??? Date: Fri, 28 Jul 2006 10:48:07 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3067200705958462222==" --===============3067200705958462222== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hey all, i'm in search of a * GOOD * xhtml indenter that's to say indenting like : ... and not (* BADLY *) like : because in that case blank spaces are added ... if it doesn't exists, is it simple to write a "snippet" (never done) ? best Yvon --===============3067200705958462222==-- From throw-away-1@macromates.com Fri Jul 28 14:45:16 2006 From: Allan Odgaard To: textmate@lists.macromates.com Subject: Re: [TxMt] Good xhtml indenter ??? Date: Fri, 28 Jul 2006 16:45:08 +0200 Message-ID: <7E861DEF-23DC-4224-BF0C-113721A70F25@macromates.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4554594430989939603==" --===============4554594430989939603== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On 28/7/2006, at 10:48, Yvon Thoraval wrote: > [...] if it doesn't exists, is it simple to write a > "snippet" (never done) ? You would need to write a command (script). If you can formalize exactly how it should indent, it’s fairly easy to write the script based on that ;) --===============4554594430989939603==-- From domenico.carbotta@fastwebnet.it Fri Jul 28 14:53:54 2006 From: Domenico Carbotta To: textmate@lists.macromates.com Subject: Re: [TxMt] Good xhtml indenter ??? Date: Fri, 28 Jul 2006 16:53:51 +0200 Message-ID: In-Reply-To: <7E861DEF-23DC-4224-BF0C-113721A70F25@macromates.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8177653229960866497==" --===============8177653229960866497== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I take you would need to do something like s/\/?>\n(\s*)/\n$1\/>/g --===============8177653229960866497==--