[TxMt] Re: overwriting opening tag doesn't mirror on the closing tag.
Max Noel
maxfnoel at gmail.com
Tue May 2 22:54:16 UTC 2006
On 3 May 2006, at 00:38, Alain Ravet wrote:
> 2/ When I use Ctrl-Shift-W, I end up with
> <p>p</p>
> , and I still can't have the closing tag mirror opening tag changes.
Try the following:
- Create a new HTML document.
- Type some random text, say "foo".
- Select it.
- Hit ctrl-shift-W.
The text should now read "<p>foo</p>", with the first "p" selected.
Type "h1" and you will end up with "<h1>foo</h1>".
-- Max
More information about the textmate
mailing list