Re: BBEdit 10.0.2 (3079) pre-release

2011-08-26 Thread marty
Heya, Rich.

Any chance you could allow us to toggle the new "black and white"
pointer off and on in the Preferences?  Or maybe even just all black
or all white?

I'm thankful for your efforts in addressing the dark pointer on dark
backgrounds issue, but this new pointer is almost impossible (at least
for me) with light/white text on a dark background.  I'd prefer to go
back to the black cursor if I could.

Thanks for listening!

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

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: 


Re: Assigning Keystroke to Scratchpad

2011-08-26 Thread Christopher Stone
On Aug 26, 2011, at 11:42, gary wrote:
> Ahh, that's what I want, the ability to call it up even if it's not
> the front most app. I actually have a license for keyboard maestro.

__

Hey Gary,

Run this from an Applescript action in Keyboard Maestro.

--
Best Regards,
Chris

__


tell application "BBEdit"
  try
activate
open scratchpad window
  on error errMsg number errNum
set sep to "=="
set e to sep & return & "Error: " & errMsg & return & sep & return ¬
  & "Error Number: " & errNum & return & sep
beep
display dialog e
  end try
end tell

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

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: 


Re: CSS Styles and Default document type

2011-08-26 Thread Mike Loiterman

>> 1.  How can I set the default CSS style for the preview?  It always reverts 
>> to no CSS file - even after selecting "Save Default Preview Window."
> 
> That just saves the size and position of the window. Have you looked at page 
> 221 of the user manual?

Yes, and everything works as described, but it doesn't say anything about how 
to make a specific css file the default though (at least that I can see).

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

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: 


Re: CSS Styles and Default document type

2011-08-26 Thread Fritz Anderson
On 26 Aug 2011, at 10:49 AM, Mike Loiterman wrote:

> 1.  How can I set the default CSS style for the preview?  It always reverts 
> to no CSS file - even after selecting "Save Default Preview Window."

That just saves the size and position of the window. Have you looked at page 
221 of the user manual?

— F

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

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: 


Re: Syntax highlighting

2011-08-26 Thread Steve Kalkwarf
On Aug 26, 2011, at 1:38 PM, jarome wrote:

> I can't get syntax highlighting to work. The manual says
> You can globally enable or disable syntax
> coloring by setting the Syntax Coloring option in the Editor Defaults
> preference panel. You
> can adjust BBEdit’s default text colors, or the text colors used for
> any particular language,
> in the Languages preference panel.
> But there is no such option in the Editor Defaults panel!
> 
> And when I try to add languages to the Language panel, the only one
> that will stick is Java. C, for example disappears when I try to add
> it.
> 
> Thus far I am very frustrated.


I suggest contacting  to resolve this.

Steve

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

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: 


Syntax highlighting

2011-08-26 Thread jarome
I can't get syntax highlighting to work. The manual says
You can globally enable or disable syntax
coloring by setting the Syntax Coloring option in the Editor Defaults
preference panel. You
can adjust BBEdit’s default text colors, or the text colors used for
any particular language,
in the Languages preference panel.
But there is no such option in the Editor Defaults panel!

And when I try to add languages to the Language panel, the only one
that will stick is Java. C, for example disappears when I try to add
it.

Thus far I am very frustrated.

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

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: 


Re: CDATA in HTML5 Pattern Attribute

2011-08-26 Thread LuKreme
"G. T. Stresen-Reuter"  squawked out on Friday 
26-Aug-2011@09:14:45
> I was just wondering if anyone could clarify the rules for escaping greater 
> than, less than, and ampersand characters

> < &

-- 
Well there are certain sections of New York, Major, that I wouldn't
advise you to try to invade


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

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: 


Re: Assigning Keystroke to Scratchpad

2011-08-26 Thread gary
Ahh, that's what I want, the ability to call it up even if it's not
the front most app. I actually have a license for keyboard maestro.
Guess it's time to check it out. Thanks.

On Aug 26, 8:52 am, Philippe Martin  wrote:
> That would work only when BBEdit is the frontmost app, though. To make a 
> globally available hot key you need something like Keyboard Maestro.
>
> Philippe
>
> On 26 août 2011, at 14:05, Ken Lanxner wrote:
>
>
>
>
>
>
>
>
>
> > Preferences -> Menus & Shortcuts -> Window -> Show Scratchpad.
>
> > Click the end of the row with the menu item to add a keystroke.
>
> > Ken
>
> > garyr...@gmail.com (gary) wrote on  8/25/11  11:47 PM
>
> >> I've just started using bbedit 10.  I really like the scratchpad, very
> >> handy. I noticed that you can call on the scratchpad from the dock
> >> icon. Even handier. But that made me wish, since I'm keeping bbedit
> >> open all the time, that I could call up the scratchpad with a simple
> >> key stroke.
>
> >> I thought it might be in preferences, but I don't see it. I did find
> >> this website:
>
> >>http://www.communitymx.com/content/article.cfm?page=4&cid=5F514
>
> >> where the author claims to have done just that, but he doesn't say
> >> how. Any thought or pointers on how to accomplish this would be great.
>
> > --
> > Simple Lives Web Design
> >http://simplelives.com
>
> > --
> > 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
> > 
> > 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: 
>
> __
>  Philippe MARTIN                
>  http://flip.macrobyte.net

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

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: 


CSS Styles and Default document type

2011-08-26 Thread Mike Loiterman
1.  How can I set the default CSS style for the preview?  It always reverts to 
no CSS file - even after selecting "Save Default Preview Window."

2.  How can I set the default document type?  I would like it to be Markdown, 
but it defaults to "none."


--
Mike Loiterman
Cell: 630-302-4944
Email: m...@ascendency.net

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

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: 


Re: Please, bring us back the old "Arrange Windows" behavior

2011-08-26 Thread vynsynt
Ditto!
Arrange has been stripped of it's teeth, acting more like a "Gather
and Stack all in the same place" command.
Why remove this functionality?

On Aug 25, 6:50 pm, Jeff Kirk  wrote:
> I'd like to second this notion. I used the Arrange command quite frequently 
> and found it very useful.
>
> On Aug 25, 2011, at 2:52 PM, Xavier wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I regulary used the "Arrange Windows" menu, at most for seeing two
> > files in parallel (vertical split), without comparing nor "Synchro
> > Scrolling". With the new behavior, it isn't possible anymore.
>
> > Thanks,
>
> > Xavier
>
> > --
> > 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
> > 
> > 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 
"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

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: 


CDATA in HTML5 Pattern Attribute

2011-08-26 Thread G. T. Stresen-Reuter
I was just wondering if anyone could clarify the rules for escaping greater 
than, less than, and ampersand characters in the HTML5 Pattern Attribute. I'm 
assuming they should be character entities such as & but was hoping someone 
else better informed could confirm this for me.

Thanks a bunch.

Ted S-R

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

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: 


Re: default window size and position

2011-08-26 Thread John Siracusa
On Fri, Aug 26, 2011 at 11:07 AM, Philippe Martin  wrote:
> There's a command to use the frontmost window's format as default: Window > 
> Save Default Project Window.

I think I actually filed a bug (case 207434) on the fact that an empty
document window is referred to as a "Project Window" in that menu
item.  Am I crazy?  I make a new window with cmd-n, which is File ->
New -> Text Document, but if I want to save the size of the resulting
window, I have to select "Save Default Project Window."  Suddenly it's
a project window?  It just seems weird…

-John

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

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: 


Re: default window size and position

2011-08-26 Thread G. T. Stresen-Reuter
On Aug 26, 2011, at 3:57 PM, James Rome wrote:

> It annoys we that BBEdit always opens to fill the screen vertically and
> is on the left edge. On a 30" monitor, this is just too big! Is there a
> way to set the defaults for this, or to save the current values?

Window -> Save Default (Project) Window

Will save whatever size the window currently is. Not sure if this is per 
document or application wide. I work on a tiny monitor (15") so maximum width 
is ideal for me.

Ted

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

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: 


Re: default window size and position

2011-08-26 Thread Philippe Martin
There's a command to use the frontmost window's format as default: Window > 
Save Default Project Window.

Philippe

 

On 26 août 2011, at 16:57, James Rome wrote:

> It annoys we that BBEdit always opens to fill the screen vertically and
> is on the left edge. On a 30" monitor, this is just too big! Is there a
> way to set the defaults for this, or to save the current values?
> 
> Thanks,
> Jim
> 
> -- 
> James A. Rome
> 
> URL: http://jamesrome.net
> 

__
 Philippe MARTIN 
 http://flip.macrobyte.net




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

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: 


default window size and position

2011-08-26 Thread James Rome
It annoys we that BBEdit always opens to fill the screen vertically and
is on the left edge. On a 30" monitor, this is just too big! Is there a
way to set the defaults for this, or to save the current values?

Thanks,
Jim

-- 
James A. Rome

URL: http://jamesrome.net

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

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: 


Re: Assigning Keystroke to Scratchpad

2011-08-26 Thread Philippe Martin
That would work only when BBEdit is the frontmost app, though. To make a 
globally available hot key you need something like Keyboard Maestro. 

Philippe



On 26 août 2011, at 14:05, Ken Lanxner wrote:

> Preferences -> Menus & Shortcuts -> Window -> Show Scratchpad.
> 
> Click the end of the row with the menu item to add a keystroke.
> 
> Ken
> 
> garyr...@gmail.com (gary) wrote on  8/25/11  11:47 PM
> 
>> I've just started using bbedit 10.  I really like the scratchpad, very
>> handy. I noticed that you can call on the scratchpad from the dock
>> icon. Even handier. But that made me wish, since I'm keeping bbedit
>> open all the time, that I could call up the scratchpad with a simple
>> key stroke.
>> 
>> I thought it might be in preferences, but I don't see it. I did find
>> this website:
>> 
>> http://www.communitymx.com/content/article.cfm?page=4&cid=5F514
>> 
>> where the author claims to have done just that, but he doesn't say
>> how. Any thought or pointers on how to accomplish this would be great.
>> 
> 
> -- 
> Simple Lives Web Design
> http://simplelives.com
> 
> -- 
> 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
> 
> 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: 

__
 Philippe MARTIN 
 http://flip.macrobyte.net




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

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: 


Re: Assigning Keystroke to Scratchpad

2011-08-26 Thread Ken Lanxner
Preferences -> Menus & Shortcuts -> Window -> Show Scratchpad.

Click the end of the row with the menu item to add a keystroke.

Ken

garyr...@gmail.com (gary) wrote on  8/25/11  11:47 PM

> I've just started using bbedit 10.  I really like the scratchpad, very
> handy. I noticed that you can call on the scratchpad from the dock
> icon. Even handier. But that made me wish, since I'm keeping bbedit
> open all the time, that I could call up the scratchpad with a simple
> key stroke.
> 
> I thought it might be in preferences, but I don't see it. I did find
> this website:
> 
> http://www.communitymx.com/content/article.cfm?page=4&cid=5F514
> 
> where the author claims to have done just that, but he doesn't say
> how. Any thought or pointers on how to accomplish this would be great.
> 

-- 
Simple Lives Web Design
http://simplelives.com

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

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: 


Re: Assigning Keystroke to Scratchpad

2011-08-26 Thread François Schiettecatte
You can use the "Menu & Shortcuts" preferences to assign keyboard shortcuts to 
pretty much anything (I think).

Cheers

François

On Aug 26, 2011, at 2:47 AM, gary wrote:

> I've just started using bbedit 10.  I really like the scratchpad, very
> handy. I noticed that you can call on the scratchpad from the dock
> icon. Even handier. But that made me wish, since I'm keeping bbedit
> open all the time, that I could call up the scratchpad with a simple
> key stroke.
> 
> I thought it might be in preferences, but I don't see it. I did find
> this website:
> 
> http://www.communitymx.com/content/article.cfm?page=4&cid=5F514
> 
> where the author claims to have done just that, but he doesn't say
> how. Any thought or pointers on how to accomplish this would be great.
> 
> -- 
> 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
> 
> 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 
"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

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: 


Re: CoffeeScript syntax highlighting

2011-08-26 Thread Michael Bradley, Jr.
I've just successfully loaded your syntax module into my BBEdit, but I must 
admit that I'm really hoping for highlighting that looks as nice as what's 
displayed on CoffeeScript's home page:

http://jashkenas.github.com/coffee-script/

Should I prepare myself for disappointment, i.e. is highlighting that nice 
even going to be possible with BBEdit?

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

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: 


Assigning Keystroke to Scratchpad

2011-08-26 Thread gary
I've just started using bbedit 10.  I really like the scratchpad, very
handy. I noticed that you can call on the scratchpad from the dock
icon. Even handier. But that made me wish, since I'm keeping bbedit
open all the time, that I could call up the scratchpad with a simple
key stroke.

I thought it might be in preferences, but I don't see it. I did find
this website:

http://www.communitymx.com/content/article.cfm?page=4&cid=5F514

where the author claims to have done just that, but he doesn't say
how. Any thought or pointers on how to accomplish this would be great.

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

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: 


Re: [ANN] BBEdit 10.0.2 (3079) pre-release

2011-08-26 Thread Charlie Garrison
Good morning,

On 25/08/11 at 8:12 PM -0400, Rich Siegel  wrote:

>The package can be downloaded from our web server:
>
>

Forbidden

You don't have permission to access /seeding/bbedit-1002_3079.dmg on this 
server.
Apache/1.3.41 Server at pine.barebones.com Port 80


Charlie

-- 
   Ꮚ Charlie Garrison ♊ 
   
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
〠  http://www.ietf.org/rfc/rfc1855.txt

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

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: