Re: global tab expansion

2014-11-28 Thread Kendall Conrad
There is an option under the Edit menu to Normalize Options. This makes the 
program forget the per document settings and applies the default (global) 
settings to the documents. It will do more than just the tab expansion 
though, just as a heads up. I believe this will get what you want though as 
long as the caveat doesn't bother you. The manual will have more details on 
it.

-kc


On Tuesday, November 25, 2014 7:26:12 PM UTC-5, Paul Colton wrote:
>
> I'm a little confused between the relationship of the global pref for tab 
> expansion versus the per document one. I set it on in the global prefs, but 
> most documents I open have it turned off in the per-document setting. I 
> just want it on 'period', regardless of what I am editing. How can I 
> accomplish that? Thanks.
>
> Paul
>
>

-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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.


Re: CMD-L whitout CR?

2014-11-28 Thread Vlad Ghitulescu
Hey, Bill!


Thanks for the reply!


> Am 28.11.2014 um 23:06 schrieb WordWeaver777 :
> 
> Vlad, I don't know if this is helpful or not, but whenever I wish to select 
> the entire contents of a line without including the line break, I just place 
> the cursor at the beginning of the line and use shift-command-right arrow key.
> 
> Then I use command-v to copy the line.

Yes, that’s also what I’ve done in the Keyboard Maestro macro (see my answer 
above). 
I wanted something that selects the line **with a single shortcut**, just like 
CMD-L does actually, but whitout the CR. I know, I was perhaps a little too 
lazy… ;-)


Regards,
Vlad



-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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.


Re: CMD-L whitout CR?

2014-11-28 Thread Vlad Ghitulescu
Hey, Herb!


Thanks for the reply!


> Am 28.11.2014 um 22:06 schrieb Herbert Schulz :
> 
> 
> Howdy,
> 
> With the cursor in the line do: Ctl-A (move the Cursor to start of line), 
> Ctl-K (kill to end of line. That removes the line sans the final CR which you 
> can then retrieve with Cmd-V.
Where do *these* shortcuts come from? :-) I didn’t knew them! That works (even 
if it scarred me to death seeing that the original line disappeared after ctl-K 
;-)!
I’ll combine all 3 in a Keyboard Maestro Macro as well in order to press only 
one shortcut.

Thanks again!


Regards,
Vlad



-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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.


Re: CMD-L whitout CR?

2014-11-28 Thread Vlad Ghitulescu
Hey, Oliver!


Thanks for the reply!


> Am 28.11.2014 um 18:54 schrieb Oliver Taylor :
> 
> 
> On Nov 27, 2014, at 6:49 PM, Vlad Ghitulescu  > wrote:
> 
>> Is there a way to get rid of the CR while selecting the line with CMD-L?
> 
> Not a built in way. But you can easily accomplish this with AppleScript. Just 
> search backwards for the beginning of the line, then forwards to the end of 
> the line (without newline) and assign the script a shortcut. 
> 
> There is some sample code here that might help you get started: 
> https://github.com/olivertaylor/BetterTongs.bbpackage 
> Yes, you’re right: I 
> didn’t even think about the possibility to code myself the desired behavior! 
> :-( I must learn to see it this way!
I’ll check the code.

Waiting for an answer I did a Keyboard Maestro macro that solved my problem: it 
simulates CMD-left arrow and after this shift-CMD-right arrow, so that it 
selects the line whitout CR:


I don’t know now if KBM it’s better or not than an AppleScript in this case… 
I’ll find out!

Thanks again!


Regards,
Vlad


-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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.


Re: CMD-L whitout CR?

2014-11-28 Thread WordWeaver777

> On Nov 28, 2014, at 12:49 PM, Vlad Ghitulescu  wrote:
> 
> Hello!
> 
> 
> There is a shortcut (CMD-L) in BBEdit for selecting a line that I use 
> frequently. 
> However, this shortcut also selects the CR after the line, so I must 
> **always** delete this CR while copying and pasting the selected line.
> 
> Is there a way to get rid of the CR while selecting the line with CMD-L? 
> 
> Or perhaps another way to select a line - with a shortcut - and not selecting 
> the trailing CR as well?
> 
> Thanks!
> 
> 
> Regards,
> Vlad

Vlad, I don't know if this is helpful or not, but whenever I wish to select the 
entire contents of a line without including the line break, I just place the 
cursor at the beginning of the line and use shift-command-right arrow key.

Then I use command-v to copy the line.

Kind regards,

Bill Kochman
Endtime Prophecy Net

-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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.


Re: CMD-L whitout CR?

2014-11-28 Thread Herbert Schulz

> On Nov 28, 2014, at 11:54 AM, Oliver Taylor  wrote:
> 
> 
> On Nov 27, 2014, at 6:49 PM, Vlad Ghitulescu  wrote:
> 
>> Is there a way to get rid of the CR while selecting the line with CMD-L?
> 
> Not a built in way. But you can easily accomplish this with AppleScript. Just 
> search backwards for the beginning of the line, then forwards to the end of 
> the line (without newline) and assign the script a shortcut. 
> 
> There is some sample code here that might help you get started: 
> https://github.com/olivertaylor/BetterTongs.bbpackage
> 
> -- 
> This is the BBEdit Talk public discussion group. 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: 
> 
> --- 
> 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.

Howdy,

With the cursor in the line do: Ctl-A (move the Cursor to start of line), Ctl-K 
(kill to end of line. That removes the line sans the final CR which you can 
then retrieve with Cmd-V.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)



-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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.


Re: CMD-L whitout CR?

2014-11-28 Thread Oliver Taylor

> On Nov 27, 2014, at 6:49 PM, Vlad Ghitulescu  wrote:
> 
> Is there a way to get rid of the CR while selecting the line with CMD-L?

Not a built in way. But you can easily accomplish this with AppleScript. Just 
search backwards for the beginning of the line, then forwards to the end of the 
line (without newline) and assign the script a shortcut. 

There is some sample code here that might help you get started: 
https://github.com/olivertaylor/BetterTongs.bbpackage

-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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.


CMD-L whitout CR?

2014-11-28 Thread Vlad Ghitulescu
Hello!


There is a shortcut (CMD-L) in BBEdit for selecting a line that I use 
frequently. 
However, this shortcut also selects the CR after the line, so I must **always** 
delete this CR while copying and pasting the selected line.

Is there a way to get rid of the CR while selecting the line with CMD-L? 

Or perhaps another way to select a line - with a shortcut - and not selecting 
the trailing CR as well?

Thanks!


Regards,
Vlad


-- 
This is the BBEdit Talk public discussion group. 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: 

--- 
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.