Author Topic: Default text window size  (Read 10711 times)

pvonkaenel

  • Senior Community Member
  • Posts: 211
  • Hero Points: 6
Default text window size
« on: July 18, 2006, 11:12:14 AM »
When I use Slickedit to start editing a file, I find I always do the following: 1) open the file, and 2) resize it horizontally since the default width is always to wide (much wider than a page width especially on a wide screen monitor).

Has anyone written a script to remember the last text window width and restore it when opening the next file?

Thanks,
Peter

Marcel.Kummer

  • Community Member
  • Posts: 16
  • Hero Points: 0
Re: Default text window size
« Reply #1 on: July 18, 2006, 01:59:13 PM »
hi codeguru (by the way: a good forum as well!)

Try this: tools -> options -> general -> go to the 'General'-TAB and cross 'Maximize first window'

I'm not sure whether I got your problem right...

I hope that helps!
Marcel

SlickEdit Support

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 384
  • Hero Points: 29
Re: Default text window size
« Reply #2 on: July 18, 2006, 03:10:49 PM »
Hi Folks,

There's a macro posted at this thread, "How do I get SlickEdit to create smaller windows"
( http://community.slickedit.com/index.php?topic=73.msg291#msg291 ), that has the macro that you are looking for.

Best,
SlickEdit Support

pvonkaenel

  • Senior Community Member
  • Posts: 211
  • Hero Points: 6
Re: Default text window size
« Reply #3 on: July 18, 2006, 06:48:37 PM »
The provided macro works great!  Thanks for the pointer.

Peter