In our previous episode (Friday, 22-Mar-2013), Bruce Van Allen said:
> On 2013-03-22 at 11:27 AM,
kre...@kreme.com (LuKreme) wrote:
>
>> I have soft text wrap enabled for my text files, but I would like to
>> have it DISABLED in worksheets where I find it extremely annoying.
>> However, as far as I can tell, soft-wrap is a global on/off that
>> applies to every document of every type.
>
> You can turn soft wrap on or off for individual files with menu commands or by clicking the "T" in the upper left of the window and choosing options. Once the file is saved, that setting will stick regardless of the general preferences setting.
Right. But I am not saving worksheets, I am creating new ones for a specific task and the soft wrap always defaults to on.
I always want it on in regular text files, but I never want it on in shell worksheets. (Why anyone would want it on in a shell worksheet is beyond me, honestly).
In our previous episode (Friday, 22-Mar-2013), Tom Robinson said:
> You can also have soft wrap, and other options, per file type:
>
> Preferences > Languages > right click desired language (may need to define it first) > select Edit.
That works great for text files, but sadly does nothing for worksheets.
In our previous episode (Friday, 22-Mar-2013), Christopher Stone said:
> But I have a script that makes new shell documents bound to Ctrl-W (for worksheet). You can set attributes you you're heart's content in this way:
>
> tell application "BBEdit"
> set newShellDoc to make new shell document
> tell newShellDoc's window
> set bounds to {0, 44, 1920, 1196}
> set soft wrap text to false
> end tell
> end tell
This looks like it's the way to go. Do you happen tp know how to place the new window on screen 2 instead of at the top left of screen 1?
--
You too will get old. And when you do you'll fantasize that when you
were young prices where reasonable, politicians were noble, and children
respected their elders. Respect your elders.