Re: Single Line HTML Comments Possible?

2019-05-22 Thread BeeRich33
On Tuesday, May 21, 2019 at 1:07:57 PM UTC-4, Christopher Stone wrote:
>
> On 05/20/2019, at 11:16, BeeRich > wrote:
> Hey There,
>
> You don't have to *select* a line to comment it – you only need to have 
> the cursor somewhere in it.
>
>
Ah yes.  I use this all the time.  I guess the HTML throws me off.   

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/2880cc7a-56fb-4cc6-8ebe-8425ec93f8fb%40googlegroups.com.


Re: Single Line HTML Comments Possible?

2019-05-21 Thread Christopher Stone
On 05/20/2019, at 11:16, BeeRich mailto:beer...@gmail.com>> 
wrote:
> I usually choose a full line using the gutter where the line numbers are.  It 
> seems the trailing  is what treats it like a block, including a leading 
>  before  
> I guess that’s what I have to deal with.  Oh well.  


Hey There,

You don't have to select a line to comment it – you only need to have the 
cursor somewhere in it.

--
Best Regards,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/EFF51C1B-2701-48A4-8ECE-E2886A5F8821%40suddenlink.net.


Re: Single Line HTML Comments Possible?

2019-05-20 Thread BeeRich
That was it.


> On May 20, 2019, at 11:52 AM, Rod Buchanan  wrote:
> 
> 
> Yes.  Do not include the newline character at the end of line.



Cheers
beer...@gmail.com



-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/39994360-842A-4FD7-81D2-15D70804D9B1%40gmail.com.


Re: Single Line HTML Comments Possible?

2019-05-20 Thread Rod Buchanan


Yes.  Do not include the newline character at the end of line.


> On May 19, 2019, at 9:16 AM, BeeRich33  wrote:
> 
> Hi folks.
> 
> Just wondering, for HTML, is there a way to comment them out by not using 
> block comments?  Blocking out single lines turns that single line into 3 
> lines.  Ugly as a thing that's really ugly, that is.  
> 
> The preference pane has nothing in for single line comments.  Is there an 
> entry with some kind of placeholder that works to do this?
> 
> 
> 
> As stated, this happens:
> 
> 
> 
> Cheers
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or need technical support, please email
> "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.
> Visit this group at https://groups.google.com/group/bbedit.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/bbedit/cf547d71-d2e2-4fa7-8af8-e70ce1c6d81e%40googlegroups.com.

-- 
Rod Buchanan
Kelly Supply Company
1004 W Oklahoma Ave
Grand Island, NE 68802-1328
308 382-5670
308 382-8764 x1120

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/FBC35D68-CB8E-4FE9-86C3-EE059FB16830%40kdsi.com.


Re: Single Line HTML Comments Possible?

2019-05-19 Thread Roland Küffner
Hi, I just tried it. I may be missing something, but BBEdit already does what 
you want.

Try  selecting just a part of a line and choose Text > Comment Lines. This does 
not insert any line breaks in the comment.

Try selecting a whole line - including the line break (this is what you get 
e.g. with a mouse click in the number gutter).  Now, the Comment-command adds 
line breaks with the comment tags.

So, maybe you just had whole lines selected while using it?

Regards,
Roland
Am 19. Mai 2019, 17:09 +0200 schrieb BeeRich33 :
> Hi folks.
>
> Just wondering, for HTML, is there a way to comment them out by not using 
> block comments?  Blocking out single lines turns that single line into 3 
> lines.  Ugly as a thing that's really ugly, that is.
>
> The preference pane has nothing in for single line comments.  Is there an 
> entry with some kind of placeholder that works to do this?
>
> 
>
> As stated, this happens:
>
> 
>
> Cheers
> --
> This is the BBEdit Talk public discussion group. If you have a
> feature request or need technical support, please email
> "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: 
> ---
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com.
> To post to this group, send email to bbedit@googlegroups.com.
> Visit this group at https://groups.google.com/group/bbedit.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/bbedit/cf547d71-d2e2-4fa7-8af8-e70ce1c6d81e%40googlegroups.com.

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/05d7b1ed-2ad5-483d-a502-91fbdd83cdff%40Spark.