Jump to content

Recommended Posts

Posted

AutoIt SciTE Script Editor always opens on the left 1/3rd of the screen, but I'd like it to open maximized or in a normal sized window.  I've tried going to the file properties and setting "Run" to maximized, but it does nothing.  I've also tried maximizing and resizing the window, then closing the window, but it always restarts snaped to the left side of the screen.  I do not have window snapping enabled.  Using Windows 11.  Did not have this problem with Windows 10.  Don't have this problem with any other programs.

  • Solution
Posted (edited)

In SciTE go to Options and Open User Options File and add this...

## Scite start position and size
position.left=50
position.top=50
position.width=2450
position.height=1250

...and change to your likings.

You can change many things, here's how my user options file look...

# User defined key commands
user.shortcuts=\
# Ctrl+Shift+V|IDM_PASTEANDDOWN|\
#Ctrl+PageUp|IDM_PREVFILE|\
#Ctrl+PageDown|IDM_NEXTFILE|\
KeypadMinus|IDM_BLOCK_COMMENT|\
Ctrl+F1|IDM_HELP_SCITE|
## Scite start position and size
position.left=50
position.top=50
position.width=2450
position.height=1250
split.vertical=0
# open new tab instead of new window
check.if.already.open=1
# default linewrap
wrap=0
# default statusbar visibility
statusbar.visible=1
# clears output window before executing
clear.before.execute=1
# default output window location. 0=bottom, 1=side
output.initial.hide=0
# at open, load previously open files from close
save.session=1
# set default zoom level
magnification=1
# set default directory to last opened script
open.dialog.in.file.directory=1
# show line numbers
line.margin.visible=1
style.au3.32=style.*.32=$(font.base),back:#FFFFFF
font.base=font:Courier New,size:10,$(font.override)
font.small=font:Courier New,size:8,$(font.override)
font.monospace=font:Courier New,size,size:12
indent.size=4
indent.size.*.au3=4
use.tabs=1
caret.line.back=#FFFEBF
selection.fore=#006000
selection.alpha=50
selection.back=#EA7783
style.au3.34=fore:#0000FF,back:#FFFFFF
style.au3.35=fore:#009933,back:#FFFFFF
style.au3.0=fore:#000000,back:#FFFFFF
style.au3.1=fore:#008000,italics,back:#FFFFFF
style.au3.2=fore:#669900,back:#FFFFFF
style.au3.3=fore:#0000FF,back:#FFFFFF
style.au3.4=fore:#000090,back:#FFFFFF
style.au3.5=fore:#0000FF,back:#FFFFFF
style.au3.6=fore:#FF33FF,back:#FFFFFF
style.au3.7=fore:#FF0000,back:#FFFFFF
style.au3.8=fore:#FF0000,back:#FFFFFF
style.au3.9=fore:#AA0000,back:#FFFFFF
style.au3.10=fore:#FF8800,back:#FFFFFF
style.au3.11=fore:#F000FF,back:#FFFFFF
style.au3.12=fore:#A00FF0,back:#FFFFFF
style.au3.13=fore:#FF0000,back:#FFFFFF
style.au3.14=fore:#0000FF,back:#FFFFFF
style.au3.15=fore:#0080FF,back:#FFFFFF

 

Edited by Werty

Some guy's script + some other guy's script = my script!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...