Re: Edit both start and closing HTML tags at once?

2011-08-24 Thread Tudor
On 24 aug., 07:29, Robert A. Rosenberg rar...@banet.net wrote:
 Even worse is with HTML (as opposed to XHTML) where the closing tag
 is optional (ie: /P tags are optional so unless you always use
 them, they are not always there to find since the next P implicitly
 closed the prior one).

Maybe. But somehow this works pretty good in Dreamweaver, so it
definitely can be done.

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: Edit both start and closing HTML tags at once?

2011-08-23 Thread Tudor
On 23 aug., 03:49, Kerri Hicks kerri.hi...@gmail.com wrote:
 I would do it by...(all keystrokes are mine, and are probably not
 defaults)

 Highlighting the line (cmd-L)
 Remove Markup (under Markup Utilities) (cmd-shift-X)
 Use the Clipping for div_class (cmd-shift-D)

 --Kerri

Yes, I tried this, but it's still far from optimal.

I still think the Edit Markup command would be the perfect tool for
editing tags the way I described earlier, and if someone from BBEdit
reads this thread, please consider this as a feature request. It would
be a killer feature which AFAIK has no equivalent in another Mac text
editor, excepting Dreamweaver (which has a feature called Quick Tag
Editor allowing full editing of tags).

Thanks,
Tudor

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Edit both start and closing HTML tags at once?

2011-08-22 Thread Tudor
Hi, I am new to BBedit, testing the demo version currently.

I was wondering if it's possible to edit both start and closing HTML
tags at once, for example transforming something like
p class=fooLorem ipsum/p
into
div class=fooLorem ipsum/div.

Any ideas? This would be a useful addition to the Edit Markup command,
which (as far as I can tell) only allows changing tag attributes, but
cannot rename the tag itself.

Thanks,
Tudor

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit


Re: Edit both start and closing HTML tags at once?

2011-08-22 Thread Tudor
Search and replace is OK if I want to modify many tags at once, but
for editing a single tag is overkill.

Thanks,
Tudor

On 22 aug., 20:29, go...@fred.net wrote:
  This would be done with GREP search and replace within BBE.
   BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }
  On Mon 11/08/22 13:04 , Tudor  wrote:
  Hi, I am new to BBedit, testing the demo version currently.
  I was wondering if it's possible to edit both start and closing HTML
  tags at once, for example transforming something like
  Lorem ipsum
  into
  Lorem ipsum.
  Any ideas? This would be a useful addition to the Edit Markup
 command,
  which (as far as I can tell) only allows changing tag attributes, but
  cannot rename the tag itself.
  Thanks,
  Tudor
  --
  You received this message because you are subscribed to the
  BBEdit Talk discussion group on Google Groups.
  To post to this group, send email to
  To unsubscribe from this group, send email to
  bbedit+
  For more options, visit this group at
  ;
  If you have a feature request or would like to report a problem,
  please email  rather than posting to the group.
  Follow @bbedit on Twitter: ;

-- 
You received this message because you are subscribed to the 
BBEdit Talk discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email supp...@barebones.com rather than posting to the group.
Follow @bbedit on Twitter: http://www.twitter.com/bbedit