On 3/27/07 at 11:42 AM, [EMAIL PROTECTED] (dsjkvf) wrote:

is there any keyboard shortcut for changing syntax coloring
(highlight) schemes? the ones (HTML, XML, CSS, CPP, etc, etc) that sit
in the bottom bar, near the codepage and other options.

Not directly, but you could use the Menus preferences to assign a keyboard equivalent to opening the language popup (the factory default is Command-Control-L, but you can change that if desired) and then use the arrow keys to navigate the menu or just start typing the name of your desired language...

If you have a limited number of languages you want to switch among, you could use AppleScript, and apply a key shortcut to it:

tell application "BBEdit"
set source language of text window 1 to "Apache Configuration File"
end tell

--
Steve Kalkwarf
<[EMAIL PROTECTED]>


--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to