You should be able to set the window size via a script. You can either access 
the script via the script menu or bind it to a keyboard sequence (look at the 
Scripts pallette). The script is really this simple:


tell application "BBEdit"
    activate
    set bounds of window 1 to {0, 0, 700, 600}
end tell

The numbers are {left, top, width, height}. This will set the front-most window 
size (regardless of type--text, search results, etc).


-g




On 7/22/06 at 4:12 PM,  Steven Seiller <[EMAIL PROTECTED]> wrote:

> My problem:
> I frequently VNC from my PC laptop (1280 x 800 screen width) to my G5  
> (1680 x 1050 screen width) where I run BBedit. My BBEdit windows  
> being larger than my laptop screen means a lot of scrolling about.
> 
> 
> My question:
> Is there a way to set window size and maybe location so I can toggle  
> between sizes?
> 
> Workspace does not remember window size and location. I am able to do  
> this in a browser window using a javascript bookmarklet. Changing the  
> screen resolution on my host computer is a pain because nothing goes  
> back to place when switching back to original resolution.
> 
> 
> Maybe memorizing window size and location in BBEdit is possible now,  
> may not? Any ideas?
> 
> Thanks in advance!
> 
> -scout
> 

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