I'm using the latest BBEdit as of this writing (10.5.3). Problem: sometimes BBEdit sizes windows such that the title bar is under the menu bar and thus cannot be clicked. On these occasions the window is also very tall; I'm not sure if it fills the full height of my screen but it does at least sometimes.
Examples: * I do a multi-file search. The results window has this problem. * I do an HTML preview of a Markdown document. The preview window has this problem. (Oddly, I ran into this for this first time today. Previously, the preview window was fine.) * Just now I did Window > Arrange. One of the resulting window placements had this problem (i.e., it made matters worse). I see a related bug fix in the release notes for 10.5: "Fixed bug in which windows created while BBEdit was in full screen mode would end up with their title bars under the menu bar after exiting full screen mode." I don't recall ever using BBEdit in full-screen mode until just now, when I tried to see if switching in and out would fix my windows (it didn't). I don't remember whether I ever saw this bug in 10.5. I'm using a 15" Retina MBP. In case it matters, I temporarily changed my screen resolution a few weeks ago while giving a presentation, then changed it back. Since BBEdit's Window menu doesn't have a "Zoom" item, my workaround for now is this AppleScript: tell application "BBEdit" to set zoomed of the front window to false -- This is the BBEdit Talk public discussion group. 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> --- 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 [email protected]. To post to this group, send email to [email protected].
