On Wednesday, May 18, 2011 9:57:44 AM UTC-7, Rod Buchanan wrote: > > On May 18, 2011, at 11:32 AM, Rix wrote: > > > Is there a hotkey for quickly switching between open files ( ctrl+tab > > in visual studio/flash develop etc. ) > > Cmd+` > Command-` for cycling between windows (and this is a system-wide convention that should work in just about any app). For documents in a single window, Command-Option-[ and Command-Option-]. I don't recall if those are the defaults, but you can easily set them to whatever you want -- they just trigger the View -> Previous Document and Next Document commands.
> > and is there also a hotkey for > > selecting text within quotes ( I know ctrl+b selects inside of braces/ > > parenthesis but not for single/double quotes ). > > You can double-click to select. I don't know of a hotkey. > BBEdit's double-click to balance (i.e. select) only seems to work when the document is set to a source language where quotes have special meaning. For example, you can't seem to balance quotes when the source language is set to (none), but it does work if you set it to Perl or PHP. I use a script, which I call "Select Quoted String", with a keyboard shortcut to consistently perform this action. I didn't write this one, but it looks like it may have been based off of a similar script I wrote earlier, called "Toggle Quotes", which toggles the nearest, enclosing quotes from single to double and back again. Note that neither of these scripts require a text selection -- just place your cursor somewhere between some enclosing quotes and fire away. http://www.dennisrande.com/downloads/Select%20Quoted%20String.zip http://www.dennisrande.com/downloads/Toggle%20Quotes.zip Hope these help. -Dennis -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
